npx claudepluginhub mikegazzaruso/codemap --plugin codemap/architectureGet a high-level overview of the codebase architecture
/architectureLoom architecture — generate project scaffolding, conventions, skills, and architectural docs across Claude, Gemini, and GPT, then synthesize the best architecture
Analyze the current project and generate a Mermaid architecture diagram (graph TD).
package.json, pyproject.toml, go.mod, Cargo.toml, docker-compose.yml, etc.) to determine the tech stack.graph TD Mermaid diagram using subgraphs for each logical layer.Return:
```mermaid code block with the architecture diagram.SVG Rendering (mandatory — render-and-validate loop):
mkdir -p ./codemap-output./codemap-output/architecture.mmdnpx -y @mermaid-js/mermaid-cli -i ./codemap-output/architecture.mmd -o ./codemap-output/architecture.svg -b transparent.mmd, re-run step 3. Repeat until it succeeds..mmd file and report: SVG saved to ./codemap-output/architecture.svg$ARGUMENTS