Skip to content

Commit eb2e24a

Browse files
Merge pull request #9 from webflow/cursor-plugin
update: refine Webflow skills documentation and .gitignore
2 parents 8a5bbc0 + 22a8858 commit eb2e24a

8 files changed

Lines changed: 840 additions & 802 deletions

File tree

.cursor-plugin/marketplace.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "webflow",
3+
"owner": {
4+
"name": "Webflow"
5+
},
6+
"plugins": [
7+
{
8+
"name": "webflow",
9+
"source": "./",
10+
"description": "Production-ready agent skills for Webflow - CMS management, site auditing, asset optimization, and safe publishing."
11+
}
12+
]
13+
}

.cursor-plugin/plugin.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "webflow",
3+
"version": "1.0.0",
4+
"description": "Production-ready agent skills for Webflow - CMS management, site auditing, asset optimization, and safe publishing",
5+
"author": {
6+
"name": "Webflow",
7+
"email": "developers@webflow.com",
8+
"url": "https://developers.webflow.com"
9+
},
10+
"license": "MIT",
11+
"keywords": [
12+
"webflow",
13+
"mcp",
14+
"cms",
15+
"ai",
16+
"site-audit",
17+
"seo",
18+
"accessibility",
19+
"link-checker",
20+
"asset-optimization",
21+
"flowkit"
22+
],
23+
"logo": "assets/logo.svg",
24+
"skills": ["plugins/webflow-skills/skills"],
25+
"agents": ["agents"]
26+
}

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ build/
2727
# Temporary files
2828
tmp/
2929
temp/
30-
*.tmp
31-
32-
.mcp.json
30+
*.tmp

.mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"webflow": {
4+
"type": "http",
5+
"url": "https://mcp.webflow.com/mcp"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)