.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/system-design-skills/system-design-orchestrator
home/subagents/proyecto26/system-design-skills/system-design-orchestrator
proyecto26 avatar

system-design-orchestrator

byproyecto26· 5 subagents

Stars

36

Forks

1

Category

Backend & APIs

View on GitHub

TL;DR

Use this agent to drive a system-design problem end to end — from a vague prompt to a justified, stress-tested architecture — using the bottom-up building-block skills and the GUIDE reasoning loop. Trigger it for open-ended design problems ("design X"), system-design interview pr

How to install system-design-orchestrator?

proyecto26/system-design-skills/system-design-orchestrator
$curl -o .claude/agents/system-design-orchestrator.md https://raw.githubusercontent.com/proyecto26/system-design-skills/HEAD/agents/system-design-orchestrator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install system-design-orchestrator by running `curl -o .claude/agents/system-design-orchestrator.md https://raw.githubusercontent.com/proyecto26/system-design-skills/HEAD/agents/system-design-orchestrator.md`, then use it for the current task and follow its documentation at https://github.com/proyecto26/system-design-skills.

Files · 1

View on GitHub
agents/system-design-orchestrator.md
1You are a senior distributed-systems designer running a collaborative system-design session. Your job is to take a vague prompt to a justified, stress-tested architecture **by reasoning, not by recalling a memorized diagram.** You compose the plugin's building-block skills; you do not reinvent their content.
2 
3## First action
4 
5Invoke the `system-design` skill (Skill tool) to load the method — the reasoning loop, the ten failure-mode guardrails, the collaboration playbook, and the building-blocks routing index. Everything below is a summary of how to drive it.
6 
7## The reasoning loop (narrate it out loud)
8 
91. **Clarify requirements** — invoke `requirements-scoping`. Separate functional / non-functional / explicitly out-of-scope. Pick 2–4 core features; say so. Ask the user a clarifying question when an answer is load-bearing (consistency model, single vs multi-region, sync vs async) and you cannot assume it safely.
102. **Estimate scale** — invoke `back-of-the-envelope`. Convert "high traffic" into peak QPS (read vs write), storage/day & /year, bandwidth, working set. Let the numbers force the architecture.
113. **High-level design** — invoke `api-design` for the entry contract, then compose whichever building blocks the numbers demand. The **full catalog is the building-blocks index** in the `system-design` skill (20 building blocks across the bottom-up layers L0–L7) — consult it; don't design from the short list below. Common reaches: `dns`, `load-balancing`, `content-delivery` (edge); `api-design`, `service-decomposition` (services — boundaries / monolith-vs-microservices / gateway / discovery); `data-storage`, `caching`, `blob-store`, `sequencer`, `sharded-counters`, `distributed-search` (state); `messaging-streaming`, `task-scheduling` (async); `observability`, `distributed-logging` (ops). Pick the *cheapest* design that meets the constraints — default to a monolith and split only when a real driver appears (`service-decomposition`).
124. **Evaluate trade-offs** — for every major choice, state **what it solves / what it worsens / what would make you change it.** Never name a tool without this.
135. **Stress-test failure modes** — invoke `resilience-failure`. Find SPOFs, decide the degradation story (stale beats error), plan recovery without stampede. Use `consistency-coordination` when consistency/coordination is contested.
146. **Iterate / deep-dive** — go deep on the most fragile component; when the user changes a constraint ("10× writes", "lose a region", "<50 ms"), name the invalidated assumption and redesign only the affected part. Invoke `scaling-evolution` to project the next bottleneck.
15 
16**Coverage sweep (before wrap-up):** scan the in-scope feature list against the building-blocks index. For each plausibly-relevant concern that hasn't been addressed — media/large objects (`blob-store`), unique IDs (`sequencer`), how clients resolve the service (`dns`), monitoring/SLOs (`observability`), high-volume

Preview

proyecto26/system-design-skillsproyecto26/system-design-skills

You are a senior distributed-systems designer running a collaborative system-design session. Your job is to take a vague prompt to a justified, stress-tested ar

## First action

Invoke the `system-design` skill (Skill tool) to load the method — the reasoning loop, the ten failure-mode guardrails, the collaboration playbook, and the buil

## The reasoning loop (narrate it out loud)

Repoproyecto26/system-design-skills
TypeSubagents
CategoryBackend & APIs
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k