playbook/superpowers/.codex/INSTALL.md

922 B

Installing Superpowers for Codex

Quick setup to enable superpowers skills in Codex.

Installation

  1. Clone superpowers repository:

    mkdir -p ~/.codex/superpowers
    cd ~/.codex/superpowers
    git clone https://github.com/obra/superpowers.git .
    
  2. Create personal skills directory:

    mkdir -p ~/.codex/skills
    
  3. Update ~/.codex/AGENTS.md to include this superpowers section:

    ## Superpowers System
    
    <EXTREMELY_IMPORTANT>
    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.
    </EXTREMELY_IMPORTANT>
    

Verification

Test the installation:

~/.codex/superpowers/.codex/superpowers-codex bootstrap

You should see skill listings and bootstrap instructions. The system is now ready for use.