docs: mappa-bootstrap sweep — убрать мёртвые scripts/install.sh mappa-* (task:1340, 1339-пробел)
This commit is contained in:
@@ -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`.
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
git clone <repo> claude-skills
|
||||
cd claude-skills
|
||||
bash scripts/install.sh # копирует все skills/* в ~/.claude/skills/
|
||||
# или конкретные:
|
||||
bash scripts/install.sh mappa-knowledge caveman
|
||||
# или конкретные (mappa-* скилы ставятся из репо `mappa` — см. mappa-bootstrap):
|
||||
bash scripts/install.sh caveman tdd-criteria
|
||||
```
|
||||
|
||||
Цель установки можно переопределить переменной `CLAUDE_SKILLS_DIR=/path bash scripts/install.sh`.
|
||||
|
||||
Reference in New Issue
Block a user