agent-customization

Configure and debug VS Code agent customization files for Copilot.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/darwinboaventura/base-vscode-copilot --skill agent-customization-darwinboaventura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-customization
Source: https://github.com/darwinboaventura/base-vscode-copilot/tree/main/extensions/stackcode-chat/assets/prompts/skills/agent-customization
Command: npx skills add https://github.com/darwinboaventura/base-vscode-copilot --skill agent-customization-darwinboaventura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure and debug VS Code agent customization files for Copilot.

Core Features & Use Cases

  • On-demand agent customization workflows
  • Manage SKILL.md and related resources (instructions, prompts, agents)
  • Troubleshoot and configure tool restrictions and applyTo patterns in Copilot agents

Quick Start

Type a command to create or update agent customization files to fit your project

Frequently Asked Questions about agent-customization

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

FAQPage Schema
Why are my Copilot agent instructions being ignored in VS Code?

Copilot agent instructions are often ignored due to malformed YAML frontmatter or incorrect applyTo patterns. Validating your configuration files and ensuring proper progressive loading of bundled resources can diagnose and resolve these activation issues.

How do I configure custom agent workflows and tool restrictions for Copilot?

You can configure custom agent workflows and tool restrictions by defining specific applyTo patterns and limitations within your VS Code agent customization files. This establishes how resources are discovered, loaded, and permitted to execute.

What is the best way to save coding preferences for VS Code Copilot agents?

Saving coding preferences involves managing SKILL.md files and related resources like instructions and prompts. This approach configures your VS Code agent customization files to retain and apply your specific coding standards.

How do I validate YAML frontmatter for Copilot agent customization files?

Validating YAML frontmatter checks the structural integrity of your Copilot agent customization files. This process ensures that instructions, scripts, references, and assets are correctly formatted for progressive loading.

Can I manage SKILL.md and related resources for on-demand Copilot agents?

Yes, you can manage SKILL.md and related resources to create on-demand agent customization workflows. This allows you to bundle scripts, references, and assets while defining how they are discovered and loaded.