Claude Code plugins for Frappe Framework and ERPNext development
npx claudepluginhub unityappsuite/frappe-claudeComprehensive Frappe/ERPNext full-stack development with DocType scaffolding, bench integration, and specialized agents for server-side Python, client-side JavaScript, and ERPNext customization
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
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