From archflow
Analyzes the current codebase and generates a full architecture report as rich HTML with animated diagram, executive summary, KPI metrics, component directory, data flows, and insights.
How this command is triggered — by the user, by Claude, or both
Slash command
/archflow:archflowThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /archflow Analyze the current codebase and generate a full architecture report. Produces a rich HTML page with an animated architecture diagram as the hero section, plus supporting sections: executive summary, KPI metrics, component directory, data flow detail, external services, architecture insights, and code references. Includes a sticky table-of-contents sidebar. Uses the archflow skill.
Analyze the current codebase and generate a full architecture report.
Produces a rich HTML page with an animated architecture diagram as the hero section, plus supporting sections: executive summary, KPI metrics, component directory, data flow detail, external services, architecture insights, and code references. Includes a sticky table-of-contents sidebar.
Uses the archflow skill.
npx claudepluginhub rafaelolsr/archflow --plugin archflow/explain-architectureAnalyzes software architecture, detects patterns, maps components, generates ASCII diagrams and data flow docs, and produces Markdown reports. Supports subsystem focus via arguments.
/arch-reviewAnalyzes project architecture optionally scoped to paths, changes, or PRs, identifies issues, and generates a markdown improvement plan in /reports.
/analyzeScans codebase and generates ARCHITECTURE.md documentation with tech stack, directory structure, and modules. Supports optional [path] output and [--verbose] flags.
/audit-codebaseAudits codebase for product managers: auto-detects structure/framework/architecture, maps capabilities/APIs/data models/gaps, outputs Markdown report with diagrams/tables/implications.
/architectureGenerates Mermaid diagrams of your codebase: system overview, API route map, database ER diagram, and data flow sequences. Renders in GitHub.