Frappe_Claude_Skill_Package
Production-ready Frappe and ERPNext development, deployment, and debugging
Directs the agent to act as an architect that reads the roadmap and core project files, then delegates skill-building work to sub-agents following a 7-phase research-first methodology with strict deterministic quality rules.
All Skills in This Repository (61)
Pure Emerald Level Indicatorsfrappe-impl-reports
Enforce correct Script and Query report structures with safe SQL patterns.
frappe-impl-whitelisted
Implement secure Frappe @frappe.whitelist() API endpoints with permission checks and validation.
frappe-impl-controllers
Implement Frappe Document Controllers with correct lifecycle hooks and validation.
frappe-impl-integrations
Guide OAuth 2.0, webhooks, and bulk data flows in Frappe integrations.
frappe-impl-workspace
Generate Frappe Workspace implementations with DocType fields and child-table synchronization.
frappe-impl-hooks
Configure Frappe hooks.py for doc_events, scheduler_events, permissions, and DocType overrides.
frappe-impl-customapp
Create a custom Frappe app with bench scaffolding, DocTypes, hooks, patches, and fixtures.
frappe-impl-scheduler
Implement Frappe scheduled tasks and background jobs with scheduler_events and frappe.enqueue.
frappe-impl-website
Guide Frappe website, portal, and Web Form implementation with routing and SEO controls.
frappe-impl-jinja
Generate Jinja templates for Frappe Print Formats with get_formatted and translation wrapping.
frappe-impl-clientscripts
Implement Frappe client scripts for form events, field dependencies, and server calls.
frappe-impl-serverscripts
Guide sandbox-safe Frappe Server Script implementations with correct event selection.
Frequently Asked Questions
FAQPage SchemaHow to install Frappe Claude Skill Package?βΌ
Run `npx skills add Impertio-Studio/Frappe_Claude_Skill_Package --all -g -y` in your terminal to install all 61 skills globally.
What does this Frappe skill package cover?βΌ
It covers about 95% of the Frappe Framework: syntax, core APIs, implementation workflows, error handling, operations, testing, and intelligent agents for Frappe v14 through v16.
Why does my AI-generated Frappe code fail in production?βΌ
Generic models produce code that looks correct but breaks on sandbox restrictions, hook timing, and permission rules. These skills encode the exact deterministic rules that prevent those failures.
Does it work with Claude Code and other AI tools?βΌ
Yes. All skills follow the open Agent Skills standard and run in Claude Code, Claude.ai Projects, Cursor, and other compatible environments.
Can it help with Frappe version upgrades?βΌ
Yes. Dedicated skills cover v14 to v15 and v15 to v16 breaking changes, deprecated API detection, migration planning, and rollback procedures.
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