Installer for AIOX Core + Power Stack — a complete Claude Code development environment.
| Tool | Type | Role |
|---|---|---|
| AIOX Core | Framework | Primary framework (Constitution, 10 agents, Story-Driven Dev) |
| claude-mem | Plugin | Persistent memory across sessions |
| n8n-mcp | MCP Server | 1,084 n8n automation nodes |
| ui-ux-pro-max | Skill | 67 UI styles, 161 palettes, 57 typography options |
| obsidian-skills | Skills | Obsidian vault integration (5 skills) |
| get-shit-done | Commands | 50+ slash commands for meta-prompting |
| superpowers | Skills | TDD, debugging, code review, brainstorming (14 skills) |
# Clone the installer
git clone https://github.com/CalzavaraSouEu/aiox-power-install.git
# Go to your project directory
cd your-project
# Run the installer
bash /path/to/aiox-power-install/install.sh- Node.js >= 18 (required)
- npm >= 9 (required)
- Git (required)
- Python 3 (optional, for ui-ux-pro-max)
- Bun (optional, auto-installed)
- uv (optional, auto-installed)
- Interactive Setup — Project name, language, n8n credentials
- Prerequisites — Verify/install dependencies
- Backup — Timestamped backup of existing config
- AIOX Core — Framework installation (priority)
- Templates — Deploy pre-merged CLAUDE.md, settings.json, etc.
- Hooks & Rules — 20 governance hooks + 10 rules
- External Tools — claude-mem, skills, GSD commands
- Validation — 15 automated tests
bash install.sh --skip-prereqs # Skip prerequisite checks
bash install.sh --skip-tests # Skip validation tests
bash install.sh --dry-run # Show plan without executingAIOX Core is the priority framework. All other tools are complementary:
AIOX Core (Constitution, Agents, Story-Driven)
└── Power Stack (complementary)
├── Skills: ui-ux-pro-max, obsidian, superpowers
├── Commands: GSD slash commands
├── MCP: n8n-mcp
└── Memory: claude-mem
When conflicts exist, AIOX rules always win.
# Verify installation
npx aiox-core doctor # Should show 15/15 PASS
bash test-install.sh # Should show 15/15 PASS
# Start using
# In Claude Code:
@dev *help # AIOX agent commands
/gsd:help # GSD slash commandsyour-project/
├── .claude/
│ ├── CLAUDE.md # Master config (500+ lines)
│ ├── settings.json # Permissions, hooks, MCP
│ ├── settings.local.json # Windows-specific overrides
│ ├── commands/
│ │ ├── AIOX/agents/ # 12 agent commands
│ │ └── gsd/ # 50+ slash commands
│ ├── hooks/ # 20 governance hooks
│ ├── rules/ # 10 rule files
│ └── skills/ # 20+ skills (flattened)
├── .aiox-core/ # Framework (L1-L4)
├── .husky/ # Git hooks
├── CLAUDE.md # Root config
├── package.json # Project dependencies
├── .env # Environment variables
├── .gitignore # VCS exclusions
└── REFERENCE-CATALOG.md # Resource catalog
- CLAUDE.md: Edit
PROJECT-CUSTOMIZEDsections (Code Standards, Git Conventions, etc.) - settings.json: Add MCP servers, adjust permissions
- .env: Add API keys for your services
- NEVER/ALWAYS rules: Modify behavioral rules at the end of CLAUDE.md
MIT