Webflow Skills

August 20, 2026 ยท View on GitHub

A collection of Agent Skills for working with Webflow sites through the Webflow MCP server. Manage CMS content, audit site health, optimize assets, build in Webflow Designer, create Code Components, run Webflow CLI workflows, and safely publish changes.

Installing

These skills work with any agent that supports the Agent Skills standard, including Claude Code, Cursor, and others.

Claude Code

Install using the plugin marketplace:

# Add the marketplace
claude plugin marketplace add webflow/webflow-skills
# Install the plugin
claude plugin install webflow-skills@webflow-skills

Cursor

Install from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with webflow/webflow-skills.

npx skills

Install using the npx skills CLI:

npx skills add https://github.com/webflow/webflow-skills

Clone / Copy

Clone this repo and copy the skill folders into the appropriate directory for your agent:

AgentSkill DirectoryDocs
Claude Code~/.claude/skills/docs
Cursor~/.cursor/skills/docs
OpenCode~/.config/opencode/skills/docs
OpenAI Codex~/.codex/skills/docs
Pi~/.pi/agent/skills/docs

Prerequisites

Webflow MCP Server and CLI Tooling

Site, CMS, audit, Designer, and publishing skills require the Webflow MCP server to be installed and configured. CLI and Code Component workflows also require Node.js and the Webflow CLI.

What You Need

  1. Webflow Account - Active Webflow account with sites
  2. Webflow MCP Server - Installed and configured in your MCP environment
  3. Node.js and Webflow CLI - Required for Webflow CLI and Code Component workflows
  4. Compatible Agent - Any agent with MCP and skills support enabled

Quick Setup

  1. Add the Webflow MCP server to your agent's MCP configuration
  2. Authenticate with your Webflow account when prompted
  3. Verify the connection by listing your Webflow sites

For detailed setup instructions, visit the Webflow MCP Documentation.

Skills

All skills ship from the single webflow-skills plugin.

Webflow MCP Skills

SkillDescription
webflow-mcp:bulk-cms-updateBatch create/update CMS items with validation and preview
webflow-mcp:cms-collection-setupCreate collections with custom fields and relationships (16 field types)
webflow-mcp:cms-best-practicesExpert guidance on CMS architecture and optimization
webflow-mcp:compress-cms-imageCompress and convert CMS item image fields to webp or avif
webflow-mcp:site-auditComprehensive health check with scoring (0-100) and recommendations
webflow-mcp:asset-auditIdentify optimization opportunities for images and files
webflow-mcp:link-checkerScan and fix broken/insecure links across pages and CMS content
webflow-mcp:accessibility-auditWCAG 2.1 compliance check with detailed reports and fixes
webflow-mcp:safe-publishPreview, confirm, publish workflow with verification
webflow-mcp:custom-code-managementManage tracking scripts and custom code safely
webflow-mcp:flowkit-namingApply Webflow's official FlowKit CSS naming conventions
webflow-mcp:designer-toolsBuild and manage page structure, elements, components, and styles in Webflow Designer
webflow-mcp:figma-to-webflowBuild pages, sections, components, or full sites from Figma designs using Figma MCP and Webflow MCP

Webflow CLI Skills

SkillDescription
webflow-cli:cloudInitialize, build, and deploy full-stack Webflow applications to Webflow Cloud hosting
webflow-cli:devlinkExport Webflow Designer components to React/Next.js code for external projects
webflow-cli:designer-extensionBuild Designer Extensions for custom Webflow Designer functionality
webflow-cli:code-componentCreate and deploy reusable React components for Webflow Designer
webflow-cli:troubleshooterDiagnose and fix Webflow CLI issues including installation, auth, build, and bundle problems

Webflow Code Component Skills

SkillDescription
webflow-code-component:component-scaffoldGenerate new Code Component boilerplate with React component and definition file
webflow-code-component:convert-componentConvert an existing React component into a Webflow Code Component
webflow-code-component:component-auditAudit Code Components for architecture decisions and Shadow DOM compatibility
webflow-code-component:deploy-guideStep-by-step guide for deploying Code Components to a workspace
webflow-code-component:local-dev-setupInitialize a new Code Components project from scratch
webflow-code-component:pre-deploy-checkPre-deployment validation for bundle size, dependencies, SSR compatibility
webflow-code-component:troubleshoot-deployDebug deployment failures with root cause analysis and fixes

Webflow University Skills

Guided, educational skills from Webflow University that teach MCP workflows hands-on.

SkillDescription
webflow-university:mcp-getting-startedGuided onboarding for your first Webflow MCP workflow โ€” checks your connection, helps you pick a real task, coaches your prompt, and runs it with you
webflow-university:new-cms-planGuided activity for planning a new Webflow CMS collection architecture from scratch, then generating a custom portable skill to build it
webflow-university:migrate-cmsGuided activity for migrating existing content into a Webflow CMS, then generating a custom portable skill to build and populate it

Resources

License

MIT