Configuration Guide
Superpowers can be customized through various configuration options.
Configuration File Structure
superpowers/
├── hooks/
│ ├── hooks.json # Hook configuration
│ └── session-start # Session startup script
├── agents/
│ └── code-reviewer.md # Custom agent
├── skills/ # Skill definitions
└── commands/ # Command definitionsHooks Configuration
Hooks allow executing custom operations when specific events are triggered.
Agents Configuration
Agents define specialized AI agent roles.
Custom Skills
You can create your own skills to extend Superpowers.
See Custom Skills