Guidelines for adding and improving Webflow skills.
plugins/webflow-skills/skills/
└── my-skill/
└── SKILL.md
Use YAML frontmatter followed by markdown content:
---
name: my-skill
description: Clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant.
---
# My Skill Name
## Instructions
Step-by-step guidance for the agent.
## Examples
Concrete examples showing expected input/output.
## Guidelines
- Specific rules to follow
- Edge cases to handlename: 1-64 characters, lowercase alphanumeric with hyphens onlydescription: Up to 1024 characters, include trigger keywords- Keep
SKILL.mdunder 500 lines
---
name: my-skill
description: What this skill does
license: MIT
model: sonnet
allowed-tools: Read Grep Glob
----
SKILL.mdhas name and description in frontmatter - Instructions section explains how to perform the task
- Examples show realistic prompts and responses
- Guidelines cover edge cases
- Test the skill with Claude
- Title format:
feat(skills): Add [skill-name] - Explain what the skill does and why
Bug reports: Skill name, steps to reproduce, expected vs actual
Feature requests: Proposed skill, use case, expected behavior