Skip to content
Open
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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Optional frontmatter: `license`, `model`, `allowed-tools`

## Adding/Editing Skills

Follow `CONTRIBUTING.md`. PR title format: `feat(skills): Add [skill-name]`. Keep SKILL.md under 500 lines. Every skill needs Instructions, Examples, and Guidelines sections.
Before authoring or editing a skill, read `CONTRIBUTING.md` — especially **Designing skills (start here)**, which links Anthropic's skill-design guide and the `skill-creator` skill. PR title format: `feat(skills): Add [skill-name]`. Keep SKILL.md under 500 lines. Every skill needs Instructions, Examples, and Guidelines sections.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Contributing

Guidelines for adding and improving Webflow skills.
Guidelines for adding and improving Webflow skills. Internal and external contributions are both welcome.

## Designing skills (start here)

New to writing skills? Use Anthropic's guidance and tooling before you start — it's the fastest way to get a skill right the first time:

- **[The Complete Guide to Building Skills for Claude](https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf)** — how to scope, structure, and name a skill, write descriptions with strong trigger keywords, apply progressive disclosure, and include effective examples.
- **[`skill-creator` skill](https://github.com/anthropics/skills/blob/main/skills/skill-creator)** — install it and let it scaffold and refine your `SKILL.md` instead of starting from a blank file.

Then follow the structure and conventions below.

## Adding a New Skill

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ All skills ship from the single `webflow-skills` plugin.
- [Available Tools](https://developers.webflow.com/mcp/v1.0.0/reference/how-it-works#available-tools) - Complete tool reference
- [Agent Skills](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) - Learn about the Agent Skills standard

## Contributing

Internal and external contributions are both welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) — it covers how to design a skill (Anthropic's skill-design guide + the `skill-creator` skill), the `SKILL.md` structure and conventions, and the pull request process.

## License

MIT
Loading