Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

frappe-app-include-js

Expert guidance for writing always-loaded desk JavaScript in Frappe apps — utilities and controllers that are available across every desk page. Use when adding a reusable JS namespace, wrapping frappe.call in a utility function, registering app_include_js in hooks.py, or writing shared logic that multiple doctypes or pages need. NOT for per-doctype form/list JS (use frappe-doctype-form-view or frappe-doctype-list-view instead).

Resumen

Expert guidance for writing always-loaded desk JavaScript in Frappe apps — utilities and controllers that are available across every desk page. Use when adding a reusable JS namespace, wrapping frappe.call in a utility function, registering app_include_js in hooks.py, or writing shared logic that multiple doctypes or pages need. NOT for per-doctype form/list JS (use frappe-doctype-form-view or frappe-doctype-list-view instead).

Comando de instalación
npx skills add https://github.com/kehwar/skills --skill frappe-app-include-js

Copia y pega este comando en Claude Code para instalar la habilidad

Estrellas0
Forks0
Actualizado14 de mayo de 2026, 16:09
SKILL.md
readonly