new plugin cms-development (#1591)

* new plugin cms-development

* new plugin cms-development
This commit is contained in:
John Haugabook
2026-05-03 21:12:15 -04:00
committed by GitHub
parent 1c6ef8dc7e
commit 1f4fac7513
7 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"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/"
]
}