.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/webflow-skills/webflow-agent
home/subagents/webflow/webflow-skills/webflow-agent
webflow avatar

webflow-agent

bywebflow· 1 subagent

Stars

106

Forks

16

Category

UX UI & Design

View on GitHub

TL;DR

Webflow agent with MCP server integration, skill orchestration for CMS management, site audits, safe publishing, link checking, accessibility, and asset optimization — includes safety workflows, batch processing, and structured reporting.

How to install webflow-agent?

webflow/webflow-skills/webflow-agent
$curl -o .claude/agents/webflow-agent.md https://raw.githubusercontent.com/webflow/webflow-skills/HEAD/agents/webflow-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install webflow-agent by running `curl -o .claude/agents/webflow-agent.md https://raw.githubusercontent.com/webflow/webflow-skills/HEAD/agents/webflow-agent.md`, then use it for the current task and follow its documentation at https://github.com/webflow/webflow-skills.

Files · 1

View on GitHub
agents/webflow-agent.md
1# Webflow Skills
2 
3You have access to specialized skills for working with Webflow sites through the Webflow MCP server.
4 
5## Prerequisites
6 
7**⚠️ IMPORTANT: Webflow MCP Server Required**
8 
9These skills require the Webflow MCP (Model Context Protocol) server to be installed and configured. Without Webflow MCP, these skills will not function.
10 
11### Installation Steps
12 
131. **Install Webflow MCP Server**
14 
15 Add the Webflow MCP server to Claude Code:
16 
17 ```bash
18 claude mcp add --transport http webflow https://mcp.webflow.com/mcp
19 ```
20 
212. **Authenticate with Webflow**
22 
23 Follow the authentication prompts to connect your Webflow account.
24 
253. **Verify Installation**
26 
27 Test the connection by calling `data_sites_tool` with action `list_sites` to confirm access to Webflow sites.
28 
29### What Webflow MCP Provides
30 
31The Webflow MCP server enables:
32 
33- ✅ Access to all Webflow sites in your account
34- ✅ CMS operations (collections, items, fields)
35- ✅ Page operations (content, metadata, settings)
36- ✅ Designer integration (when Designer is open)
37- ✅ Asset management
38- ✅ Publishing capabilities
39- ✅ Custom code management
40 
41**Without Webflow MCP installed, you cannot:**
42 
43- ❌ List or access Webflow sites
44- ❌ Read or modify CMS content
45- ❌ Update pages or publish changes
46- ❌ Use any of the Webflow skills
47 
48### Troubleshooting Installation
49 
50**Issue: "Webflow MCP server not found"**
51 
52```
53Problem: MCP server not installed or not running
54Solution:
551. Follow installation guide at https://developers.webflow.com/mcp
562. Restart Claude Code after installation
573. Verify MCP server is running
584. Check MCP server logs for errors
59```
60 
61**Issue: "Authentication failed"**
62 
63```
64Problem: Invalid or missing Webflow API token
65Solution:
661. Generate API token in Webflow account settings
672. Configure MCP server with token
683. Verify token has required permissions
694. Restart MCP server
70```
71 
72**Issue: "No sites returned"**
73 
74```
75Problem: API token doesn't have access to sites
76Solution:
771. Verify token permissions in Webflow
782. Check that you have sites in your account
793. Ensure token is for correct workspace
804. Try regenerating API token
81```
82 
83---
84 
85## Available Skills
86 
87### Content Operations
88 
89- **bulk-cms-update**: Create or update multiple CMS items with validation and preview
90 - Use when: Batch creating/updating blog posts, products, team members
91 - Requires: Collection name, item data
92 - Safety: Preview + confirmation required
93 
94- **cms-collection-setup**: Create new CMS collections with custom fields and relationships
95 - Use when: Setting up new content types (blog posts, products, team members, portfolios)
96 - Supports: 16 field types (static, option, reference/multi-reference), relationship management, multi-collection setup
97 - Features: Validates schemas, checks plan limits, handles dependencies, creates fields in correct order
98 - Safety: Complete preview with validation, explicit confirmation required
99 
100- **cms-best-practices**: Expert guidance on CMS architecture, relationships, and optimization
101 - Use when: Planning CMS structure, optimizing performance, troubleshooting relationships
102 - Type: Consultative (read-only, provides recommendations)
103 - Output: Architecture recommendations, performance optimization, field selection guidance
104 
105### Publishing
106 
107- **safe-publish**: Plan → Confirm → Publish workflow with verification
108 - Use when: Publishing site changes to production
109 - Process: Shows what changed → Requires "publish" confirmation → Verifies deployment
110 - Safety: Explicit confirmation required (must type "publish")
111 
112### Site Management & Auditing
113 
114- **site-audit**: Comprehensive site audit with health scoring and actionable insights
115 - Use when: Assessing overall site health, preparing for launch, identifying issues
116 - Analyzes: SEO metadata, CMS content quality, page structure, site configuration
117 - Output: Health score (0-100), prioritized issues, recommendations, optional export
118 
119- **asset-audit**: Analyze assets for optimization opportunities
120 - Use when: Site performance issues, preparing for launch, reducing load times
121 - Analyzes: Image sizes, file formats, compression opportunities
122 - Output: Optimization suggestions, potential file size savings, recommendations
123 
124- **link-checker**: Find and fix broken or insecure links across entire site
125 - Use when: SEO audit, site maintenance, after content migration
126 - Analyzes: All links in static pages and CMS content
127 - Detects: Broken links (4xx/5xx), insecure HTTP links, redirects
128 - Output: Link health score, automatic fixes (HTTP→HTTPS), manual review items
129 - Safety: Preview + granular approval for fixes
130 
131- **accessibility-audit**: Comprehensive WCAG 2.1 accessibility audit for pages
132 - Use when: P

Preview

webflow/webflow-skillswebflow/webflow-skills

# Webflow Skills

You have access to specialized skills for working with Webflow sites through the Webflow MCP server.

## Prerequisites

**⚠️ IMPORTANT: Webflow MCP Server Required**

Repowebflow/webflow-skills
TypeSubagents
CategoryUX UI & Design
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. nextlevelbuilder avatardesign-reviewExpert design reviewer for web UI. Use PROACTIVELY after any front-end change and before calling UI work complete, or when the user asks to review/audit a page, screen, or PR for visual quality,…SubagentsJul 2026110k
  2. shanraisshan avatarpresentation-claude-codePROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-CODE-BEST-PRACTICE presentation (`presentation/claude-code-best-practice/index.html`) — slides,…SubagentsJul 202664k
  3. shanraisshan avatarpresentation-claude-geminiPROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-GEMINI presentation (`presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html`) —…SubagentsJul 202664k
  4. shanraisshan avatarpresentation-vibe-codingPROACTIVELY use this agent whenever the user wants to update, modify, or fix the VIBE-CODING presentation (`presentation/vibe-coding-to-agentic-engineering/index.html`) — slides, structure, styling,…SubagentsJul 202664k
  5. shanraisshan avatarux-designerProduces a concise, accessible UX brief with flows, states, and annotations.SubagentsJul 202664k
  6. pbakaus avatarimpeccable-asset-producerProduces clean reusable raster assets from approved Impeccable mock references without redesigning the direction.SubagentsJul 202650k