Files
awesome-copilot/plugins/cms-development/.github/plugin/plugin.json
2026-05-04 04:22:49 +00:00

28 lines
663 B
JSON

{
"name": "cms-development",
"description": "Skills for CMS development across themes, plugins, admin tooling, media workflows, markdown rendering, and static export pipelines.",
"version": "1.0.0",
"keywords": [
"cms",
"content-management-system",
"wordpress",
"shopify",
"drupal",
"theme",
"plugin",
"media",
"static-site"
],
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"skills": [
"./skills/content-management-systems",
"./skills/markdown-to-html",
"./skills/quasi-coder",
"./skills/web-coder"
]
}