-
Notifications
You must be signed in to change notification settings - Fork 0
update: add Webflow CLI skills documentation #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
viratatwebflow
commented
Jan 21, 2026
- Introduced detailed documentation for Webflow CLI skills in AGENTS.md and README.md, covering prerequisites, installation, available skills, and usage guidelines.
- Introduced detailed documentation for Webflow CLI skills in AGENTS.md and README.md, covering prerequisites, installation, available skills, and usage guidelines. - Added .mcp.json and notes.md to .gitignore to exclude these files from version control.
federico-fiorini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
| description: Create and deploy reusable React components for Webflow Designer. Configure existing React projects with webflow.json, build and bundle code, validate output, and deploy to workspace using library share. Use when building custom components for designers. | ||
| --- | ||
|
|
||
| # Code Component |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not mentioning the need of setting up component definition files for each component that users want to include in the library.
The target files are not the actual react component but the code component definitions https://developers.webflow.com/code-components/define-code-component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The skills are currently only related to the Webflow CLI. @zplata is working on specialist skills for Code Components, which will cover those definitions details
| description: Export Webflow Designer components to React/Next.js code for external projects. Configure devlink settings in webflow.json, sync design updates with devlink sync, validate generated code, show diffs, and provide integration examples. Use when building with Webflow designs in React/Next.js. | ||
| --- | ||
|
|
||
| # DevLink |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth noting that there's a lot of work in progress with Devlink so some of these commands might change soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! Once we have new commands added to our docs i gonna make sure skills reflect the same truth.