frappe-development
Installation
SKILL.md
Frappe Development Patterns
Opinionated guidance for building maintainable Frappe or ERPNext apps, with a focus on e-health systems.
How to Use This Skill
Use this whenever:
- The project is built on Frappe Framework or ERPNext.
- The user mentions DocTypes, Bench, sites or apps, or ERPNext Healthcare.
- You are modelling business entities as DocTypes instead of ORM models.
Combine this with:
- python-patterns for general Python decisions.
- database-design for physical database concerns such as indexes and performance.
- healthcare-compliance when PHI or clinical workflows are involved.