Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-stats

mindforge-stats displays comprehensive project metrics across five dimensions: development phases and their progress status, plan execution performance, requirements completion rates, git repository statistics including commit history and contributions, and project timeline visualization. Use this skill when you need an integrated overview of project health, team velocity, progress tracking, and historical development patterns for reporting, retrospectives, or status assessments.

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

SKILL.md

<objective>
Display comprehensive project statistics including phase progress, plan execution metrics, requirements completion, git history stats, and project timeline.
</objective>

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

<process>
Execute the stats workflow from @.agent/workflows/mindforge-stats.md end-to-end.
</process>