fr-mvvm-contract
Installation
SKILL.md
FR MVVM Contract
Run every bundled Python entrypoint with uv run --script <path>. Add or
update its PEP 723 dependencies with uv add --script <path> <dependency>;
never invoke a bundled script with python, python3, or uv run python.
Mode Selection
- For a new project or
acdd_scaffold, readreferences/acdd_scaffold.mdand usescripts/acdd_scaffold.py. Do not run the project profile resolver before the target project exists. - For an existing Flutter project that must adopt the standard scaffold structure, run:
uv run --script <skill-root>/scripts/resolve.py --task adapt_project