flowr-usage
Installation
SKILL.md
FlowR Usage
Before FlowR work, resolve the target package:
uv run --script .agents/skills/flowr-usage/scripts/resolve.py --task auto
Read the resolved instructions once per instructions_id.
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.