Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-cleanup

mindforge-cleanup archives accumulated phase directories from completed milestones into versioned subdirectories within `.planning/milestones/`. Use this skill when `.planning/phases/` contains directories from past milestones that should be organized by version. The tool identifies completed milestones, displays a dry-run summary of proposed changes, and executes the archival upon user confirmation following the cleanup workflow specification.

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

SKILL.md

<objective>
Archive phase directories from completed milestones into `.planning/milestones/v{X.Y}-phases/`.

Use when `.planning/phases/` has accumulated directories from past milestones.
</objective>

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

<process>
Follow the cleanup workflow at @.agent/workflows/mindforge-cleanup.md.
Identify completed milestones, show a dry-run summary, and archive on confirmation.
</process>