File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ git clone https://github.com/Asixa/codemap-skill ~/.claude/skills/codemap
3232# OpenAI Codex — global skills folder
3333git clone https://github.com/Asixa/codemap-skill ~ /.codex/skills/codemap
3434
35- # Cursor — per-project skills folder (run from the repo root)
36- git clone https://github.com/Asixa/codemap-skill .cursor/skills/codemap
35+ # Cursor — global skills folder
36+ git clone https://github.com/Asixa/codemap-skill ~ / .cursor/skills/codemap
3737```
3838
39- Restart the tool (or start a new session) and type ** ` /codemap ` ** . Cursor also auto-loads
40- the Claude/Codex dirs above, so a single global install ( ` ~/.claude /skills ` or
41- ` ~/.codex/skills ` ) covers all three. Any other Skills-compatible agent: drop it in that
42- tool's skills folder. An agent ** without ** Skills support: clone it anywhere and point it
43- at the repo's ` AGENTS.md ` .
39+ Restart the tool (or start a new session) and type ** ` /codemap ` ** . All three also accept a
40+ ** per-project ** install — drop the ` ~/ ` (e.g. ` .cursor /skills/codemap ` at the repo root).
41+ Cursor additionally reads the Claude/Codex skills dirs, and Codex + Cursor also share a
42+ tool-neutral ` ~/.agents/ skills/ ` , so one global install can cover several tools. An agent
43+ ** without ** Skills support: clone it anywhere and point it at the repo's ` AGENTS.md ` .
4444
4545> The skill folder (the tool) is separate from each project's ** ` <project>/.codemap/ ` **
4646> folder, where codemap writes its output.
You can’t perform that action at this time.
0 commit comments