What problem does it solve? Running ai-badger framework operations (scaffolding, den-refresh version bumps, opt-in skill enablement) involves non-obvious pitfalls: Hermes skill symlinks break when scaffolding runs in a task worktree, refresh JSON reports are misread, staging sweeps in foreign session state, and pre-commit gates fail on unstaged scaffold outputs. This Skill captures the verified operational knowledge to run these workflows correctly. ## Core Features & Use Cases - Hermes skill-link lifetime rules: Explains that ~/.hermes/skills/<project>/* are symlinks into the scaffold target, why scaffolding must run on the durable checkout, and how relink_hermes_skills repairs dangling links. - Refresh runbook: Covers locating the framework checkout when $AI_BADGER is unset, using the framework venv python, capturing the first-run JSON report, staging only the refresh footprint, and handling git rebase --autostash under concurrent sessions. - Opt-in skill enablement: Shows the include.skills config.json shape, the documentation group expansion, and idempotency verification via git status and link counts. - Use Case: When asked to bump a project from ai-badger 0.79.0 to 0.80.0, follow the worked examples to run refresh.py with explicit --root and --target, exclude foreign state.json dirt, commit with the repo's convention, and push to a green merge. ## Quick Start Ask the agent to refresh this project's ai-badger framework to the latest version and commit the result following the repo's history convention.