erpnext-api-patterns

Installation
SKILL.md

ERPNext API Patterns

API Type Decision Tree

What do you want to achieve?
├─► CRUD operations on documents
│   └─► REST API: /api/resource/{doctype}
├─► Call custom business logic
│   └─► RPC API: /api/method/{path}
├─► Notify external systems on events
│   └─► Configure Webhooks
└─► Client-side server calls (JavaScript)
    └─► frappe.call() or frappe.xcall()
Related skills

More from majiayu000/claude-skill-registry

Installs
1
GitHub Stars
299
First Seen
Mar 16, 2026