From cc-reflect
Generate a concise summary of the current Claude Code session and log it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-reflect:summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Please review the conversation so far and generate a concise session summary. Format it as:
Please review the conversation so far and generate a concise session summary. Format it as:
Session Summary
Keep it under 200 words. Be specific — mention file names, function names, error messages, etc.
After generating the summary, create ~/.cc-reflect/logs/ directory if it does not exist, then append the summary as a JSON line to ~/.cc-reflect/logs/manual-summaries.jsonl with this structure:
{"timestamp": "<ISO timestamp>", "project": "<current directory name>", "summary": "<the summary text>", "tags": ["tag1", "tag2"]}
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub scriptwonder/cc-reflect --plugin cc-reflect