Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIOX Power Install v2.0

Installer for AIOX Core + Power Stack — a complete Claude Code development environment.

What's Included

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)

Quick Start

# 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

Requirements

  • 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)

Installation Phases

  1. Interactive Setup — Project name, language, n8n credentials
  2. Prerequisites — Verify/install dependencies
  3. Backup — Timestamped backup of existing config
  4. AIOX Core — Framework installation (priority)
  5. Templates — Deploy pre-merged CLAUDE.md, settings.json, etc.
  6. Hooks & Rules — 20 governance hooks + 10 rules
  7. External Tools — claude-mem, skills, GSD commands
  8. Validation — 15 automated tests

Flags

bash install.sh --skip-prereqs   # Skip prerequisite checks
bash install.sh --skip-tests     # Skip validation tests
bash install.sh --dry-run        # Show plan without executing

Architecture

AIOX 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.

After Installation

# 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 commands

Project Structure Created

your-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

Customization

  • CLAUDE.md: Edit PROJECT-CUSTOMIZED sections (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

License

MIT

About

AIOX Core + Power Stack installer for Claude Code projects

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages