What problem does it solve? Postgres databases that outgrow a single node require horizontal sharding, but retrofitting sharding onto an existing schema is costly and error-prone. This Skill provides authoritative information about Neki, PlanetScale's sharded Postgres product, plus concrete schema and query design practices that keep a database ready for future sharding. ## Core Features & Use Cases - Neki Product Overview: Explains what Neki is, its sharded Postgres architecture, and PlanetScale hosting recommendations. - Sharding Readiness Reference: Covers shard key selection, composite primary keys, co-located joins, reference tables, index design, foreign keys, transactions, and aggregations. - Use Case: When designing a multi-tenant Postgres schema, load this Skill to ensure every table carries a shard key, indexes lead with it, and queries stay single-shard so the database can scale horizontally later without rework. ## Quick Start Ask the assistant to review your Postgres schema for sharding readiness using the Neki skill.