LLM Skills
~/catalog/software architecture//SKILL

Architecture patterns

/SKILL

System and API design guidance covering component boundaries, data flow, integration patterns, and scalability considerations.

a5c-aia5c-ai
1.6k
June 21, 2026
MIT License
// skill content

--- name: architecture-patterns description: System and API design guidance covering component boundaries, data flow, integration patterns, and scalability considerations. allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebSearch --- # Architecture Patterns ## Overview Guidance for system architecture and API design decisions within CC10X workflows. Used during PLAN and BUILD workflows for architectural choices. ## Domain Areas ### Component Design - Single responsibility boundaries - Interface contracts and type safety - Dependency injection patterns - Module cohesion and coupling analysis ### Data Flow - Request/response patterns - Event-driven architecture - State management strategies - Data transformation pipelines ### Integration Patterns - API design (REST, GraphQL, RPC) - Message queuing and async processing - Service boundaries and communication - Error propagation across boundaries ### Scalability - Horizontal vs vertical scaling considerations - Caching strategies - Database design and query optimization - Load balancing and distribution ## Decision Checkpoints Architectural decisions require user approval when: - Introducing new service boundaries - Changing data flow patterns - Adding new external dependencies - Modifying public API contracts ## When to Use - During PLAN workflow architecture phases - During BUILD when architectural choices arise - When reviewing system design in REVIEW workflow ## Agents Used - planner (architecture planning) - component-builder (architecture implementation) - code-reviewer (architecture review)

// original public source
a5c-ai/babysitter
/library/methodologies/cc10x/skills/architecture-patterns/SKILL.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/cc10x/skills/architecture-patterns/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatora5c-ai
Stars 1.6k
LicenseMIT License
UpdatedJune 21, 2026
Format.md
AccessFree
// similar

Skills Software architecture

View allarrow_forward