diff --git a/README.md b/README.md index babd3e5..7fe695c 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ A shared workspace where Claude and I author, debug, and ship skills together: git clone 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 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`. diff --git a/README.ru.md b/README.ru.md index 8b1ccdb..42ae7ea 100644 --- a/README.ru.md +++ b/README.ru.md @@ -21,8 +21,8 @@ git clone 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`.