Cursor
Use Cursor to author ECP (Execution Control Protocol) Fluent workflows, environments, and CLI commands.Install the ECP skill
ecp test) — not legacy YAML Context manifests.
For core monorepo or vendor extension work:
Prompt tips
Ask Cursor to:- Write a
workflow(...).run([step(...).as(...)])module - Bind an environment with
extension("…").with({})after importing catalog packages - Store credentials with
ecp config secretsand bind viasecrets("…")— never in workflows - Use
ecp run/validate/compile/invoke/test start|run|rerun|statuswith--env - Prefer GitHub examples over inventing APIs
- Author a custom extension with
capabilityFor(...).withHandler(...)