bynickcrew· 58 skills
User-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
$npx -y skills add nickcrew/claude-cortex --skill architectural-analysisInstalls into the current project.
Run `npx skills use "https://github.com/nickcrew/claude-cortex" --skill "nickcrew/claude-cortex/architectural-analysis"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nickcrew/claude-cortex" that are relevant to the current task. Run `npx skills add "https://github.com/nickcrew/claude-cortex"` and select the relevant skills, then follow their instructions.