Agent skill
architecture
Architecture design skill with ADR records, system design checklists, scalability assessment, and architecture patterns
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/architecture-davepoon-buildwithclaude
SKILL.md
Architecture Skill
Provides architectural guidance for system design decisions, including:
- ADR (Architecture Decision Records): Structured format for recording design decisions with context, options, and rationale
- System Design Checklist: Scalability, reliability, observability, security considerations
- Architecture Patterns: Microservices, event-driven, layered, hexagonal
- API Design: RESTful conventions, versioning, pagination, error handling
When Loaded
This skill is automatically injected when working with:
/cc-best:lead— Technical design phasearchitectagent — System architecture decisionsplanneragent — Task breakdown and complexity analysis
Key Principles
- Simplicity first — Choose the simplest architecture that meets requirements
- Document decisions — Every significant choice gets an ADR
- Separation of concerns — Clear boundaries between components
- Design for failure — Graceful degradation and circuit breakers
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?