Available skills
/subframe:setup — Initializes Subframe in a new or existing project. Detects the framework, runs the CLI, configures Tailwind and fonts, and syncs components.
/subframe:design — Designs UI pages. Gathers context from your codebase, calls design_page to generate multiple variations, and returns a review URL where you can preview and select a variation.
/subframe:develop — Implements designs with business logic. Fetches the design via get_page_info, syncs components, places the page in your codebase, and wires up data fetching, forms, event handlers, and loading/error states.
Typical workflow
- Run
/subframe:setupto initialize Subframe in your project (one-time) - Run
/subframe:designto create a page design with multiple variations - Review and select a variation in Subframe
- Run
/subframe:developto implement the selected design with business logic
Installing skills
- Claude Code
- Cursor and other clients
Skills are bundled with the Subframe plugin and installed automatically. Run the following commands in Claude Code:

