system-design
✓Scalability, availability, and distributed systems design
Installation
SKILL.md
Principles for designing systems that handle scale, remain available, and perform well under load.
| Round Robin | Cycle through servers | Equal capacity servers | | Weighted RR | Based on server capacity | Mixed capacity | | Least Connections | Route to least busy | Long-lived connections | | IP Hash | Same IP → same server | Session stickiness | | URL Hash | Same URL → same server | Cache optimization |
| TTL | Expire after time | Simple | | Event-based | Invalidate on write | Medium | | Version-based | Key includes version | Medium | | Tag-based | Group related keys | Complex |
Scalability, availability, and distributed systems design Source: miles990/claude-software-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/miles990/claude-software-skills --skill system-design- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-16
- Updated
- 2026-02-18
Quick answers
What is system-design?
Scalability, availability, and distributed systems design Source: miles990/claude-software-skills.
How do I install system-design?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/miles990/claude-software-skills --skill system-design Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/miles990/claude-software-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-16