Install
$ agentstack add skill-jburlison-wowaddonapiagents-agent-file-specs ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 > and the VS Code Copilot customization documentation.
How to Use This Skill
- 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 | [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/ |
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
(.github/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
- VS Code Custom Agents
- VS Code Agent Skills
- VS Code Prompt Files
- VS Code Custom Instructions
- Agent Skills Specification (agentskills.io)
- Awesome Copilot (community examples)
- Anthropic Reference Skills
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JBurlison
- Source: JBurlison/WoWAddonAPIAgents
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.