creating-copilot-packages
✓Use when creating GitHub Copilot instructions - provides repository-wide and path-specific formats, applyTo patterns, excludeAgent options, and natural language markdown style
Installation
SKILL.md
GitHub Copilot uses natural language markdown instructions. Repository-wide instructions use plain markdown with NO frontmatter. Path-specific instructions use YAML frontmatter with applyTo field.
| Repository-wide | .github/copilot-instructions.md | None (plain markdown) | | Path-specific | .github/instructions/.instructions.md | Required (applyTo field) |
| Frontmatter in repo-wide | Repository-wide uses NO frontmatter | | Missing .instructions.md suffix | Path-specific files must end with .instructions.md | | Missing applyTo field | Path-specific requires applyTo in frontmatter | | Generic advice | Focus on project-specific patterns | | No code examples | Show concrete patterns from your project |
Use when creating GitHub Copilot instructions - provides repository-wide and path-specific formats, applyTo patterns, excludeAgent options, and natural language markdown style Source: pr-pm/prpm.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pr-pm/prpm --skill creating-copilot-packages- Source
- pr-pm/prpm
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is creating-copilot-packages?
Use when creating GitHub Copilot instructions - provides repository-wide and path-specific formats, applyTo patterns, excludeAgent options, and natural language markdown style Source: pr-pm/prpm.
How do I install creating-copilot-packages?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pr-pm/prpm --skill creating-copilot-packages Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/pr-pm/prpm
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01