# References Bundled resources for database-sharding-manager skill - [ ] sharding_strategies.md: Documentation on different database sharding strategies (e.g., range-based, hash-based). - [ ] consistent_hashing.md: Detailed explanation of consistent hashing and its implementation. - [ ] auto_rebalancing.md: Guide on implementing automatic rebalancing of shards. - [ ] cross_shard_query_patterns.md: Best practices for querying data across multiple shards. - [ ] sharding_api_reference.md: API documentation for interacting with the sharding manager. - [ ] error_handling_sharding.md: Best practices for error handling in sharded environments