File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments