Thanks for contributing to ReactSphere/awesome-copilot-agents.
We accept:
- Instructions:
*.instructions.md - Prompts:
*.prompt.md - Custom agents:
*.agent.md - Skills: folders that contain a
SKILL.md - MCP links: additions to the README list
instructions/prompts/agents/skills/.refs/(assets used by docs)
Prefer YAML front matter at the top of instruction, prompt, and agent files.
Example:
---
description: Short description
applyTo: "**/*.ts"
---- Instructions:
something.instructions.md - Prompts:
something.prompt.md - Agents:
something.agent.md
- Be specific and actionable.
- Avoid “always do X” rules that conflict with common repositories.
- Prefer a small number of strong constraints over long checklists.
- Add the markdown file to the appropriate folder.
- Add a link to it in
README.mdunder the correct category. - Ensure links are relative where possible.
If you use markdown linting in your editor or CI, fix warnings before submitting.
- Create a feature branch.
- Commit your change with a short, clear message.
- Open a PR describing what you added and why.