From munin-claude-code
Surfaces architecture decisions, tech stack choices, and system design context from project memory. Checks existing decisions before proposing technical changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/munin-claude-code:munin-architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
I surface all architecture decisions, technical choices, and system design context from your project's memory. Before proposing any technical change, I check what's already been decided.
I surface all architecture decisions, technical choices, and system design context from your project's memory. Before proposing any technical change, I check what's already been decided.
| Tool | Purpose |
|---|---|
munin_search_memories | Search architecture memories with natural language |
munin_retrieve_memory | Get specific architecture decision by key |
munin_diff_memory | Compare architecture versions during migrations |
munin_recent_memories | Get recently updated memories for context |
munin_search_memories with: relevant subsystem + "architecture decision"munin_retrieve_memory for the canonical tech stack memory if found["architecture", "decision"]When a migration happens:
"Migrate from X to Y — {date}"["architecture", "migration", "X", "Y"]"api gateway architecture"
"MongoDB schema decisions"
"frontend state management architecture"
"auth system design"
"database connection pooling"
Architecture memories feed into the entity graph:
This enables questions like "which service handles authentication?" or "what does the payment service depend on?"
npx claudepluginhub p/3d-era-munin-claude-code-plugins-munin-claude-codeGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Provides Slack GIF creation utilities with dimension/FPS/color constraints and Python PIL-based frame generation. Use for animated Slack emoji or message GIFs.