From claude-code-hermit
Regenerates obsidian/Connections.md from .claude-code-hermit state using Node.js build-cortex.js script. Verifies setup; safe for manual /cortex-refresh invocation.
npx claudepluginhub gtapps/claude-code-hermit --plugin claude-code-homeassistant-hermitThis skill uses the workspace's default tool permissions.
Regenerates `obsidian/Connections.md` from current hermit state. `Cortex Portal.md` is a static Dataview template that updates live in Obsidian — this skill does not touch it.
Sets up Hermit Cortex Obsidian vault in project root: creates obsidian/ directory with Brain.md, Cortex.md, Evolution.md, System Health.md, Connections.md, and Cortex Portal.md from templates. Generates cortex-manifest.json scanning for artifacts. Run once per project.
Manages project-scoped Obsidian knowledge bases: bootstraps structure, routes notes to folders, maintains hub/plan/index/registry, handles lifecycles, runs lints and checks.
Sets up GitHub Actions CI/CD for Obsidian plugins: build validation on push/PR, manifest.json checks, automated releases on tags, version bumping.
Share bugs, ideas, or general feedback.
Regenerates obsidian/Connections.md from current hermit state. Cortex Portal.md is a static Dataview template that updates live in Obsidian — this skill does not touch it.
Verify the Cortex is set up via Glob("obsidian/*.md"). If it returns no results, stop: "Hermit Cortex not set up. Run /claude-code-hermit:obsidian-setup first."
Run:
node ${CLAUDE_PLUGIN_ROOT}/scripts/build-cortex.js .claude-code-hermit obsidian .
Report the result: "Connections.md refreshed." (or the error output if the script failed).