Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-health

The mindforge-health skill validates the integrity of a `.planning/` directory by checking for missing files, invalid configurations, inconsistent state, and orphaned plans. Use this skill to diagnose directory health issues and optionally repair detected problems by passing the repair flag during execution.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-health && cp -r /tmp/mindforge-health/.agent/skills/mindforge-health ~/.claude/skills/mindforge-health
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<objective>
Validate `.planning/` directory integrity and report actionable issues. Checks for missing files, invalid configurations, inconsistent state, and orphaned plans.
</objective>

<execution_context>
@.agent/workflows/mindforge-health.md
</execution_context>

<process>
Execute the health workflow from @.agent/workflows/mindforge-health.md end-to-end.
Parse --repair flag from arguments and pass to workflow.
</process>