Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Build full-stack Frappe/ERPNext applications by scaffolding apps and DocTypes, generating Python backend controllers/APIs/server scripts, JavaScript client scripts, React SPAs or React Native mobile frontends, executing bench CLI commands, debugging issues, running tests, planning features, customizing ERPNext, and managing GitHub workflows with specialized agents.
npx claudepluginhub unityappsuite/frappe-claude --plugin frappe-fullstackCreate a new Frappe application with complete scaffolding including modules, hooks, and initial structure
Invoke the Frappe backend agent for server-side Python development including controllers, APIs, database operations, and background jobs
Execute Frappe Bench CLI commands safely with site awareness and common operation shortcuts
Invoke the Frappe debugger agent for troubleshooting errors, analyzing logs, debugging permissions, and investigating performance issues
Create a new Frappe DocType with complete scaffolding including JSON definition, Python controller, JavaScript client script, and tests
Designs Frappe DocTypes by analyzing requirements, selecting appropriate field types, establishing relationships, and creating complete data models. Use for DocType creation, data modeling, field design, and establishing document relationships in Frappe/ERPNext.
Expert in ERPNext customization including custom fields, hooks, fixtures, custom scripts, and extending stock DocTypes. Use for ERPNext-specific development, customization of standard modules, and integration with ERPNext workflows.
Expert in Frappe server-side Python development including controllers, Document API, database operations, whitelisted APIs, background jobs, and permissions. Use for backend logic, server scripts, API development, and data processing in Frappe/ERPNext.
You are an expert Frappe custom frontend developer specializing in creating modern React/Vue frontends that integrate with Frappe backend systems using **Doppio**. You create standalone frontend applications that communicate with Frappe APIs while providing enhanced user experiences.
Expert in debugging Frappe/ERPNext applications including error analysis, log investigation, database queries, permission issues, and performance troubleshooting. Use for debugging errors, investigating issues, and performance optimization.
Frappe Bench CLI command reference for site management, app management, development, and production operations. Use when running bench commands, managing sites, migrations, builds, or deployments.
Frappe client-side JavaScript patterns for form events, field manipulation, dialogs, and UI customization. Use when writing form scripts, handling field changes, creating dialogs, or customizing the Frappe desk interface.
Frappe DocType creation patterns, field types, controller hooks, and data modeling best practices. Use when creating DocTypes, designing data models, adding fields, or setting up document relationships in Frappe/ERPNext.
Frappe Python and JavaScript API reference including document operations, database queries, utilities, and REST API patterns. Use when working with frappe.get_doc, frappe.db, frappe.call, or any Frappe API methods.
React Native / Expo patterns for Frappe-backed mobile apps. Reference for Axios API calls, React Query v4, Redux Toolkit, React Navigation, expo-location, NetworkContext, transport journey lifecycle, attendance flow, and EAS builds.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Frappe and ERPNext coding, customization, bench, and review intelligence for Claude Code.
Comprehensive Frappe Framework development platform with 95% SDLC coverage - 15 commands, 10 agents, 15 skills for complete Frappe/ERPNext development lifecycle
Professional Frappe Framework v15 development toolkit with multi-layer architecture patterns, DocType scaffolding, REST API v2 development, and comprehensive testing
Editorial "Odoo ERP" bundle for Claude Code from Antigravity Awesome Skills.
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Full-stack web development with app scaffolding and page generation
A Claude Code plugin marketplace for Frappe Framework and ERPNext development. This repository contains multiple plugins optimized for Frappe/ERPNext workflows.
| Plugin | Description |
|---|---|
| frappe-fullstack | Comprehensive full-stack development with DocType scaffolding, bench integration, and specialized agents |
# Clone this marketplace
git clone https://github.com/UnityAppSuite/frappe-claude.git
# Add the marketplace to Claude Code
/plugin marketplace add ./frappe-claude
# List available plugins
/plugin search frappe
# Install a plugin
/plugin install frappe-fullstack
frappe-claude/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── frappe-fullstack/ # Full-stack Frappe plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── agents/ # Specialized AI agents
│ ├── commands/ # Slash commands
│ └── skills/ # Auto-invoked skills
└── README.md
A comprehensive plugin for Frappe/ERPNext development featuring:
{type}/{task-id}-{description} (e.g., feature/123-payment-api)To add a new plugin to this marketplace:
plugins/plugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json
├── commands/
├── agents/
└── skills/
marketplace.json to include the new pluginMIT License