This walks you through building Vue 3 frontends for Frappe apps using Frappe UI, which comes with TailwindCSS and a solid component library. You get three resource types for data fetching: generic resources for custom API calls, list resources for paginated DocType queries, and document resources for single doc operations. The skill covers scaffolding with frappe-ui-starter, wiring up components like ListView and Dialog, and choosing between a full SPA or simpler portal pages. The resource API is well documented here with real examples of auto-loading, caching, and CRUD operations. If you're tired of building admin interfaces in the Desk and want a proper modern frontend, this is your starting point.
npx skills add https://github.com/lubusin/agent-skills --skill frappe-frontend-development