AgenticStore is a repo for designing and curating SKILLS for code agents. It focuses on database provisioning workflows for agentic apps, with TiDB Cloud as the current supported provider. Components are added incrementally and documented as the skill set grows.
- Provide reusable SKILLS for database provisioning and lifecycle tasks
- Offer opinionated, composable database workflows for AI app builders
- Keep guidance practical, concise, and easy to apply in real projects
- TiDB Cloud serverless provisioning (clusters, branches, users, import/export)
- TiDB Cloud Kysely usage (TCP + serverless/edge)
- More managed database providers (planned)
The repo is centered around the skills/ directory:
skills/- skill definitions and instructions
- Browse the
skills/directory for capability-specific instructions. - Use skills to provision or manage database resources.
- Use the TiDB Cloud Kysely skill for app-side integration patterns.
Contributions are welcome. If you add a new component, include:
- A short rationale
- Clear prerequisites
- Step-by-step usage
- Known trade-offs