What problem does it solve? VS Code agent customization files often fail silently due to YAML frontmatter errors, wrong file locations, or vague descriptions, leaving developers unsure why their instructions, skills, or agents 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. - Creation Workflow: Step-by-step process covering scope selection (workspace vs user profile), file placement, frontmatter requirements, and validation. - Troubleshooting Reference: Documents common pitfalls like unescaped colons in YAML, overly broad applyTo patterns, and keyword-poor descriptions that break discovery. - Use Case: A developer wants coding standards applied only to Python files; this Skill guides creating a .instructions.md file in .github/instructions/ with a proper applyTo: "**/*.py" glob 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.