mcpbeat

Architecture

davepoon/architecture

Architecture design skill with ADR records, system design checklists, scalability assessment, and architecture patterns

296 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill architecture

The instruction itself

3 sections, as written by the author

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

  • 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

How to use it

Copy the folder

Take davepoon/architecture from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.