This handles the full lifecycle of Frappe DocTypes, from creating new data models to wiring up controller logic and permissions. You'll reach for it when building standard documents, child tables, or submittable workflows. It covers the practical stuff: field definitions across 20+ types, naming series setup, controller hooks like validate and before_save, and the parent-child table patterns that trip people up. The guardrails are solid, reminding you to enable developer mode before schema changes and always run migrate after modifications. Honestly, the structured approach to controller implementation and the comprehensive field type reference make this more useful than the official docs for day-to-day DocType work.
npx skills add https://github.com/lubusin/agent-skills --skill frappe-doctype-development