Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ tmp/
temp/
*.tmp

.mcp.json
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ Solution:
- Output: Link health score, automatic fixes (HTTP→HTTPS), manual review items
- Safety: Preview + granular approval for fixes

- **accessibility-audit**: Comprehensive WCAG 2.1 accessibility audit for pages
- Use when: Preparing for launch, ensuring accessibility compliance, improving user experience
- Analyzes: Buttons, forms, links, focus states, headings, keyboard navigation, ARIA attributes
- Detects: Missing labels, non-semantic elements, focus issues, heading hierarchy problems, touch target sizes
- Output: Accessibility score (0-100), categorized issues (critical/serious/moderate), specific fixes
- Requires: Webflow Designer connection
- Safety: Preview + granular approval for fixes
- Note: Excludes image alt text (covered by asset-audit skill)

### Design & Naming Systems

- **flowkit-naming**: Apply Webflow's official FlowKit CSS naming system
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Copy the `skills/` directory to your agent's skills location, or reference the `
- **site-audit** - Comprehensive health check with scoring (0-100) and prioritized recommendations
- **asset-audit** - Identify optimization opportunities for images and files
- **link-checker** - Scan and fix broken/insecure links across pages and CMS content
- **accessibility-audit** - WCAG 2.1 compliance check for pages with detailed reports and fixes

### Publishing & Code
- **safe-publish** - Preview → Confirm → Publish workflow with verification
Expand Down
2 changes: 1 addition & 1 deletion plugins/webflow-skills/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webflow-skills",
"description": "Production-ready skills for managing Webflow CMS content, auditing site health, optimizing assets, and safely publishing changes",
"version": "1.0.1",
"version": "1.0.2",
"skills": "./skills/"
}

Loading