new plugin cms-development#1591
Open
jhauga wants to merge 2 commits intogithub:stagedfrom
Open
Conversation
Contributor
🔍 Skill Validator Results
Summary
Full validator output```text Found 1 skill(s) [content-management-systems] 📊 content-management-systems: 1,040 BPE tokens [chars/4: 1,324] (detailed ✓), 13 sections, 0 code blocks [content-management-systems] ⚠ No code blocks — agents perform better with concrete snippets and commands. ✅ All checks passed (1 skill(s)) ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “cms-development” plugin entry to the Awesome Copilot ecosystem and introduces a new content-management-systems skill with supporting reference material.
Changes:
- Added new
content-management-systemsskill and a platform workflow reference document. - Added
cms-developmentplugin README and registered the new skill indocs/README.skills.md. - Registered the plugin in
docs/README.plugins.mdand added a marketplace entry.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/content-management-systems/SKILL.md | Introduces the new CMS-focused skill and its workflow guidance. |
| skills/content-management-systems/references/cms-platform-workflows.md | Adds a compact reference mapping CMS platforms to extension/media conventions. |
| plugins/cms-development/README.md | Documents the new plugin and the skills it intends to bundle. |
| docs/README.skills.md | Registers the new content-management-systems skill in the skills index. |
| docs/README.plugins.md | Registers the new cms-development plugin in the plugins index. |
| .github/plugin/marketplace.json | Adds a marketplace entry for cms-development. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
For full test results
ctrl + clicksupport-repo.Prompt
Results
site/with browser-side editing for site settings, pages, posts, and theme tokens.site/themes/starter/so layout and styling changes stay separate from CMS runtime code.deploy-pages.ymlto publish thesite/directory to GitHub Pages.localStoragewith JSON import/export because GitHub Pages cannot run a writable WordPress backend.Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.