Contains the complete specifications for AI coding assistant customization files including agents, skills, prompts, and instructions.
Works with GitHub Copilot, Claude Code, Codex, OpenCode, and other providers.
Use this skill when you need to reference the correct file format, required fields, supported attributes, file locations, or VS Code settings for any customization file.
Follows the Agent Skills open standard (agentskills.io).
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Files included with this skill beyond the listing page.
skill mdSKILL.md4,959 B
docsSUMMARY.md462 B
History
First seen on skills.sh
First recorded snapshot · 5 installs
SKILL.md
AI Coding Assistant Customization File Specifications
This skill provides the authoritative, up-to-date specifications for all AI coding assistant customization file types. Each file type has its own dedicated reference document with complete attribute tables, validation rules, examples, and best practices.
Read the Quick Reference below to identify the file type you need.
Follow the link to the dedicated reference document for full details.
Use the [File Locations](references/FILE-LOCATIONS.md) reference when you
need to know where files go for a specific provider.
Use the [Settings](references/SETTINGS.md) reference for VS Code
configuration.
Important: Detailed specifications live in the references/ folder — not in this file. This keeps the main skill file lightweight for efficient context loading per the progressive disclosure model.
Quick Reference
Type
Extension
Purpose
Reference
Agent
.agent.md / .md
Custom AI personas with specialized behaviors, tool restrictions, and handoff workflows
[AGENTS.md](references/AGENTS.md)
Skill
SKILL.md (directory-based)
Reusable, portable capabilities with scripts and resources — follows the Agent Skills open standard
[SKILLS.md](references/SKILLS.md)
Prompt
.prompt.md
Reusable prompt templates invoked as slash commands
[PROMPTS.md](references/PROMPTS.md)
Instruction
.instructions.md
Contextual guidance applied automatically by file type or description