Agent skills are structured instructions that teach AI assistants how to use tools correctly. While the MCP server gives your AI the ability to access Subframe, skills give it the knowledge of how to use it well. Skills are an open standard ↗ and becoming widely adopted throughout the industry.Documentation Index
Fetch the complete documentation index at: https://subframe-59800133-claude-pensive-edison-7rclv.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Claude Code
Claude Desktop
Cursor
Codex- Other clients
Install the Subframe plugin
Enable auto-update (recommended)
Keep the Subframe plugin up to date automatically:
- Run
/pluginto open the plugin manager - Select the Marketplaces tab
- Choose the subframe marketplace
- Select Enable auto-update
Verify installation
Run
/mcp to check that the Subframe MCP server is connected, then try asking Claude Code to use Subframe.Create your first design
Follow the Working with AI agents guide to design and implement your first page.
Available skills
/subframe:design — Designs and edits anything in Subframe: pages, components, snippets, design documents, and the theme. Also handles deletion of those resources except theme. Gathers context from your codebase, kicks off background AI jobs in Subframe, and returns URLs where each design appears live as it generates. Use this for new UI, design system additions, written design docs, theme tweaks, and cleanup.
/subframe:develop — Implements designs in code with business logic. Fetches the design, syncs components if needed, places the code in your codebase, and wires up data fetching, forms, event handlers, and loading/error states.
/subframe:install — Installs Subframe into a codebase so you can implement designs locally. Detects the framework, runs the CLI, configures Tailwind and fonts, and syncs components. You don’t need to install to create designs.
/subframe:bulk-import — Uploads many components from an existing codebase to Subframe in one CLI batch. This is purely a throughput option for when you want to migrate many components at once instead of one at a time. Available for select teams. For most import use cases, use /subframe:design which is generally available.
Next steps
See these skills in action in the Working with AI agents guide, which walks through the full design-to-code workflow.Keep skills up to date
Claude Code
The Subframe plugin for Claude Code bundles the MCP server and skills together. To enable auto-updates:- Run
/pluginto open the plugin manager - Select the Marketplaces tab
- Choose the subframe marketplace
- Select Enable auto-update
Manually update the plugin
Reload the plugin to pick up the latest version:Cursor, Codex, and other clients
Check for available skill updates:Enable for your team
If you use Claude Code, you can add Subframe to your project settings so team members are automatically prompted to install the plugin when they open the project. Add the following to.claude/settings.json in your repository root:
.claude/settings.json
FAQ
A skill can't be found or doesn't work as expected
A skill can't be found or doesn't work as expected
Skills depend on the MCP server being properly connected. Check these:
- Make sure the MCP server is running and connected
- Update to the latest version — see Keep skills up to date

