Files
gh-gutitrombotto-webflow-to…/.claude-plugin/plugin.json
2025-11-29 18:32:13 +08:00

18 lines
369 B
JSON

{
"name": "webflow-to-self-served-page",
"description": "Convert Webflow exports with CSV CMS data to self-served static pages with dynamic content loading",
"version": "1.0.0",
"author": {
"name": "Agustin Trombotto",
"organization": "Filadd"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}