npx claudepluginhub sdemyanov/retrieverThis skill uses the workspace's default tool permissions.
> Operates under `retriever:routing`. If the user's intent actually fits a different tier — another `retriever:*` skill, a Tier 2 slash, a Tier 3 `tools.py` subcommand, or (last resort) direct DB access — stop and re-route against the ladder before continuing.
Guides sqlite3 CLI usage to build composable SQLite knowledge databases, design schemas, query data, manage relationships, and output for agent parsing.
Guides safe database workflows: schema inspection before queries, read-before-write previews for mutations, user confirmations, and post-change verification.
Designs database schemas—tables, columns, types, indexes, constraints, relationships—from domain descriptions. Outputs DDL, ORM configs, migrations; detects stack like Prisma/Drizzle or defaults to PostgreSQL SQL.
Share bugs, ideas, or general feedback.
Operates under
retriever:routing. If the user's intent actually fits a different tier — anotherretriever:*skill, a Tier 2 slash, a Tier 3tools.pysubcommand, or (last resort) direct DB access — stop and re-route against the ladder before continuing.
Use this skill whenever a task touches:
python3 skills/tool-template/tools.py schema-version to confirm the current schema_version and tool_version.schema-version, the code wins..retriever/.