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
9 changes: 9 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
},
"source": "./plugins/webflow-code-component-skills",
"category": "productivity"
},
{
"name": "webflow-cli-skills",
"description": "Run Webflow CLI commands for Code Components, DevLink, Cloud deployments, and Designer Extensions with validation workflows",
"author": {
"name": "Webflow"
},
"source": "./plugins/webflow-cli-skills",
"category": "productivity"
}
]
}
3 changes: 2 additions & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"logo": "assets/logo.svg",
"skills": [
"plugins/webflow-skills/skills",
"plugins/webflow-code-component-skills/skills"
"plugins/webflow-code-component-skills/skills",
"plugins/webflow-cli-skills/skills"
],
"agents": ["agents"]
}
6 changes: 6 additions & 0 deletions plugins/webflow-cli-skills/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "webflow-cli-skills",
"description": "Production-ready skills for Webflow CLI workflows including Code Components, DevLink, Webflow Cloud, and Designer Extensions",
"version": "1.0.0",
"skills": "./skills/"
}
Loading
Loading