Создание инструкций для GitHub Copilot

★ 8.0 · vibe-coding

creating-copilot-packages is a Claude Code skill that guides the creation of GitHub Copilot instruction files in two formats: repository-wide plain markdown (`.github/copilot-instructions.md`, no frontmatter) and path-specific files (`.github/instructions/*.instructions.md`) with YAML frontmatter. The required `applyTo` field accepts glob patterns as a string or array — for example `"src/api/**/*.ts"` or a list covering multiple directories — while the optional `excludeAgent` field restricts instructions to either the coding agent or code review agent. Content follows natural language markdown with H1/H2 headings, bullet-point rules, and concrete code examples. Use this skill when you need Copilot to follow different conventions depending on file type, layer, or team workflow.