copilot-file-specs

Document file formats for AI coding assistant customization files.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/xDinkyx/Hytale-Colonies-Plugin --skill copilot-file-specs-xdinkyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-file-specs
Source: https://github.com/xDinkyx/Hytale-Colonies-Plugin/tree/main/.github/skills/copilot-file-specs
Command: npx skills add https://github.com/xDinkyx/Hytale-Colonies-Plugin --skill copilot-file-specs-xdinkyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides the definitive specifications for all AI coding assistant customization files, ensuring correct formatting and usage across various providers.

Core Features & Use Cases

  • Reference File Formats: Understand the structure and required fields for agents, skills, prompts, and instructions.
  • Provider Mapping: Learn how different AI providers map their configuration directories.
  • Use Case: When setting up a new AI coding assistant workflow, use this Skill to ensure your custom agent file (.agent.md) has the correct name, description, and tools attributes.

Quick Start

Use the copilot-file-specs skill to reference the correct file format for an agent.

Frequently Asked Questions about copilot-file-specs

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

FAQPage Schema
What are the required file specifications for AI coding assistant customization files?

AI coding assistant customization files require specific YAML and Markdown structures, including defined file types, locations, frontmatter attributes, and naming conventions for proper parsing and execution.

How do I format a custom agent file for GitHub Copilot?

To format a custom agent file for GitHub Copilot, create an `.agent.md` Markdown file with YAML frontmatter attributes like `name`, `description`, and `tools` to ensure correct parsing and execution.

Does this AI assistant configuration format work with Claude Code and Codex?

Yes, these AI assistant configuration specifications work with GitHub Copilot, Claude Code, Codex, and OpenCode providers by defining provider-specific configuration directories and file mappings.

What frontmatter attributes are needed for AI coding prompts and instructions?

AI coding prompts and instructions require specific frontmatter attributes defined within YAML structures, ensuring the customization files have the correct `name`, `description`, and `tools` fields for proper execution.

Why are my AI coding assistant customization files not parsing correctly?

AI coding assistant customization files fail to parse when they do not adhere to the specified YAML and Markdown structures, required frontmatter attributes, file locations, or naming conventions.

When do I need specific file types for AI coding assistant workflows?

You need specific file types like `.agent.md` for AI coding assistant workflows when setting up custom agents, skills, prompts, and instructions to ensure correct formatting and usage across various providers.