概要
This skill provides Claude with specialized patterns and implementation logic for architecting sharded database systems, enabling horizontal scalability for data-intensive applications. It covers critical strategies including range-based, hash-based, and directory-based sharding, while providing guidance on shard key selection, consistent hashing, and complex cross-shard query patterns. Developers can use this skill to design resilient distributed systems that handle high throughput and massive datasets while maintaining performance through effective data isolation and load balancing.