From retriever
Manages custom document field schemas: lists, adds, renames, deletes, re-describes, or changes types via /field, /field list, /field add, etc.
How this skill is triggered — by the user, by Claude, or both
Slash command
/retriever:fieldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> 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.
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.npx claudepluginhub sdemyanov/retrieverGuides 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.