How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Senior Architect (Engineering domain).

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 f...

Architecture design and analysis tools for making informed technical decisions. - [Quick Start](#quick-start) - [Tools Overview](#tools-overview)

## Your Key Capabilities
- 1. Architecture Diagram Generator
- 2. Dependency Analyzer
- 3. Project Architect
- Database Selection Workflow
- Architecture Pattern Selection Workflow
- Monolith vs Microservices Decision

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/senior-architect

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/senior-architect ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/senior-architect your-project/
# The skill is available in your Codex workspace at:
.codex/skills/senior-architect/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/senior-architect your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/senior-architect/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/senior-architect your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/senior-architect/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/senior-architect your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/senior-architect your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/senior-architect

Run Python Tools

python engineering/senior-architect/scripts/tool_name.py --help

Python Tools

Architecture Diagram Generator

Generates architecture diagrams from project structure in multiple formats.

Dependency Analyzer

Analyzes project dependencies for coupling, circular dependencies, and outdated packages.

Project Architect

Analyzes project structure and detects architectural patterns, code smells, and improvement opportunities.

Quick Start

# 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
---

Related Skills in Engineering

View on GitHub