Skip to content
Automation
Skill

/architecture-patterns

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

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill architecture-patterns --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/architecture-patterns

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

architecture-patterns.SKILL.md
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
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • 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)
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.