proyecto26/system-design-skills

3 stars · Last commit 2026-06-02

A divide-and-conquer wiki of system-design skills for Claude Code — reason about scalable systems, don't memorize architectures.

README preview

# system-design-skills

<p align="center">
  <img src="docs/hero.png" alt="system-design-skills — compose scalable systems from modular building blocks" width="100%">
</p>

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Claude Code](https://img.shields.io/badge/Claude_Code-Plugin-blueviolet)](https://code.claude.com/docs/en/plugins)
[![Skills](https://img.shields.io/badge/Building_Blocks-22_Skills-brightgreen)](#building-blocks)
[![Self-contained](https://img.shields.io/badge/Runtime_deps-none-success)](#design-principle)
[![Providers](https://img.shields.io/badge/Providers-AWS%20%C2%B7%20Azure%20%C2%B7%20GCP%20%C2%B7%20Temporal-blue)](#provider-modularity)

**Design scalable systems the way strong engineers actually do — by reasoning, not by memorizing diagrams.** A divide-and-conquer wiki of composable building-block skills for Claude Code: clarify requirements, size with numbers, compose the right components, justify every trade-off, and stress-test for failure — then score and persist the design. Works in Claude Code, and any agent that can run skills.

---

## At a glance

```mermaid
flowchart TB

View full repository on GitHub →