chore(hermes/readme): cleanup after mappa-skill-suite — mapping.yaml: drop 10 stale entries (deleted skills), add 7 mappa-* as pending; dist-hermes orphans + SKIPPED.md stale lines removed; README install examples → current skills [skip-tdd: visual]

This commit is contained in:
2026-08-24 23:05:01 +03:00
parent 2115e2cd50
commit aa80e9faa5
10 changed files with 48 additions and 992 deletions

View File

@@ -26,7 +26,7 @@ git clone <repo> skills
cd skills
bash scripts/install.sh # copies every skills/* into ~/.claude/skills/
# or only specific ones:
bash scripts/install.sh using-wiki caveman
bash scripts/install.sh mappa-knowledge caveman
```
**Linux / macOS (bash):**
@@ -36,7 +36,7 @@ git clone <repo> skills
cd skills
bash scripts/install.sh # copies every skills/* into ~/.claude/skills/
# or only specific ones:
bash scripts/install.sh using-wiki caveman
bash scripts/install.sh mappa-knowledge caveman
```
The install target can be overridden with `CLAUDE_SKILLS_DIR=/path bash scripts/install.sh`.
@@ -141,7 +141,7 @@ skills/
│ ├── mapping.yaml ← per-skill Hermes-rollout config
│ └── skills/ ← `mode: manual` overrides (Hermes-flavour rewrites)
├── dist-hermes/ ← pre-converted Hermes-flavour tree (committed)
│ ├── <category>/<name>/ ← e.g. software-development/pulling-before-work/
│ ├── <category>/<name>/ ← e.g. software-development/diagnosing-bugs/
│ └── SKIPPED.md ← skip + pending log (auto-generated)
├── scripts/
│ ├── build.sh / build.ps1