github-copilot-prompt-files

github-copilot-prompt-files is a skill for Claude Code from skillmds/skillmd. It costs 74 tokens per session (477 once invoked), scanned A, original, MIT.

A guide for creating reusable GitHub Copilot prompt files in Visual Studio Code. These are manually run commands stored as Markdown files that define a focused task, its inputs, context, and allowed tools.

In plain words
What is it for?
Use it to create, review, or debug files in .github/prompts/, including their inputs, linked context, selected agent, and tools.
Why use it?
It helps avoid unclear or overly broad prompts and keeps reusable commands consistent across a project. It also distinguishes one-off commands from automatically discovered skills.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the create-agent-skills plugin — 10 skills shipped together

Good fit Use it to create, review, or debug files in .github/prompts/, including their inputs, linked context, selected agent, and tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skillmds/skillmd/github-copilot-prompt-files
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.

Any agent
npx skills add skillmds/skillmd --skill github-copilot-prompt-files
Clone the repo
git clone --depth 1 https://github.com/skillmds/skillmd

Made for: Claude Code.

Or install create-agent-skills, the plugin that ships this one along with the rest of its 10 skills.

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 github-copilot-prompt-files

README.md
[![agentmods](https://agentmods.dev/badge/skills/skillmds/skillmd/github-copilot-prompt-files/github.svg)](https://agentmods.dev/skills/skillmds/skillmd/github-copilot-prompt-files)
Your own site
<a href="https://agentmods.dev/skills/skillmds/skillmd/github-copilot-prompt-files"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/github-copilot-prompt-files/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for github-copilot-prompt-files

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmds/skillmd/github-copilot-prompt-files"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/github-copilot-prompt-files.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 477 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00074 $0.00477
Opus 5.5 $0.00030 $0.00191
Sonnet 5 $0.00015 $0.00095
Haiku 4.5 $0.00007 $0.00048

Measured 4d ago against content hash 692d12fdf76f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

github-copilot-prompt-files 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.

plugins/create-agent-skills/skills/github-copilot-prompt-files/SKILL.md · 47 lines

What it actually says

GitHub Copilot prompt files

Create one manually invoked command for one focused task. Inspect the active VS Code prompt schema and available agent/tool identifiers first.

Workflow

  1. Define the input variables, attached context, output artifact, allowed tools, and completion evidence.
  2. Store workspace prompts as .github/prompts/<name>.prompt.md; use user scope only for a genuinely cross-project command.
  3. Add only needed frontmatter: name, description, argument-hint, agent, model, and tools are currently supported.
  4. Write an ordered task contract. Use ${input:name:placeholder} for missing values and relative Markdown links for repository context.
  5. Give the prompt the smallest tool list. A prompt's tools overrides tools inherited from its selected agent; unavailable tools can be ignored.
  6. Run from the editor and slash menu, then verify the output rather than the response wording.

Rules

  • Use a prompt for deliberate one-task invocation. Use a skill for automatic discovery, multi-step expertise, scripts, or resources.
  • Omit model unless the task genuinely requires a verified model capability.
  • Do not hardcode current selections, secrets, absolute paths, or undocumented tool identifiers.
  • Reference shared instructions instead of duplicating them.
  • Ask only for inputs not discoverable from the workspace.

Read the prompt contract, use evaluated patterns, and follow verification.

Completion

Frontmatter parses; every input is consumed; links resolve; tools are available and least privilege; the slash command is discoverable; positive and malformed inputs produce the declared artifacts; a nearby non-command task stays outside.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 47 lines · 74 tokens per session scan A 692d12fdf76f

Subscribe to this mod's changes

github-copilot-prompt-files is a skill published in the GitHub repository skillmds/skillmd (1 stars, last pushed yesterday), licensed MIT. It adds 74 tokens to every session and 477 once invoked, about $0.0003 per session on Opus 5.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-09-19.