Add agent-skills.instructions.md - Guidelines for creating Agent Skills#552
Merged
codemillmatt merged 3 commits intoJan 9, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
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 |
Contributor
Author
|
@codemillmatt, not sure if you can help review this PR. Thanks in advance. |
codemillmatt
self-requested a review
January 9, 2026 23:09
codemillmatt
approved these changes
Jan 9, 2026
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.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.