2025-10-28 01:19:17 +00:00
# Installing Superpowers for Codex
Quick setup to enable superpowers skills in Codex.
## Installation
1. **Clone superpowers repository** :
```bash
mkdir -p ~/.codex/superpowers
cd ~/.codex/superpowers
git clone https://github.com/obra/superpowers.git .
` ``
2. **Create personal skills directory**:
` ``bash
mkdir -p ~/.codex/skills
` ``
3. **Update ~/.codex/AGENTS.md** to include this superpowers section:
` ``markdown
## Superpowers System
<EXTREMELY_IMPORTANT>
2025-10-28 02:15:53 +00:00
You have superpowers. Superpowers teach you new skills and capabilities. RIGHT NOW run: ` ~/.codex/superpowers/.codex/superpowers-codex bootstrap` and follow the instructions it returns.
2025-10-28 01:19:17 +00:00
</EXTREMELY_IMPORTANT>
` ``
## Verification
Test the installation:
` ``bash
2025-10-28 02:15:53 +00:00
~/.codex/superpowers/.codex/superpowers-codex bootstrap
2025-10-28 01:19:17 +00:00
` ``
You should see skill listings and bootstrap instructions. The system is now ready for use.