
Cashwu Claude Code Snapshot
- 6 repo stars
- Updated December 11, 2025
- cashwu/claude-code-snapshot
cashwu-claude-code-snapshot is a Claude Code plugin that runs the Snapshot skill to emit a project map (snapshot.json) so agents quickly understand repo structure.
About
cashwu-claude-code-snapshot is a one-plugin Claude Code bundle built around the Snapshot skill, which produces a project map so agents can understand layout, major modules, and structural relationships without exhaustive file-by-file exploration. For developers juggling multiple repos or returning to a side project after weeks away, that compressed map lowers token burn and mis-navigation early in a session. The workflow centers on generating snapshot.json (or equivalent) artifacts you can attach, refresh after refactors, or commit as lightweight internal docs. It sits alongside agent-tooling skills but is cataloged under build docs because the deliverable is structural documentation for the model, not a deployed feature. Complexity is beginner to intermediate: you need Claude Code plugins working and a willingness to regenerate snapshots when architecture shifts. GitHub stars are small; value is practical onboarding speed rather than enterprise governance. Use before large refactors, security reviews, or handoff-style prompts where the agent must not hallucinate folder names.
- Snapshot skill generates a project map so AI agents grasp repository structure quickly.
- Output oriented around snapshot.json-style artifacts for reuse across sessions.
- Reduces repeated tree-walking and guesswork when joining or revisiting a solo codebase.
- Single-plugin bundle focused on codebase orientation, not feature codegen.
- Documented for Traditional Chinese builders; skill name Snapshot Skill (專案地圖).
Cashwu Claude Code Snapshot by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install cashwu-claude-code-snapshot@cashwu/claude-code-snapshotAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | December 11, 2025 |
| Repository | cashwu/claude-code-snapshot ↗ |
What it does
Generate a structured project snapshot (e.g. snapshot.json) so Claude Code can map the repo layout and onboard faster on unfamiliar codebases.
Who is it for?
Best when you have medium or large repos and restart agent sessions often and want a repeatable project map artifact.
Skip if: Greenfield single-file projects where a full snapshot adds noise, or teams that already maintain generated architecture docs in CI.
What you get
You get an up-to-date project snapshot the agent can read first, improving accurate edits and reducing structural mistakes on the first pass.
- Snapshot skill plugin enabled (1 plugin in bundle)
- Generated project map artifact (snapshot.json-style output)
- Reusable structural context for subsequent agent tasks in the same repo
Recommended Plugins
How it compares
Project-map generator skill plugin, not a code review checker or live monitoring MCP.
FAQ
Who is Cashwu Claude Code Snapshot for?
Claude Code users—especially solo maintainers—who need a fast, structured overview of an existing codebase before asking the agent to implement or fix features.
When should I use Cashwu Claude Code Snapshot?
Use it at the start of a build or operate iteration, after major refactors, or when onboarding the agent to a repo you have not touched recently.
How do I add Cashwu Claude Code Snapshot to my agent?
Add the cashwu/claude-code-snapshot repository as a Claude Code plugin, invoke the Snapshot skill per repo instructions, and feed the generated snapshot.json (or path) into your session context.