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 git clone <repo> skills
cd skills cd skills
bash scripts/install.sh # copies every skills/* into ~/.claude/skills/ bash scripts/install.sh # copies every skills/* into ~/.claude/skills/
# or only specific ones: # or only specific ones (mappa-* skills install from the `mappa` repo — see mappa-bootstrap):
bash scripts/install.sh mappa-knowledge caveman bash scripts/install.sh caveman tdd-criteria
``` ```
**Linux / macOS (bash):** **Linux / macOS (bash):**
@@ -35,8 +35,8 @@ bash scripts/install.sh mappa-knowledge caveman
git clone <repo> skills git clone <repo> skills
cd skills cd skills
bash scripts/install.sh # copies every skills/* into ~/.claude/skills/ bash scripts/install.sh # copies every skills/* into ~/.claude/skills/
# or only specific ones: # or only specific ones (mappa-* skills install from the `mappa` repo — see mappa-bootstrap):
bash scripts/install.sh mappa-knowledge caveman bash scripts/install.sh caveman tdd-criteria
``` ```
The install target can be overridden with `CLAUDE_SKILLS_DIR=/path bash scripts/install.sh`. The install target can be overridden with `CLAUDE_SKILLS_DIR=/path bash scripts/install.sh`.

View File

@@ -21,8 +21,8 @@
git clone <repo> claude-skills git clone <repo> claude-skills
cd claude-skills cd claude-skills
bash scripts/install.sh # копирует все skills/* в ~/.claude/skills/ bash scripts/install.sh # копирует все skills/* в ~/.claude/skills/
# или конкретные: # или конкретные (mappa-* скилы ставятся из репо `mappa` — см. mappa-bootstrap):
bash scripts/install.sh mappa-knowledge caveman bash scripts/install.sh caveman tdd-criteria
``` ```
Цель установки можно переопределить переменной `CLAUDE_SKILLS_DIR=/path bash scripts/install.sh`. Цель установки можно переопределить переменной `CLAUDE_SKILLS_DIR=/path bash scripts/install.sh`.