Files
claude-skills/dist-hermes/SKIPPED.md
vitya 627a183b3e feat(update-claude-skills): add update skill + scripts [v0.1.0]
New skill and cross-platform scripts that automate the full uplift cycle:
git pull → conditionally rebuild MCP servers → install skills → version
diff → reload hints. Claude-Code-only (Hermes uses hermes-installer-skill).

- scripts/update.sh: bash version (Linux/macOS/git-bash)
- scripts/update.ps1: PowerShell version (Windows)
- skills/update-claude-skills/SKILL.md: thin wrapper, detects platform
- hermes/mapping.yaml: mode: skip (Claude-Code-only)
- dist/update-claude-skills.skill: built archive
- .tasks/STATUS.md: task marked done

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 14:04:27 +03:00

21 lines
1.0 KiB
Markdown

# Skipped Skills
Auto-generated by `scripts/build-hermes.py` from `hermes/mapping.yaml`.
Do not edit by hand — edit the mapping and re-run the build.
## Skipped (not applicable to Hermes)
- **caveman** — Hermes runs on glm-5.1 (cheap local model); token-compression motive disappears.
- **caveman-commit** — Caveman family — cheap-model context, no compression motive.
- **caveman-compress** — Caveman family — cheap-model context, no compression motive.
- **caveman-help** — Help-card for the caveman family which itself is skipped.
- **caveman-review** — Caveman family — cheap-model context, no compression motive.
- **find-skills** — Hermes has built-in skills_list() / progressive disclosure.
- **setup-interns** — Hermes itself is a cheap-intern model — the delegation tier collapses.
- **update-claude-skills** — Claude-Code-only orchestrator — Hermes uses hermes-installer-skill instead.
- **using-interns** — Hermes itself is a cheap-intern model — the delegation tier collapses.
## Pending (deferred to follow-up tasks)
(none)