Files
claude-skills/dist-hermes/SKIPPED.md
vitya 358ba143eb meta(hermes): register session-handoff (mode: pending, intended: auto/productivity)
Without an entry, scripts/build-hermes.py fails ("unmapped skill" — every
skill in skills/ must appear in mapping exactly once). Registered under
the pending block alongside using-yt-tools and using-vds-ops because the
skill has bidirectional file-system side effects (read/write
.tasks/NEXT_SESSION.md) and warrants a behavioral audit before promotion.

intended.category = productivity (mirrors using-tasks/setup-tasks —
workflow-state continuity primitive, not engineering toolchain).

Build now reports 28 skills (14 auto / 2 manual / 9 skip / 3 pending).
SKIPPED.md gains an entry under "Pending" with the intended block
preserved across MVP iterations.

Closes [session-handoff-hermes-mapping].
Promotion to mode: auto deferred to a separate post-audit task.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 23:14:11 +03:00

23 lines
1.8 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)
- **session-handoff** — Writes .tasks/NEXT_SESSION.md (project-scope, sliding overwrite) and reads it on session start. Bidirectional file-system side-effect, opt-in via CLAUDE.md trigger-line. Behavioral audit via session-handoff-test-trigger required before promotion to auto. → intended: `mode: auto, category: productivity`
- **using-vds-ops** — Calls mcp__vds-ops__* tools (read-only, but touches infrastructure). Behavioral audit via using-vds-ops-test-trigger required before promotion to auto. → intended: `mode: auto, category: mcp`
- **using-yt-tools** — Shells out to yt-dlp + ffmpeg and writes ./yt-cache/ in cwd. Behavioral audit via using-yt-tools-test-trigger required before promotion to auto. → intended: `mode: auto, category: research`