system-design
Design scalable distributed systems using structured approaches for load balancing, caching, database scaling, and message queues. Use when the user mentions "system design", "scale this", "high availability", "rate limiter", "design a URL shortener", "design Twitter", "design Uber", "design a news feed", "system design interview", "capacity planning", or "distributed architecture". Also trigger when estimating infrastructure requirements, choosing between microservices and monoliths, or designing for millions of concurrent users. Covers common system designs (TinyURL, feeds, chat) and back-of-the-envelope estimation. For data fundamentals, see ddia-systems. For resilience, see release-it.
适合你,如果正在准备系统设计面试或需要设计高可用分布式系统。
npx oh-my-skill add wondelai/skills/system-designcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- wondelai/skills/system-designnpx oh-my-skill verify wondelai/skills/system-design怎么用
商店整理自技能原文 · 版本 326b380 · 表述以原文为准Claude 会按照四步流程设计可扩展的分布式系统:先明确需求,再画高层架构图,然后深入关键组件,最后讨论权衡和改进。它会估算 QPS、存储等容量,并推荐负载均衡、缓存、消息队列等构建块。
当你提到“系统设计”、“设计一个URL缩短器”、“设计Twitter”等关键词,或要求估算基础设施、选择微服务与单体架构、设计支持百万并发用户时触发。