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.
To assist users in designing, evaluating, and visualizing system architecture, making informed technical decisions, and improving project code quality through automated analysis.
功能
- Generates architecture diagrams (Mermaid, PlantUML, ASCII)
- Analyzes project dependencies for coupling and circularity
- Assesses project architecture patterns and code quality
- Provides recommendations for refactoring and improvement
- Supports multiple programming languages and package managers
使用场景
- Designing new system architectures
- Evaluating microservices vs. monolith patterns
- Creating architecture decision records (ADRs)
- Reviewing system design for scalability and maintainability
- Analyzing project dependencies and identifying technical debt
非目标
- Performing code execution or modification
- Acting as a debugger or test runner
- Providing real-time code completion
- Managing cloud infrastructure deployments
工作流
- Scan project structure to identify components and dependencies.
- Analyze dependencies for coupling, circularity, and outdated packages.
- Detect architectural patterns and code quality issues.
- Generate diagrams (component, layer, deployment) or reports.
- Provide recommendations for improvement.
实践
- Architecture Design
- Code Quality
- Dependency Management
先决条件
- Python 3
- Access to project files
安装
请先添加 Marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install engineering-team@claude-code-skills质量评分
已验证类似扩展
Pathfinder
100将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。
Understand
100分析代码库以生成交互式知识图谱,用于理解架构、组件和关系
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".
System Design
99Design scalable distributed systems using structured approaches for load balancing, caching, database scaling, and message queues. Use when the user mentions "system design", "scale this", "high availability", "rate limiter", "design a URL shortener", "system design interview", "capacity planning", or "distributed architecture". Also trigger when estimating infrastructure requirements, choosing between microservices and monoliths, or designing for millions of concurrent users. Covers common system designs and back-of-the-envelope estimation. For data fundamentals, see ddia-systems. For resilience, see release-it.
Assess Form
99Evaluate a system's current structural form, identify transformation pressure, and classify transformation readiness. Covers structural inventory, pressure mapping, rigidity assessment, change capacity estimation, and readiness classification for architectural metamorphosis. Use before any significant architectural change to understand the starting point, when a system feels stuck without clear reasons, when external pressure from growth or tech debt is mounting, or as periodic health checks for long-lived systems.
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.