Claude skills
Claude skills are pre-built agent capabilities that help you accomplish common Webflow tasks through natural language. They work alongside the Webflow MCP server to provide specialized workflows for content management, site optimization, and safe publishing.
Prerequisites
Claude skills require both:
- Claude Code - The official CLI tool from Anthropic
- Webflow MCP server - Installed and configured in Claude Code
If you haven’t set up the MCP server yet, see the getting started guide.
What are Claude skills?
Skills are specialized agent workflows that combine multiple MCP tools to accomplish specific tasks. Instead of manually orchestrating tool calls, you describe what you want and the skill handles the implementation details.
For example, rather than:
- Manually fetching collection schemas
- Reading each item individually
- Validating field requirements
- Updating items one by one
You can use the bulk-cms-update skill with a prompt like:
The skill automatically handles validation, generates a preview of changes, and asks for confirmation before applying updates.
Available skills
Content management
Site health & optimization
Publishing & code
Bulk CMS update
Create or update multiple CMS items in a Webflow collection with validation and diff preview. Use when adding multiple blog posts, products, or updating fields across many items.
Example prompts:
CMS collection setup
Create a new CMS collection in Webflow with specified fields and relationships. Use when setting up blog posts, products, team members, portfolios, or other content types with custom fields.
Example prompts:
CMS best practices
Expert guidance on Webflow CMS architecture and best practices. Use when planning collections, setting up relationships, optimizing content structure, or troubleshooting CMS issues.
Example prompts:
Installation
Updating skills
Keep your skills up to date to get the latest features and improvements:
Or use the interactive plugin manager:
How skills work with MCP
Skills are implemented using the Agent Skills open format. They work as specialized workflows that:
- Detect relevant tasks - Skills activate automatically when your prompt matches their use case
- Orchestrate MCP tools - Each skill combines multiple Webflow MCP tools in specific sequences
- Provide guardrails - Skills include validation, error handling, and confirmation steps
- Return structured results - You get clear summaries, previews, and actionable recommendations
The skills layer on top of the MCP server without requiring any changes to your MCP configuration. They simply make common workflows easier by packaging best practices into reusable patterns.