plugins/claude-code-hermit/skills/knowledge/SKILL.md
Knowledge base maintenance — lint raw/ and compiled/ for stale, unreferenced, missing-type, and oversized artifacts. Read-only report with actionable advice. Activates on messages like "check knowledge", "lint knowledge", "knowledge health".
npx skillsauth add gtapps/claude-code-hermit knowledgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read-only lint of the hermit's knowledge directories. Reports findings without modifying any files.
/claude-code-hermit:knowledge — lint (default)
/claude-code-hermit:knowledge lint — same
Run the shared lint script:
bun scripts/knowledge-lint.ts .claude-code-hermit
The script path is relative to the plugin install directory. Use Bash to execute it.
Present the script output to the operator as-is — it already formats findings grouped by type with file paths, ages, and actionable advice.
If the script exits cleanly with "Knowledge base is clean", relay that message. If it reports findings, relay the full output.
Never touches: OPERATOR.md, knowledge-schema.md, config.json, proposals/, sessions/, state/
This skill is strictly read-only. It does not move, delete, or modify any files.
data-ai
Initializes or resumes a work session. Loads context from OPERATOR.md and SHELL.md, orients the agent, and establishes what to work on. Use at the beginning of every work session.
tools
Evolves hermit configuration and templates after a plugin update. Detects version gaps, presents new features, walks through new settings. Run after updating the plugin.
testing
Initializes the autonomous agent in the current project. Creates the state directory, templates, OPERATOR.md, and config.json. Appends session discipline to CLAUDE.md. Detects installed hermits. Run once per project, like git init.
tools
Generates Docker scaffolding and walks the operator through the full deployment — token setup, build, start, MCP plugin configuration, workspace trust, and verification. Offers to back up and overwrite existing Docker files. Run after /hatch.