agent-customization

Create and repair VS Code Copilot customization files with valid frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/THRISHAL12345/Project_X --skill agent-customization-thrishal12345
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-customization
Source: https://github.com/THRISHAL12345/Project_X/tree/main/apps/vscode-fork/extensions/copilot/assets/prompts/skills/agent-customization
Command: npx skills add https://github.com/THRISHAL12345/Project_X --skill agent-customization-thrishal12345

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create, update, review, and debug VS Code Copilot customization files when instructions, prompts, agents, or skills are not behaving as expected.

Core Features & Use Cases

  • Customization File Authoring: Build or modify .instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, and AGENTS.md files with valid frontmatter.
  • Discovery and Routing Fixes: Diagnose why a skill or agent is being ignored, not invoked, or attached in the wrong situations.
  • Workflow Configuration: Define applyTo patterns, tool restrictions, user-invocable settings, and packaging for domain knowledge or specialized workflows.
  • Use Case: A team wants to add a reusable custom workflow for reviewing codebase conventions and needs the right Copilot file type, location, and YAML syntax.

Quick Start

Use the agent-customization skill to create or fix the correct Copilot customization file for my workspace requirement.

Frequently Asked Questions about agent-customization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why is my VS Code Copilot custom instruction or agent not being invoked?

Copilot custom instructions or agents are ignored when YAML frontmatter fields are invalid or files are misplaced. This skill diagnoses discovery and routing failures by validating file placement, applyTo patterns, and frontmatter syntax for reliable invocation.

How do I create a custom Copilot agent or instruction file in VS Code?

To create custom Copilot files, you need valid .instructions.md, .prompt.md, .agent.md, or SKILL.md files with correct YAML frontmatter. This skill authors these customization files with accurate keyword-based descriptions and proper applyTo pattern configuration.

What is the difference between copilot-instructions.md and AGENTS.md files?

Copilot customizations use different file types like copilot-instructions.md and AGENTS.md depending on the target scope. This skill helps build and modify these files with the correct YAML frontmatter, applying to workspace or user-profile setup tasks for domain knowledge.

How do I configure applyTo patterns and tool restrictions for Copilot skills?

Configuring applyTo patterns and tool restrictions requires defining specific workflow rules within your Copilot customization files. This skill designs these tool restrictions and applyTo pattern configurations to ensure your custom agents and skills attach in the correct situations.

Does VS Code Copilot customization work for both workspace and user-profile setups?

Yes, VS Code Copilot customization applies to both workspace and user-profile setup tasks. This skill repairs and creates your customization files, ensuring valid frontmatter fields and correct file placement for either environment configuration requirement.