Skip to content

Commit 1522b36

Browse files
committed
Install: Cursor has a global ~/.cursor/skills too; note per-project variants + tool-neutral ~/.agents/skills
1 parent 37343dc commit 1522b36

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ git clone https://github.com/Asixa/codemap-skill ~/.claude/skills/codemap
3232
# OpenAI Codex — global skills folder
3333
git 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.

0 commit comments

Comments
 (0)