From 4f8e12aedfbb39c1efe09585fb41add5a4b8eb02 Mon Sep 17 00:00:00 2001 From: vitya Date: Thu, 27 Aug 2026 18:07:41 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20mappa-bootstrap=20sweep=20=E2=80=94=20?= =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D1=82=D1=8C=20=D0=BC=D1=91=D1=80=D1=82?= =?UTF-8?q?=D0=B2=D1=8B=D0=B5=20scripts/install.sh=20mappa-*=20(task:1340,?= =?UTF-8?q?=201339-=D0=BF=D1=80=D0=BE=D0=B1=D0=B5=D0=BB)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- README.ru.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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`.