-
Notifications
You must be signed in to change notification settings - Fork 2k
Add agent-skills.instructions.md - Guidelines for creating Agent Skills #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add agent-skills.instructions.md - Guidelines for creating Agent Skills #552
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request introduces comprehensive documentation for creating Agent Skills for GitHub Copilot. Agent Skills are self-contained folders with instructions and resources that teach AI agents specialized capabilities through progressive loading.
Key changes:
- Added detailed guidelines file covering skill structure, metadata requirements, resource bundling, and best practices
- Updated the instructions README to include the new guidelines with install badges
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| instructions/agent-skills.instructions.md | New comprehensive guidelines file for Agent Skills, including frontmatter requirements, directory structure, progressive loading architecture, and validation checklists |
| docs/README.instructions.md | Added table entry with install badges for the new Agent Skills guidelines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
|
@codemillmatt, not sure if you can help review this PR. Thanks in advance. |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This pull request adds comprehensive documentation for creating high-quality Agent Skills for GitHub Copilot. The main change is the introduction of a new guidelines file, which is now referenced in the main instructions README to help users and contributors understand how to structure, describe, and bundle resources for Agent Skills.
Documentation additions and improvements:
instructions/agent-skills.instructions.mdfile containing detailed guidelines for Agent Skills, including directory structure, required metadata, best practices for writing descriptions, bundling resources, and validation checklists.docs/README.instructions.mdto include a reference and install badge for the new Agent Skills guidelines, making it discoverable alongside other team and project-specific instructions.Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.