mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
New awesome agent primitive
This commit is contained in:
16
.github/copilot-instructions.md
vendored
16
.github/copilot-instructions.md
vendored
@@ -39,3 +39,19 @@ The following instructions are only to be applied when performing a code review.
|
||||
- [ ] The file name is lower case, with words separated by hyphens.
|
||||
- [ ] Encourage the use of `tools`, but it's not required.
|
||||
- [ ] Strongly encourage the use of `model` to specify the model that the chat mode is optimised for.
|
||||
|
||||
## Agent Skills guide
|
||||
|
||||
**Only apply to folders in the `skills/` directory**
|
||||
|
||||
- [ ] The skill folder contains a `SKILL.md` file.
|
||||
- [ ] The SKILL.md has markdown front matter.
|
||||
- [ ] The SKILL.md has a `name` field.
|
||||
- [ ] The `name` field value is lowercase with words separated by hyphens.
|
||||
- [ ] The `name` field matches the folder name.
|
||||
- [ ] The SKILL.md has a `description` field.
|
||||
- [ ] The `description` field is not empty, at least 10 characters, and maximum 1024 characters.
|
||||
- [ ] The `description` field value is wrapped in single quotes.
|
||||
- [ ] The folder name is lower case, with words separated by hyphens.
|
||||
- [ ] Any bundled assets (scripts, templates, data files) are referenced in the SKILL.md instructions.
|
||||
- [ ] Bundled assets are reasonably sized (under 5MB per file).
|
||||
|
||||
Reference in New Issue
Block a user