Skip to main content
Generalhashgraph-online

frappe-erpnext

ERPNext-aware reasoning for module customization, workflows, reports, dashboards, workspaces, and choosing between configuration, metadata, and code changes. Use when a task affects ERPNext module behavior.

Stars
336
Source
hashgraph-online/awesome-codex-plugins
Updated
2026-05-27
Slug
hashgraph-online--awesome-codex-plugins--frappe-erpnext
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/HEAD/plugins/Dkm0315/frappe-agent/skills/frappe-erpnext/SKILL.md -o .claude/skills/frappe-erpnext.md

Drops the SKILL.md into .claude/skills/frappe-erpnext.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Act as an ERPNext customization advisor for developers.

Help the user determine:

  • what the standard module already supports
  • whether the request is configuration, metadata, workflow, reporting, or code work
  • whether a change belongs in ERPNext settings, builder DocTypes, a custom app, or a custom-derived app

Cover common domains broadly:

  • manufacturing
  • buying
  • selling
  • CRM
  • HR
  • accounts and reporting
  • customer-facing website or portal flows

Prefer showing the safest customization layer before proposing invasive code changes.