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 DocType creation in Frappe/ERPNext with JSON structure, field types, Python controllers, naming patterns, permissions, and relationships. Use for data modeling and document setup.
Audits Airtable field names for duplicates, whitespace, similar names, and casing inconsistencies. Use to clean up schemas in single tables, entire bases, or all accessible bases.
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 /field, /field list, /field add, /field rename, /field delete, /field describe, and /field type.
For the exact read-only forms /field and /field list:
/field: python3 skills/tool-template/tools.py slash . /field/field list: python3 skills/tool-template/tools.py slash . /field listRETRIEVER_CANONICAL_TOOL_PATH pointed at ../tool-template/tools.py./field./field add, /field rename, /field describe, /field type, and /field delete as appropriate.--confirm form.