Add skill-format-migrator agent + Copilot authoring reference#2072
Add skill-format-migrator agent + Copilot authoring reference#2072starlightretailceo wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 2072 --base staged
✅ External plugin PR checks passed
Per-plugin quality summary
No changed external plugin entries were detected in this PR. |
Agent: converts Claude/Codex skill definitions into Copilot .agent.md/SKILL.md format. Skill: authoring reference with frontmatter contracts, trigger patterns, and concept mapping table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2b77cd7 to
81dd4b5
Compare
🔒 PR Risk Scan ResultsScanned 4 changed file(s).
|
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
e865ced to
340a515
Compare
|
The items in this PR are incorrect in many instances. Copilot will load files from the folder structures used by Claude where they are applicable, and does mapping when front matter has inconsistencies. There is no need to create bespoke implementations. |
Summary
skill-format-migrator.agent.md): Converts Claude Agent Skills and OpenAI Codex skill definitions into Copilot.agent.md/SKILL.mdformat. Includes decision flow, platform idiom translation, and validation checklist.skills/copilot-skill-authoring/SKILL.md): Authoring reference — frontmatter contracts for both formats, trigger-description patterns, 17-row concept mapping table (Claude/Codex → Copilot), and file organization conventions.Motivation
The repo has many "build MCP server in language X" generators but nothing for porting existing agent/skill assets into Copilot format. This meta-contribution lowers the barrier for the community to migrate work from other ecosystems (Claude, Codex, Cursor) into awesome-copilot.
Test plan
🤖 Generated with Claude Code