Architecture design skill with ADR records, system design checklists, scalability assessment, and architecture patterns
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill architecture--davepoon --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Architecture Davepoon?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-architecture-davepoon)More formats (shields.io, HTML) on the badges page.
---
name: architecture
description: "Architecture design skill with ADR records, system design checklists, scalability assessment, and architecture patterns"
category: engineering-core
source_repo: davepoon/buildwithclaude
source_path: "plugins/cc-best/skills/architecture/SKILL.md"
source_url: https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/cc-best/skills/architecture/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 phase
- `architect` agent — System architecture decisions
- `planner` agent — Task breakdown and complexity analysis
## Key Principles
1. **Simplicity first** — Choose the simplest architecture that meets requirements
2. **Document decisions** — Every significant choice gets an ADR
3. **Separation of concerns** — Clear boundaries between components
4. **Design for failure** — Graceful degradation and circuit breakers
---
**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/cc-best/skills/architecture/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!