Files
superpowers/.codex/INSTALL.md
T

40 lines
931 B
Markdown
Raw Normal View History

2025-10-28 01:19:17 +00:00
# Installing Superpowers for Codex
Quick setup to enable superpowers skills in Codex via native skill discovery.
2025-10-28 01:19:17 +00:00
## Installation
1. **Clone superpowers repository**:
```bash
git clone https://github.com/obra/superpowers.git ~/.codex/superpowers
2025-10-28 01:19:17 +00:00
```
2. **Run the installer**:
2025-10-28 01:19:17 +00:00
```bash
node ~/.codex/superpowers/.codex/install-codex.mjs
2025-10-28 01:19:17 +00:00
```
3. **Restart Codex** to discover the skills.
2025-10-28 01:19:17 +00:00
## What the installer does
- Creates a symlink: `~/.agents/skills/superpowers` → `~/.codex/superpowers/skills`
- Adds a small gatekeeper block to `~/.codex/AGENTS.md`
- If you had the old bootstrap setup, it removes it automatically
## Updating
```bash
cd ~/.codex/superpowers && git pull
```
Skills update instantly through the symlink.
2025-10-28 01:19:17 +00:00
## Uninstalling
2025-10-28 01:19:17 +00:00
```bash
rm ~/.agents/skills/superpowers
2025-10-28 01:19:17 +00:00
```
Then remove the block between `<!-- superpowers:begin -->` and `<!-- superpowers:end -->` from `~/.codex/AGENTS.md`.