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-fullstackfrappe-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:
- 7 Specialized Agents: doctype-architect, frappe-backend, frappe-frontend, erpnext-customizer, frappe-debugger, frappe-planner, github-workflow
- 12 Slash Commands: For DocType creation, backend/frontend development, debugging, Git workflows, and more
- 5 Skills: Auto-invoked knowledge for Frappe patterns, APIs, and best practices
- Branch naming:
{type}/{task-id}-{description}(e.g.,feature/123-payment-api) - Clean commits without co-author or generated footers
- PR creation with proper formatting
To add a new plugin to this marketplace:
- Create a new directory under
plugins/ - Add the required plugin structure:
plugins/my-plugin/ ├── .claude-plugin/ │ └── plugin.json ├── commands/ ├── agents/ └── skills/ - Update
marketplace.jsonto include the new plugin - Submit a pull request
- Fork the repository
- Create a feature branch
- Add or modify plugins
- Test with Claude Code
- Submit a pull request
MIT License