What problem does it solve? VS Code Copilot customization files (instructions, prompts, agents, hooks, skills) often fail silently due to YAML frontmatter errors, wrong file locations, or missing descriptions, leaving users unsure why their customizations are ignored. ## Core Features & Use Cases - Primitive Selection Guidance: Decision flow for choosing between agent instructions, file instructions, prompts, hooks, custom agents, and skills based on the task. - File Creation Workflow: Step-by-step process covering scope selection (workspace vs user profile), correct file locations, frontmatter requirements, and validation. - Troubleshooting Reference: Documents common pitfalls like unescaped colons in YAML, overly broad applyTo patterns, and weak descriptions that break discovery. - Use Case: A developer wants coding standards applied only to Python files; the skill guides creating a .instructions.md file in .github/instructions/ with an applyTo glob of **/*.py and a keyword-rich description. ## Quick Start Ask the agent to create a workspace instruction file that applies your team's testing conventions to all TypeScript files.