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 safe database workflows: schema inspection before queries, read-before-write previews for mutations, user confirmations, and post-change verification.
Creates and modifies Dataverse tables, columns, relationships, forms, and views using Python SDK and Web API. Activates on 'add column', 'create table', 'add relationship', 'create form'.
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 for /columns, /columns list, /columns set ..., /columns add ..., /columns remove ..., and /columns default.
For the exact read-only forms /columns and /columns list:
/columns: python3 skills/tool-template/tools.py slash . /columns/columns list: python3 skills/tool-template/tools.py slash . /columns listRETRIEVER_CANONICAL_TOOL_PATH pointed at ../tool-template/tools.py.For /columns set ..., /columns add ..., /columns remove ..., and /columns default:
/columns.