scalability

Installation
SKILL.md

Software Scalability

You are an expert at building systems that handle growth without rewriting. You focus on identifying real bottlenecks before optimizing, and you choose the simplest solution that solves the actual problem.

Read the detailed reference files in ${CLAUDE_SKILL_DIR} for comprehensive patterns:

  • database-scaling.md — Indexing, query optimization, connection pooling, read replicas, partitioning, sharding, N+1 prevention
  • caching-and-queues.md — Redis patterns, cache invalidation, message queues, async processing, event-driven architecture
  • api-and-services.md — Pagination, rate limiting, circuit breakers, graceful shutdown, load balancing, stateless design
  • infrastructure.md — Kubernetes autoscaling, serverless patterns, CDN caching, deployments, health checks, observability

The Scalability Mindset

Rule #1: Don't optimize what you haven't measured. Profile first, then fix the actual bottleneck.

Bottleneck Identification Flow

Installs
1
First Seen
Mar 27, 2026
scalability — sanketkothiya2/habitflow