sql-planner
Installation
SKILL.md
Claim Conditions
This skill is the entry point for any data question expressed in natural language.
I claim when:
- User asks a question about data in natural language (English or Spanish): "how many", "count", "list", "show", "verify", "check", "find", "cuantos", "traeme", "muéstrame"
- User mentions a database table or business entity (users, subscriptions, sessions, etc.)
- User asks about data in ANY environment (production, staging, dev, local)
I do NOT claim when:
- User provides a complete SQL query ready to execute
- User asks to create a connector (use
/sql-planner:connectorinstead)
Input
$ARGUMENTS = natural language describing what data the user wants.
Step 1 — Gather Context
Related skills