Help us improve
Share bugs, ideas, or general feedback.
From archspec
Reads SERVICE_MAP.yaml, generates a chat-only Mermaid diagram for a proposed architecture change, and proposes YAML edits before any code is written.
npx claudepluginhub krus210/archspec --plugin archspecHow this command is triggered — by the user, by Claude, or both
Slash command
/archspec:investigateThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /archspec:investigate Run the `architecture-investigate` skill. Read-only. Open `skills/architecture-investigate/SKILL.md` and follow the steps verbatim.
/architectureGenerates Mermaid diagrams of your codebase: system overview, API route map, database ER diagram, and data flow sequences. Renders in GitHub.
/flow-architecture-evolutionOrchestrates architecture evolution workflow with ADR management, architecture review, breaking change analysis, and migration planning.
/investigateInvestigates and debugs Laravel API issues like wrong responses, missing data, queues, auth, performance using data-first workflow checking DB, cache, configs before code.
/investigatePerforms systematic root-cause investigation on error descriptions, stack traces, or symptoms using git context, producing a debug report.
/investigateOrchestrates bug investigation and fixes: analyzes code with agent, reproduces in background tasks, writes regression tests, implements fixes, verifies test suite.
Share bugs, ideas, or general feedback.
Run the architecture-investigate skill. Read-only.
Open skills/architecture-investigate/SKILL.md and follow the steps verbatim.