Agent skill · Databases

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.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill senior-architect --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 11 KB
Bundled scripts: yes
Path: engineering-team/skills/senior-architect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Table of Contents
  2. Quick Start
  3. Tools Overview
  4. 1. Architecture Diagram Generator
  5. 2. Dependency Analyzer
  6. 3. Project Architect
  7. Decision Workflows
  8. Database Selection Workflow
  9. Architecture Pattern Selection Workflow
  10. Monolith vs Microservices Decision
  11. Reference Documentation
  12. Tech Stack Coverage
  13. Common Commands
  14. Getting Help
Ships with 6 files
  • references/architecture_patterns.md
  • references/system_design_workflows.md
  • references/tech_decision_guide.md
  • scripts/architecture_diagram_generator.py
  • scripts/dependency_analyzer.py
  • scripts/project_architect.py
Commands it runs
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
More from claude-skills
All skills →
About this skill
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.

Keep going