frappe-syntax-hooks
Installation
SKILL.md
Frappe Configuration Hooks (hooks.py)
Configuration hooks in hooks.py enable custom apps to extend Frappe/ERPNext
behavior. This skill covers ALL non-document-event hooks. For doc_events
(validate, on_submit, on_update, etc.), see frappe-syntax-hooks-events.