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.
npx agentmods add instructions/pez/awesome-copilot-index/copilot-instructionsgit clone --depth 1 https://github.com/PEZ/awesome-copilot-indexWrote 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.
[](https://agentmods.dev/instructions/pez/awesome-copilot-index/copilot-instructions)<a href="https://agentmods.dev/instructions/pez/awesome-copilot-index/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/pez/awesome-copilot-index/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02119 | $0.02119 |
| Opus 5 | $0.01059 | $0.01059 |
| Sonnet 5 | $0.00424 | $0.00424 |
| Haiku 4.5 | $0.00212 | $0.00212 |
Grade A, and why
awesome-copilot-index copilot-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.
How it starts
The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Copilot Instructions for Awesome Copilot Index
Project Architecture
This project is a multi-stage content indexing pipeline that downloads, parses, and publishes GitHub repository content. The architecture consists of:
- Content Extraction: Downloads GitHub repos as ZIP files (not git clones) to avoid history
- Markdown Parsing: Parses frontmatter and content using custom trimming logic for edge cases
- Index Generation: Transforms raw markdown into structured JSON/EDN for consumption
- Jekyll Publishing: Renders a searchable web interface with responsive CSS
- VS Code Integration: Provides ClojureScript-based Joyride script for in-editor access
Key Data Flow: GitHub ZIP → Babashka Parser → JSON/EDN Index → Jekyll Site → Joyride Menu
Always show what you evaluate in the repl to the user, using a codeblock that starts with the namespace in a (in-ns ...) form.
Critical Workflows
Main Build Pipeline
bb download-awesome # Downloads awesome-copilot repo as ZIP
bb generate-index # Parses markdown, generates site/awesome-copilot.{json,edn}
bb download-cursorrules # Downloads awesome-cursorrules repo
bb generate-cursorrules-index # Generates cursor rules index
Development REPL Workflow
(in-ns 'pez.index)
(require 'pez.index :reload)
;; Test parsing with problematic content
(def test-content "---\ntitle: test\n--- \n\n# Content")
(parse-markdown-file test-content)
Jekyll Site Generation
- Templates use Selmer syntax:
{{instruction-count}},{{formatted-date}} - Site builds from
site/directory with generated JSON/EDN indices - CSS supports both
ul(bullet) andol(numbered) lists with blue styling
Development Template Workflow
When editing site/index-template.md during development:
- Edit the template file: Make changes to
site/index-template.md - Regenerate index: Run
bb generate-indexto process template with real data - Jekyll auto-reload: Jekyll's live reload automatically picks up the generated
index.mdchanges
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.
- 4d ago First seen · 169 lines · 2,119 tokens per session scan A af5b199e1aef
awesome-copilot-index copilot-instructions.md is an instructions file published in the GitHub repository PEZ/awesome-copilot-index (4 stars, last pushed 6mo ago), licensed MIT. It adds 2,119 tokens to every session, about $0.0106 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.
Other instructions, from other repositories
docs-mcp-server AGENTS.md
Instructions for arabold/docs-mcp-server, covering agent instructions for docs-mcp-server, repository context, development workflow, key commands and git workflow.
getspecstory copilot-instructions.md
Copilot instructions for specstoryai/getspecstory: Examine the file changes for the pull request.
calva-backseat-driver AGENTS.md
Instructions for BetterThanTomorrow/calva-backseat-driver, covering calva backseat driver - ai agent guide, essential architecture, action/effect system ("ex"), runtime state structure and datascript connections.
calva-backseat-driver backseat-driver-source-conventions.instructions.md
Backseat Driver extension source code conventions — Ex framework patterns, async, state management, namespace separation, and naming. Supplements universal Clojure patterns with Backseat Driver-specific rules.
calva-backseat-driver copilot-instructions.md
Instructions for BetterThanTomorrow/calva-backseat-driver, covering what backseat driver is, repl environment, state inspection safety, bundled ai context (chatskills / chatinstructions) and key development commands.
calva-backseat-driver changelog.instructions.md
CHANGELOG.md conventions — audience, scope, and entry format for the Backseat Driver extension changelog.