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 provisioning and lifecycle workflows
- TiDB Cloud serverless driver usage and edge runtime guidance
- 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, connect to, or manage database resources.
- Open the relevant
SKILL.mdfor step-by-step guidance and prerequisites.
- Skill folders use lowercase letters, digits, and hyphens (e.g.,
object-storage-s3). - Each skill must include
SKILL.mdwith YAML frontmatter containingname,description, and optionalallowed-tools. - Keep the body concise with a clear "when to use" section and a short workflow.
- Move long docs into
references/and prefer runnable scripts or templates inscripts/orassets/. - Avoid extra docs inside skill folders (no README or changelog).
tidbx- TiDB Cloud provisioning and lifecycle workflows.tidbx-serverless-driver- Serverless HTTP driver usage and edge runtime guidance.tidbx-kysely- Kysely integration patterns (TCP + serverless/edge).pytidb- PyTiDB (pytidb) setup and usage for TiDB from Python (CRUD + vector/full-text/hybrid search + embeddings).tidb-sql- TiDB SQL authoring and troubleshooting (MySQL compatibility diffs, vector/full-text, transactions, EXPLAIN, flashback recovery, TiDB Cloud SSL verification).
Contributions are welcome. If you add a new component, include:
- A short rationale
- Clear prerequisites
- Step-by-step usage
- Known trade-offs