docs: mappa-bootstrap sweep — убрать мёртвые scripts/install.sh mappa-* (task:1340, 1339-пробел)

This commit is contained in:
2026-08-27 18:07:41 +03:00
parent 7504b09b87
commit 4f8e12aedf
2 changed files with 6 additions and 6 deletions

View File

@@ -25,8 +25,8 @@ A shared workspace where Claude and I author, debug, and ship skills together:
git clone <repo> skills
cd skills
bash scripts/install.sh # copies every skills/* into ~/.claude/skills/
# or only specific ones:
bash scripts/install.sh mappa-knowledge caveman
# or only specific ones (mappa-* skills install from the `mappa` repo — see mappa-bootstrap):
bash scripts/install.sh caveman tdd-criteria
```
**Linux / macOS (bash):**
@@ -35,8 +35,8 @@ bash scripts/install.sh mappa-knowledge caveman
git clone <repo> skills
cd skills
bash scripts/install.sh # copies every skills/* into ~/.claude/skills/
# or only specific ones:
bash scripts/install.sh mappa-knowledge caveman
# or only specific ones (mappa-* skills install from the `mappa` repo — see mappa-bootstrap):
bash scripts/install.sh caveman tdd-criteria
```
The install target can be overridden with `CLAUDE_SKILLS_DIR=/path bash scripts/install.sh`.