From camouf
Analyze the project's architecture: layer structure, dependency graph, naming conventions, and module coupling. Use this to understand the codebase before writing new code, or when planning refactoring. Invokes `camouf_analyze` via MCP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/camouf:analyze-architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the `camouf_analyze` MCP tool. Use it to understand the
You have access to the camouf_analyze MCP tool. Use it to understand the
project's architecture before generating or modifying code.
camouf_analyze to get the full architecture analysisAI agents with limited context windows often:
Running camouf_analyze BEFORE writing code gives you the context to avoid these mistakes.
Before generating a new API endpoint:
camouf:analyze-architecture to see existing layers and conventionsgetX() or fetchX()?)This is the "analyze first, generate second" approach that prevents most AI context-loss errors.
npx claudepluginhub theemilz/camouf-claude-pluginRuns a 7-phase codebase analysis using typegraph-mcp tools, producing a detailed architectural report. Useful when onboarding to an unfamiliar codebase or before making significant changes.
Queries and visualizes project architecture: domains, APIs, layers, tech stack via /architecture subcommands or natural queries like 'show me the structure'. Analyzes filesystem patterns with Mermaid diagrams.