Copilot-Skills create-skill.instructions.md

Copilot-Skills create-skill.instructions.md is an instructions file for GitHub Copilot from TheSethRose/Copilot-Skills. It costs 2,214 tokens per session, scanned A, original, MIT.

Guidance for creating Copilot Skills as organized files containing prompts, instructions, and optional reference material. A skill is reusable guidance that helps an AI assistant handle a type of task consistently.

In plain words
What is it for?
Use it when designing or reviewing a skill, including its required files, frontmatter, workflow, scripts, and reference documents.
Why use it?
It gives a structure for keeping the main workflow easy to find while placing optional details in separate files.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/thesethrose/copilot-skills/create-skill
Clone the repo
git clone --depth 1 https://github.com/TheSethRose/Copilot-Skills

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Copilot-Skills create-skill.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thesethrose/copilot-skills/create-skill.svg)](https://agentmods.dev/instructions/thesethrose/copilot-skills/create-skill)
Your own site
<a href="https://agentmods.dev/instructions/thesethrose/copilot-skills/create-skill"><img src="https://agentmods.dev/badge/instructions/thesethrose/copilot-skills/create-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,214 This file is loaded in full into every session.
When invoked 2,214 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02214 $0.02214
Opus 5 $0.01107 $0.01107
Sonnet 5 $0.00443 $0.00443
Haiku 4.5 $0.00221 $0.00221

Measured 4d ago against content hash 3f7be7dd3210, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Copilot-Skills create-skill.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/instructions/create-skill.instructions.md · 314 lines

How it starts

The opening of the file, as written. The whole thing — 314 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create Skill - Instructions

When working with skill creation files or when queries contain skill-related keywords, use this context.

Constitutional Principles (Required for All Skills)

1. Progressive Disclosure

Information organized in layers: metadata → core workflow → optional details

Checklist:

  • ✓ YAML frontmatter with: description, model (optional), tools (optional)
  • ✓ Core workflow scannable in <3 minutes
  • ✓ Detail files are optional, not required to use skill
  • ✓ Each layer independent and self-contained

Anti-pattern: Requiring users to read all documentation before using skill

2. File-Based Organization

Skills are organized as files in specific locations, not in databases or external systems.

Structure:

.github/
├── prompts/{skill-name}.prompt.md         # Always required
├── instructions/{skill-name}.instructions.md  # Always required
└── copilot-skills/{skill-name}/           # Optional
    ├── README.md
    ├── scripts/                           # Optional
    ├── patterns.md                        # Optional
    └── reference.md                       # Optional

Required Paths:

  • Prompt: .github/prompts/{skill-name}.prompt.md
  • Instructions: .github/instructions/{skill-name}.instructions.md

Anti-pattern: Storing skill definitions in external APIs or databases

3. Dynamic Discovery

Skills are discoverable by AI agents via keywords and file patterns.

Implementation:

  • Keywords defined in prompt file YAML
  • Entry in .github/copilot-instructions.md (keyword routing map)
  • File patterns in instructions file description: field
  • Clear use cases in prompt

Example routing map entry:

#### Skill Name
**Keywords**: keyword1, keyword2, keyword3
**Suggest**: `/skill-name`
**Auto-context**: `.github/instructions/skill-name.instructions.md`
**Skill**: `.github/copilot-skills/skill-name/README.md`

Anti-pattern: Skills that can't be found without manual documentation

Read the full file on GitHub · 314 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 314 lines · 2,214 tokens per session scan A 3f7be7dd3210

Subscribe to this mod's changes

Copilot-Skills create-skill.instructions.md is an instructions file published in the GitHub repository TheSethRose/Copilot-Skills (3 stars, last pushed 8mo ago), licensed MIT. It adds 2,214 tokens to every session, about $0.0111 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.