erpnext-impl-customapp

Plan end-to-end ERPNext custom app implementations across v14, v15, and v16.

163|53|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package --skill erpnext-impl-customapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: erpnext-impl-customapp
Source: https://github.com/OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package/tree/main/skills/source/impl/erpnext-impl-customapp
Command: npx skills add https://github.com/OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package --skill erpnext-impl-customapp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans end-to-end ERPNext custom app implementations including app structure, module organization, doctypes, fixtures, patches, and deployment. This skill provides a repeatable blueprint to standardize how ERPNext apps are built and deployed across multiple versions.

Core Features & Use Cases

  • Provides structured workflows for creating new apps, organizing modules, defining DocTypes, exporting fixtures, and applying patches.
  • Supports version-aware patterns (V14/V15/V16) and extension mechanisms, including v14/v15 doc_events and v16 extend_doctype_class flows.
  • Use Case example: A team needs to migrate an ERPNext customization into a packaged app with modules for core, settings, and integrations, plus fixtures for configuration data.

Quick Start

Create a new ERPNext custom app and follow the module and patch workflows to deploy it.

Frequently Asked Questions about erpnext-impl-customapp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a new ERPNext custom app with modules and doctypes?

To structure an ERPNext custom app, follow a repeatable blueprint for app creation, module organization, and defining doctypes. This standardizes how apps are built by separating core logic, settings, and integrations across structured modules.

What is the best way to export and deploy fixtures in an ERPNext custom app?

Exporting and deploying fixtures in an ERPNext custom app requires structured workflows to capture configuration data. Using standardized fixture export patterns ensures your configuration data is consistently packaged and deployed across your environments.

Does this ERPNext custom app workflow support version 14, 15, and 16?

Yes, the ERPNext custom app workflow supports v14, v15, and v16 environments. It enforces version-aware patterns and extension mechanisms, including v14/v15 doc_events and v16 extend_doctype_class flows, ensuring version-upgrade compatibility.

How do I apply patches to an existing ERPNext custom app?

Applying patches to an ERPNext custom app involves following a structured patch workflow. This enforces end-to-end patterns for deploying data migrations and updates safely within your app lifecycle across different ERPNext versions.

How do I migrate ERPNext customizations into a packaged app?

Migrating ERPNext customizations into a packaged app involves organizing modules for core, settings, and integrations, plus exporting fixtures for configuration data. This provides a standardized, repeatable blueprint for app deployment.