Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-session-report

The mindforge-session-report skill executes a workflow that generates a structured markdown document summarizing completed work, session outcomes, and token consumption estimates. Use this skill at the end of a working session to create a comprehensive, shareable record of activities performed, deliverables produced, and resource usage metrics for review and documentation purposes.

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

SKILL.md

<objective>
Generate a structured SESSION_REPORT.md document capturing session outcomes, work performed, and estimated resource usage. Provides a shareable artifact for post-session review.
</objective>

<execution_context>
@.agent/workflows/mindforge-session-report.md
</execution_context>

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