mohmedmm

System Design Pro — Design skill for Claude Code

Design community

Production Distributed Architecture Blueprints, Capacity Sizing Engine & Universal Agent Skill for Antigravity, Claude Code & Cursor.

How to install System Design Pro

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mohmedmm/system-design-pro and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What System Design Pro does

Production Distributed Architecture Blueprints, Capacity Sizing Engine & Universal Agent Skill for Antigravity, Claude Code & Cursor.

Alternatives in Design

  • Frontend Design — Create distinctive, production-grade frontend interfaces with high design quality 94.1k ★
  • Figma Implement Design — Translate Figma designs into production-ready code with pixel-perfect accuracy 14.6k ★
  • CloudCLI — 8,400+ Free open-source web/mobile UI for Claude Code, Cursor CLI, and Codex 8.7k ★

README

System Pro: Distributed Systems Architecture & Capacity Engine

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Python: 3.8+](https://img.shields.io/badge/Python-3.8%2B-green.svg)](https://www.python.org/) [![Tests: Pytest](https://img.shields.io/badge/Tests-Passing-brightgreen.svg)](tests/) [![Antigravity IDE: Compatible](https://img.shields.io/badge/Antigravity_IDE-Skill-purple.svg)](SKILL.md)

Production-grade distributed systems blueprints, automated capacity calculators, RFC templates, and native **Antigravity IDE** skill integration.


Architecture Blueprints (28 Master Domains)

All blueprints reside in [`references/`](./references/) and include architectural diagrams, data flows, and failure modes:

# Domain Reference Path Core Architectural Focus
01 Scaling 0 to Millions `references/01. Scaling` Horizontal scaling, database sharding, stateless compute
02 Capacity Estimation `references/02. Back Of the Envelope Estimation` Latency numbers, QPS, storage, memory sizing (80/20)
03 System Design Framework `references/03. System Design Framework` 4-step interview and architecture methodology
04 Rate Limiter `references/04. Rate Limiter` Token bucket, leaky bucket, sliding window counter
05 Consistent Hashing `references/05. Consistent Hashing` Hash rings, virtual nodes, hotspot mitigation
06 Key-Value Store `references/06. Key-Value Store` Dynamo-style quorum (R+W>N), vector clocks, Merkle trees
07 Unique ID Generator `references/07. Unique-Id Generator` Twitter Snowflake 64-bit ID, Ticket ser