frappe-standard-script-report-schema
Installation
SKILL.md
Frappe Standard Script Report Schema
Companion to frappe-standard-script-report-controller (.py) and frappe-standard-script-report-view (.js). This skill covers the .json schema only.
Manipulate Script Report schemas through Frappe's document engine. Output is identical to a developer saving a Report in the Frappe UI in developer mode: Frappe exports canonical JSON and scaffolds missing .py/.js controller files.
Quick Start
# From frappe-bench root
env/bin/python <skill_dir>/scripts/save_report.py <path/to/report.json>
<skill_dir> = /workspace/development/frappe-bench/skills/.agents/skills/frappe-standard-script-report-schema
No bench migrate required — reports do not change database schema.