Add microsoft-skill-creator to README Agent Skills section#108
Add microsoft-skill-creator to README Agent Skills section#108
Conversation
Co-authored-by: TianqiZhang <5326582+TianqiZhang@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR addresses issue #107 by adding documentation for the newly created microsoft-skill-creator skill to the README. The skill was added to the repository but was missing from the README documentation.
Changes:
- Updated skill count from two to three in the Agent Skills section introduction
- Added
microsoft-skill-creatorentry to the skills comparison table with purpose and best use cases - Added
microsoft-skill-creatorto the Quick Setup installation instructions - Added decision guidance for
microsoft-skill-creatorin the "Which Skill Do I Need?" matrix
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
| |-------|---------|----------| | ||
| | [`microsoft-docs`](skills/microsoft-docs/SKILL.md) | Understanding concepts, tutorials, architecture, limits | "How does X work?", learning, configuration guides | | ||
| | [`microsoft-code-reference`](skills/microsoft-code-reference/SKILL.md) | API lookups, code samples, verification, error fixing | Implementing code, finding correct methods, troubleshooting | | ||
| | [`microsoft-skill-creator`](skills/microsoft-skill-creator/SKILL.md) | Create agent skills for Microsoft technologies using Learn MCP tools | Building specialized skills for Microsoft tech, libraries, frameworks, or services | |
There was a problem hiding this comment.
@copilot let's think about the wording here. This skill is a meta-skill, it helps people to create real agent skills about microsoft technologies. For example if a user wants to teach coding agent how to use a newly released Azure library, it can use this microsoft-skill-creator skill to create a special skill just for that library.
how to express this idea clearly and concisely in the table?
There was a problem hiding this comment.
Updated the wording to clarify it's a meta-skill that generates other skills. Changed from "Create agent skills" to "Meta-skill that generates custom agent skills" and updated the use case to be more specific: "Creating a skill to teach agents about a new Azure library, .NET feature, or other Microsoft tech". Also updated other mentions for consistency. (commit 70990f6)
Co-authored-by: TianqiZhang <5326582+TianqiZhang@users.noreply.github.com>
Plan to Add microsoft-skill-creator to README
Original prompt
microsoft-skill-creatorskill is not listed in README agent skills section #107✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.