Frappe_Claude_Skill_Package
Production-ready Frappe and ERPNext development, debugging, and deployment
All Skills in This Repository (60)
Pure Emerald Level Indicatorsfrappe-impl-reports
Create ERPNext Script Reports, Query Reports, dashboards, and Number Cards.
frappe-impl-whitelisted
Implement secure Frappe API endpoints with whitelisted methods and permission checks.
frappe-impl-controllers
Automate Frappe/ERPNext Document Controller design with validation and lifecycle hooks.
frappe-impl-integrations
Implement OAuth, webhook, and data exchange integrations for Frappe v14โv16.
frappe-impl-workspace
Create and manage Frappe Workspace dashboards with charts, cards, and access control.
frappe-impl-hooks
Codify Frappe hook implementations with YAML frontmatter and version-aware guidance.
frappe-impl-customapp
Create custom Frappe apps with scaffolding, DocTypes, hooks, and patches.
frappe-impl-scheduler
Automate and coordinate scheduled background jobs in Frappe v14โv16.
frappe-impl-website
Configure website routing, portal page rendering, and SEO metadata for Frappe apps.
frappe-impl-jinja
Standardize Jinja template rendering for Frappe/ERPNext documents.
frappe-impl-clientscripts
Automate Frappe/ERPNext client-side form logic from Setup to app JS.
frappe-impl-serverscripts
Build sandbox-safe server-side logic in Frappe/ERPNext via Server Script.
Frequently Asked Questions
FAQPage SchemaHow to install Frappe Claude Skill Package?โผ
Run `npx skills add OpenAEC-Foundation/Frappe_Claude_Skill_Package --all -g -y` in your terminal to install all 61 skills globally.
What Frappe development tasks does this cover?โผ
It covers roughly 95% of the Frappe Framework: DocTypes, controllers, server and client scripts, hooks, reports, workflows, permissions, REST APIs, integrations, testing, deployment, and version upgrades.
Why does my AI-generated Frappe code fail in production?โผ
Common causes include import statements in sandboxed Server Scripts, modifying documents in on_update, and unparameterized SQL. These skills encode the correct deterministic patterns so the agent avoids those mistakes.
Does it support Frappe v14, v15, and v16?โผ
Yes. Every skill documents version-specific behavior, breaking changes, and migration paths across Frappe v14, v15, and v16.
Can non-developers use this for ERPNext customization?โผ
Yes. Once installed, you describe what you need in plain English and the agent uses the skills to produce validated, production-safe Frappe configurations and code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core