Skip to content

Commit 21a666b

Browse files
Alex Holmbergclaude
authored andcommitted
docs(installer): update README with correct install paths for Claude, Codex, Gemini
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7e0677e commit 21a666b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

installer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ One command installs **11 skills** (7 command + 4 workflow) that give AI coding
2323

2424
| Agent | Install Type | Format |
2525
|-------|-------------|--------|
26-
| **Claude Code** | Global (`~/.claude/skills/`) | Native markdown |
27-
| **Codex** | Global (`~/.codex/skills/`) | `SKILL.md` directories |
26+
| **Claude Code** | Plugin (`~/.claude/plugins/cache/syncable/`) | Plugin marketplace with `SKILL.md` directories |
27+
| **Codex** | Global (`~/.agents/skills/`) | `SKILL.md` directories |
2828
| **Cursor** | Per-project (`.cursor/rules/`) | `.mdc` with `alwaysApply` |
2929
| **Windsurf** | Per-project (`.windsurf/rules/`) | `.md` with `trigger: always` |
30-
| **Gemini CLI** | Per-project (`GEMINI.md`) | Concatenated markdown block |
30+
| **Gemini CLI** | Global (`~/.gemini/<profile>/skills/`) | `SKILL.md` directories |
3131

3232
## Quick Start
3333

0 commit comments

Comments
 (0)