Skip to main content
Generalhashgraph-online

frappe-customization

Frappe customization-surface guidance covering Custom Field, Property Setter, Client Script, Server Script, Workspace, Web Page, Page, Print Format, Report, Dashboard, Workflow, Role, Notification, Webhook, and related builder/admin DocTypes. Use when choosing or changing Frappe customization layers.

Stars
336
Source
hashgraph-online/awesome-codex-plugins
Updated
2026-05-27
Slug
hashgraph-online--awesome-codex-plugins--frappe-customization
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-customization/SKILL.md -o .claude/skills/frappe-customization.md

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

Choose the right Frappe customization surface before suggesting code.

Check these surfaces first when relevant:

  • Custom Field
  • Property Setter
  • Client Script
  • Server Script
  • Workspace
  • Web Page
  • Page
  • Print Format
  • Report
  • Dashboard
  • Dashboard Chart
  • Number Card
  • Web Form
  • Workflow
  • Role
  • Notification
  • Assignment Rule
  • Webhook
  • Auto Repeat
  • Email Template
  • Letter Head
  • Print Style

Preferred decision ladder:

  1. built-in configuration
  2. metadata/admin DocType customization
  3. page/workspace/report/dashboard/print/web surfaces
  4. hooks and custom app code
  5. changes inside a custom-derived app only when necessary

Explicitly call out when a request should use Custom Field rather than editing a DocType JSON file directly.

When creating or redesigning a DocType, also apply frappe-doctype-design so fields, tabs, sections, columns, and required flags are chosen for a clean human workflow instead of a flat field dump.