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.
Manages displayed columns in Retriever tables via /columns slash commands: list, set, add, remove fields, or reset to default.
Guides secure filter/sort query parameter design for API list endpoints: operators (eq, gt, in), multi-field sorting (?sort=-created_at,name), SQL injection prevention via allow-lists.
Generates custom Claude Code slash commands via guided questions. Includes 10 presets, YAML validation, kebab-case naming, bash permission rules, and folder organization.
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 /sort, /sort list, /sort <field> <asc|desc>, /sort <field> <asc|desc>, <field> <asc|desc>, and /sort default.
For the exact read-only forms /sort and /sort list:
/sort: python3 skills/tool-template/tools.py slash . /sort/sort list: python3 skills/tool-template/tools.py slash . /sort listRETRIEVER_CANONICAL_TOOL_PATH pointed at ../tool-template/tools.py.For /sort <field> <asc|desc>, comma-separated multi-column sort specs, and /sort default:
/sort.