agent-file-specs

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).

16 stars

Best use case

agent-file-specs is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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).

Teams using agent-file-specs should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agent-file-specs/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/agent-file-specs/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agent-file-specs/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agent-file-specs Compares

Feature / Agentagent-file-specsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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.

> **Standard:** These specs align with the [Agent Skills open standard](https://agentskills.io/specification)
> and the [VS Code Copilot customization documentation](https://code.visualstudio.com/docs/copilot/customization/overview).

## How to Use This Skill

1. Read the **Quick Reference** below to identify the file type you need.
2. Follow the link to the dedicated reference document for full details.
3. Use the [File Locations](references/FILE-LOCATIONS.md) reference when you
   need to know where files go for a specific provider.
4. 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](https://agentskills.io/specification) 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 | [INSTRUCTIONS.md](references/INSTRUCTIONS.md) |
| **File Locations** | — | Provider folder mapping, directory structure, naming conventions | [FILE-LOCATIONS.md](references/FILE-LOCATIONS.md) |
| **VS Code Settings** | — | Settings that control customization file discovery and behavior | [SETTINGS.md](references/SETTINGS.md) |

---

## Provider Support

These specifications work across multiple AI coding assistant providers. Each
provider uses its own base folder but the file formats are consistent:

| Provider | Base Folder |
|----------|-------------|
| GitHub Copilot | `.github/` |
| Claude Code | `.claude/` |
| Codex | `.codex/` |
| OpenCode | `.config/opencode/` |
| Gemini | `.gemini/` |

See [FILE-LOCATIONS.md](references/FILE-LOCATIONS.md) for the complete
directory structure and provider-specific details.

---

## File Type Selection Guide

Use this decision tree to choose the right file type:

- **"I want coding standards applied everywhere"** → Use always-on instructions
  (`.gemini/copilot-instructions.md` or `AGENTS.md`).
  See [INSTRUCTIONS.md](references/INSTRUCTIONS.md).

- **"I want different rules for different file types"** → Use file-based
  instructions (`.instructions.md` with `applyTo` patterns).
  See [INSTRUCTIONS.md](references/INSTRUCTIONS.md).

- **"I have a reusable task I run repeatedly"** → Use a prompt file
  (`.prompt.md`) invoked as a slash command.
  See [PROMPTS.md](references/PROMPTS.md).

- **"I need a multi-step workflow with scripts and resources"** → Use an Agent
  Skill (directory with `SKILL.md`). Portable across tools.
  See [SKILLS.md](references/SKILLS.md).

- **"I need a specialized AI persona with tool restrictions"** → Use a custom
  agent (`.agent.md`). Supports handoffs for multi-step workflows.
  See [AGENTS.md](references/AGENTS.md).

---

## Authoritative Sources

- [VS Code Copilot Customization Overview](https://code.visualstudio.com/docs/copilot/customization/overview)
- [VS Code Custom Agents](https://code.visualstudio.com/docs/copilot/customization/custom-agents)
- [VS Code Agent Skills](https://code.visualstudio.com/docs/copilot/customization/agent-skills)
- [VS Code Prompt Files](https://code.visualstudio.com/docs/copilot/customization/prompt-files)
- [VS Code Custom Instructions](https://code.visualstudio.com/docs/copilot/customization/custom-instructions)
- [Agent Skills Specification (agentskills.io)](https://agentskills.io/specification)
- [Awesome Copilot (community examples)](https://github.com/github/awesome-copilot)
- [Anthropic Reference Skills](https://github.com/anthropics/skills)

Related Skills

chatfiles

16
from diegosouzapw/awesome-omni-skill

Coordinate multiple Claude agents via shared text files. Triggers on Chatfile, multi-agent, cross-machine coordination.

azure-storage-file-datalake-py

16
from diegosouzapw/awesome-omni-skill

Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations.

agentpmt-tool-file-management-d789ed

16
from diegosouzapw/awesome-omni-skill

Use AgentPMT external API to run the File Management tool with wallet signatures, credits purchase, or credits earned from jobs.

advanced-file-management

16
from diegosouzapw/awesome-omni-skill

Advanced file management tools. Includes batch folder creation, batch file moving, file listing, and HTML author extraction.

planning-with-files

16
from diegosouzapw/awesome-omni-skill

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear.

makefile

16
from diegosouzapw/awesome-omni-skill

Best practices for authoring GNU Make Makefiles Triggers on: **/Makefile, **/makefile, **/*.mk, **/GNUmakefile

dotfiles-guide

16
from diegosouzapw/awesome-omni-skill

Use when adding new configurations, packages, or modules to this dotfiles repository. Covers file placement, package lists, and module creation.

analyze-log-files

16
from diegosouzapw/awesome-omni-skill

Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain terminal escape codes.

agentuity-cli-profile-use

16
from diegosouzapw/awesome-omni-skill

Switch to a different configuration profile

agentuity-cli-profile-show

16
from diegosouzapw/awesome-omni-skill

Show the configuration of a profile

agentuity-cli-profile-list

16
from diegosouzapw/awesome-omni-skill

List all available profiles

agentuity-cli-profile-delete

16
from diegosouzapw/awesome-omni-skill

Delete a configuration profile