senior-architect
This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical decisions", or "review system design". Use for architecture decision records (ADRs), tech stack evaluation, system design reviews, dependency analysis, and generating architecture diagrams in Mermaid, PlantUML, or ASCII format.
npx skills add alirezarezvani/claude-skills --skill senior-architect --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Senior Architect Architecture design and analysis tools for making informed technical decisions. ## Table of Contents - [Quick Start](#quick-start) - [Tools Overview](#tools-overview) - [Architecture Diagram Generator](#1-architecture-diagram-generator) - [Dependency Analyzer](#2-dependency-analyzer) - [Project Architect](#3-project-architect) - [Decision Workflows](#decision-workflows) - [Database Selection](#database-selection-workflow) - [Architecture Pattern Selection](#architecture-pattern-selection-workflow) - [Monolith vs Microservices](#monolith-vs-microservices-decision) - [Reference Documentation](#reference-documentation) - [Tech Stack Coverage](#tech-stack-coverage) - [Common Commands](#common-commands) --- ## Quick Start ```bash # Generate architecture diagram from project python scripts/architecture_diagram_generator.py ./my-project --format mermaid # Analyze dependencies for issues python scripts/dependency_analyzer.py ./my-project --output json # Get architecture assessment python scripts/project_architect.py ./my-project --verbose ``` --- ## Tools Overview ### 1. Architecture Diagram Generator Generates architecture diagrams from project structure in multiple for
- Table of Contents
- Quick Start
- Tools Overview
- 1. Architecture Diagram Generator
- 2. Dependency Analyzer
- 3. Project Architect
- Decision Workflows
- Database Selection Workflow
- Architecture Pattern Selection Workflow
- Monolith vs Microservices Decision
- Reference Documentation
- Tech Stack Coverage
- Common Commands
- Getting Help
Generate architecture diagram from project python scripts/architecture_diagram_generator.py ./my-project --format mermaid Analyze dependencies for issues python scripts/dependency_analyzer.py ./my-project --output json Get architecture assessment python scripts/project_architect.py ./my-project --verbose Mermaid format (default) python scripts/architecture_diagram_generator.py ./project --format mermaid --type component PlantUML format python scripts/architecture_diagram_generator.py ./project --format plantuml --type layer
What does the senior-architect skill do?
This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical decisions", or "review system design". Use for architecture decision records (ADRs), tech stack evaluation, system design reviews, dependency analysis, and generating architecture diagrams in Mermaid, PlantUML, or ASCII format.
How do I install it?
Run `npx skills add alirezarezvani/claude-skills --skill senior-architect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.