frappe-app
Installation
SKILL.md
Frappe App Scaffolding
Create a professional Frappe Framework v15 application with multi-layer architecture following enterprise best practices.
When to Use
- Starting a new Frappe/ERPNext custom application
- Need production-ready app structure with proper separation of concerns
- Want multi-layer architecture (Controller → Service → Repository)
- Building apps that require clean, maintainable code organization
Arguments
/frappe-app <app_name> [--module <module_name>]
Examples:
Related skills