What problem does it solve? VS Code agent customizations 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 missing trigger keywords in descriptions. - Use Case: A developer wants coding standards applied only to Python files; the skill guides creating a .instructions.md file in .github/instructions/ with a specific applyTo glob and keyword-rich description. ## Quick Start Ask the agent to create a workspace-level instructions file that applies your team's testing conventions to all TypeScript files.