frappe-app-include-js
Installation
SKILL.md
frappe-app-include-js
Covers the always-loaded desk layer — JS that registers once via app_include_js and is available globally throughout the desk session. Do not use this for doctype-specific JS:
| What you're writing | Skill to use |
|---|---|
| Shared utility, always available on desk | this skill |
Doctype form hooks (refresh, validate, …) |
frappe-doctype-form-view |
| List view buttons / indicators | frappe-doctype-list-view |
| Script Report filters / formatter | frappe-standard-script-report-view |
| Global JS API signatures and option tables | frappe-js-api |