{"id":41650066,"url":"https://github.com/webflow/webflow-skills","last_synced_at":"2026-01-24T15:42:34.496Z","repository":{"id":333928156,"uuid":"1129916307","full_name":"webflow/webflow-skills","owner":"webflow","description":"Official Claude Code skills for Webflow site management","archived":false,"fork":false,"pushed_at":"2026-01-21T21:58:18.000Z","size":216,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-22T08:59:36.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-07T19:08:38.000Z","updated_at":"2026-01-21T20:13:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/webflow/webflow-skills","commit_stats":null,"previous_names":["webflow/webflow-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/webflow/webflow-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webflow%2Fwebflow-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webflow%2Fwebflow-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webflow%2Fwebflow-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webflow%2Fwebflow-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webflow","download_url":"https://codeload.github.com/webflow/webflow-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webflow%2Fwebflow-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28730330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T15:42:34.426Z","updated_at":"2026-01-24T15:42:34.480Z","avatar_url":"https://github.com/webflow.png","language":null,"readme":"# Webflow Skills\n\nProduction-ready agent skills for managing Webflow CMS content, auditing site health, optimizing assets, and safely publishing changes through Claude Code, following the [Agent Skills](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview) open format.\n\n## Prerequisites\n\n**⚠️ IMPORTANT: Webflow MCP Server Required**\n\nThese skills require the [Webflow MCP (Model Context Protocol) server](https://developers.webflow.com/mcp) to be installed and configured. The Webflow MCP server provides the connection between Claude Code and your Webflow sites.\n\n### What You Need\n\n1. **Webflow Account** - Active Webflow account with sites\n2. **Webflow MCP Server** - Installed and configured in your MCP environment\n3. **Claude Code** - With MCP support enabled\n\n### Quick Setup\n\n1. **Configure Webflow MCP in Claude Code**\n\n   Add the Webflow MCP server to your Claude Code settings:\n\n   ```bash\n   claude mcp add --transport http webflow https://mcp.webflow.com/mcp\n   ```\n\n2. **Authenticate with Webflow**\n\n   Follow the authentication prompts to connect your Webflow account.\n\n3. **Verify Connection**\n\n   Test the connection by asking Claude to list your Webflow sites.\n\nWithout the Webflow MCP server, these skills cannot access your Webflow sites and will not function.\n\nFor detailed installation and configuration instructions, visit the [Webflow MCP Documentation](https://developers.webflow.com/mcp).\n\n---\n\n## Installation\n\n### Claude Code (via Marketplace)\n\n```bash\n# Add the marketplace\nclaude plugin marketplace add webflow/webflow-skills\n\n# Install the plugin\nclaude plugin install webflow-skills@webflow-skills\n```\n\n### Claude Code (from local clone)\n\n```bash\n# Clone the repository\ngit clone git@github.com:webflow/webflow-skills.git ~/webflow-skills\n\n# Install the plugin directly\nclaude plugin install ~/webflow-skills\n```\n\nAfter installation, restart Claude Code. The skills will be automatically invoked when relevant to your task.\n\n### Updating\n\n```bash\n# Update the marketplace index\nclaude plugin marketplace update\n\n# Update the plugin\nclaude plugin update webflow-skills@webflow-skills\n```\n\nOr use `/plugin` to open the interactive plugin manager.\n\n### Other Agents\n\nCopy the `skills/` directory to your agent's skills location, or reference the `SKILL.md` files directly according to your agent's documentation.\n\n## Available Skills\n\n### Content Management\n- **bulk-cms-update** - Batch create/update CMS items with validation and preview\n- **cms-collection-setup** - Create collections with custom fields and relationships (supports 16 field types)\n\n### Site Health \u0026 Optimization\n- **site-audit** - Comprehensive health check with scoring (0-100) and prioritized recommendations\n- **asset-audit** - Identify optimization opportunities for images and files\n- **link-checker** - Scan and fix broken/insecure links across pages and CMS content\n- **accessibility-audit** - WCAG 2.1 compliance check for pages with detailed reports and fixes\n\n### Publishing \u0026 Code\n- **safe-publish** - Preview → Confirm → Publish workflow with verification\n- **custom-code-management** - Manage tracking scripts and custom code safely\n\n## Resources\n\n- **Prompt Library**: [Ready-to-use example prompts](https://developers.webflow.com/mcp/v1.0.0/examples) to get started quickly\n- **Available Tools**: [Complete tool reference](https://developers.webflow.com/mcp/v1.0.0/reference/how-it-works#available-tools) for all Webflow MCP capabilities\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebflow%2Fwebflow-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebflow%2Fwebflow-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebflow%2Fwebflow-skills/lists"}