/project-recap
Generate a visual project recap for context switching
$ npx -y skills add coco-research/coco --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/project-recap
Context preview
What this command does when you run it.
Generate a visual project recap for context switching
Command definition
project-recap.mdname: project-recap
description: Generate a visual project recap for context switching
Load the visual-explainer skill and generate a self-contained HTML project recap.
Data gathering before HTML
Read project identity files (`README`, changelog, package/build files), top-level tree, current git status, recent commits, unmerged/stale branches, TODO/FIXME in recent files, progress/todo memory if present, and key entry points/source files. Focus on what a returning developer needs to rebuild the mental model.
Verify before generating
Cite command output or file:line evidence for project state, module/function/type names, recent activity, current blockers, and next-step claims. Do not fabricate momentum or rationale.
Required page sections
1. Project identity: what this repo is, stack, entry points. 2. Architecture snapshot: Mermaid or hybrid diagram of current conceptual modules. 3. Recent activity: grouped narrative, not raw log. 4. Current state: uncommitted work, branches, TODOs, known blockers. 5. Mental model map: key modules, data flow, command/test/deploy paths. 6. Risks and cognitive debt: hotspots and gotchas. 7. Useful commands and files. 8. Likely next steps, based only on evidence.
Use responsive nav. Use compact reference tables for file maps and commands. Follow the skill’s Mermaid, overflow, and delivery rules.
Write to `~/.agent/diagrams/` and open in browser.
Read more
name: project-recap description: Generate a visual project recap for context switching
Load the visual-explainer skill and generate a self-contained HTML project recap.
Data gathering before HTML
Read project identity files (`README`, changelog, package/build files), top-level tree, current git status, recent commits, unmerged/stale branches, TODO/FIXME in recent files, progress/todo memory if present, and key entry points/source files. Focus on what a returning developer needs to rebuild the mental model.
Verify before generating
Cite command output or file:line evidence for project state, module/function/type names, recent activity, current blockers, and next-step claims. Do not fabricate momentum or rationale.
Required page sections
1. Project identity: what this repo is, stack, entry points. 2. Architecture snapshot: Mermaid or hybrid diagram of current conceptual modules. 3. Recent activity: grouped narrative, not raw log. 4. Current state: uncommitted work, branches, TODOs, known blockers. 5. Mental model map: key modules, data flow, command/test/deploy paths. 6. Risks and cognitive debt: hotspots and gotchas. 7. Useful commands and files. 8. Likely next steps, based only on evidence.
Use responsive nav. Use compact reference tables for file maps and commands. Follow the skill’s Mermaid, overflow, and delivery rules.
Write to `~/.agent/diagrams/` and open in browser.
Meet Coco. A superintelligent agent framework powered by an advisory board of 389 world-class minds. Scale your AI assistant into a complete engineering department with 142 skills, 277 commands, and persistent state. Universal compatibility. Local privacy. Free and open source.
Repo: coco-research/coco
Other commands on coco.
- /mermaid
Build beautiful Mermaid diagrams using beautiful-mermaid. Covers all 6 diagram types, theming, SVG/ASCII output, and CoCo Platform integration.
Open command - /read
Show latest emails from a specific person. Usage: /email-read alice
Open command - /reply
Draft a reply to a specific email. Usage: /email-reply Project Phase 2 Contract Data
Open command - /save
Save matching emails to a project folder for sync processing. Usage: /email-save alice to emails/
Open command - /search
Search emails by subject keywords. Usage: /email-search github webhook
Open command - /summary
AI summary of today's emails — key decisions, action items, meetings. No arguments needed.
Open command

