Skip to content

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 definitions

Hooks Configuration

Hooks allow executing custom operations when specific events are triggered.

See Hooks Configuration

Agents Configuration

Agents define specialized AI agent roles.

See Agents Configuration

Custom Skills

You can create your own skills to extend Superpowers.

See Custom Skills