·system-design-patterns
>_

system-design-patterns

thapaliyabikendra/ai-artifacts

System design patterns for scalability, reliability, and performance. Use when: (1) designing distributed systems, (2) planning for scale, (3) making architecture decisions, (4) evaluating trade-offs.

4Installs·0Trend·@thapaliyabikendra

Installation

$npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill system-design-patterns

SKILL.md

Design scalable, reliable, and performant systems with proven patterns.

| Consistency | All nodes see the same data | Higher latency | | Availability | System responds to every request | May return stale data | | Partition Tolerance | System works despite network failures | Must sacrifice C or A |

| Atomicity | Basically Available | | Consistency | Soft state | | Isolation | Eventually consistent | | Durability | |

System design patterns for scalability, reliability, and performance. Use when: (1) designing distributed systems, (2) planning for scale, (3) making architecture decisions, (4) evaluating trade-offs. Source: thapaliyabikendra/ai-artifacts.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill system-design-patterns
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is system-design-patterns?

System design patterns for scalability, reliability, and performance. Use when: (1) designing distributed systems, (2) planning for scale, (3) making architecture decisions, (4) evaluating trade-offs. Source: thapaliyabikendra/ai-artifacts.

How do I install system-design-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill system-design-patterns 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/thapaliyabikendra/ai-artifacts