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/florian101010/awesome-agentic-ai-coding-template/copilot-instructionsgit clone --depth 1 https://github.com/florian101010/awesome-agentic-AI-coding-templateWrote 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/florian101010/awesome-agentic-ai-coding-template/copilot-instructions)<a href="https://agentmods.dev/instructions/florian101010/awesome-agentic-ai-coding-template/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/florian101010/awesome-agentic-ai-coding-template/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.1 | $0.00649 | $0.00649 |
| Opus 5 | $0.00324 | $0.00324 |
| Sonnet 5 | $0.00130 | $0.00130 |
| Haiku 4.5 | $0.00065 | $0.00065 |
Grade A, and why
awesome-agentic-AI-coding-template 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 5d 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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Copilot Instructions
Persistent instructions for GitHub Copilot Chat, Code Review, and Coding Agents. See also
AGENTS.md(root) for the full rule set and.agent/workflows/for common task procedures.
Project Context
[FILL: Project Name] — [FILL: 1-sentence description. Tech stack. Target environment.]
[FILL: Any additional context line, e.g. "No build step. No frameworks." or "TypeScript monorepo, runs on Node 22+."]
Always Do
- [FILL: Rule 1 — e.g. "Use vanilla JS — no frameworks, no runtime npm dependencies"]
- [FILL: Rule 2 — e.g. "Keep all data in config/*.js files"]
- Use repo-local hooks via
.githooks/(git config core.hooksPath .githooks) and ensure pre-commit passes before finalizing - Use commit format
type(optional-scope): description
Never Do
- [FILL: Prohibition 1 — e.g. "Introduce frameworks, bundlers, or package managers"]
- [FILL: Prohibition 2 — e.g. "Use localStorage, sessionStorage, cookies, or postMessage"]
- [FILL: Prohibition 3 — e.g. "Hardcode data that belongs in config files"]
Key Files
| File | Purpose |
|---|---|
[FILL: src/index.ts] |
[FILL: Entry point] |
[FILL: config/app.ts] |
[FILL: Application configuration] |
[FILL: docs/README.md] |
[FILL: Primary documentation] |
Common Tasks
Agent Skills (via /skill-name in chat) and Prompt Files (via /command) are available for all common workflows:
| Task | Invoke | Details |
|---|---|---|
| QA audit | /qa-audit skill |
.agents/skills/qa-audit/SKILL.md — security + robustness audit |
| Documentation audit | /doc-audit skill |
.agents/skills/doc-audit/SKILL.md — drift audit |
| Feature delivery | /feature-delivery skill |
.agents/skills/feature-delivery/SKILL.md |
| Plan a new feature | /new-feature prompt |
.github/prompts/new-feature.prompt.md — structured plan before coding |
| Review changes pre-commit | /review-changes prompt |
.github/prompts/review-changes.prompt.md — rule compliance check |
| Release readiness | /release-readiness skill |
.agents/skills/release-readiness/SKILL.md |
| Hotfix | /hotfix skill |
.agents/skills/hotfix/SKILL.md |
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.
- 5d ago First seen · 54 lines · 649 tokens per session scan A eaee677a7b38
awesome-agentic-AI-coding-template copilot-instructions.md is an instructions file published in the GitHub repository florian101010/awesome-agentic-AI-coding-template (4 stars, last pushed 6mo ago), licensed MIT. It adds 649 tokens to every session, about $0.0032 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
ai-driven-development AGENTS.md
AGENTS.md instructions for CodeAlive-AI/ai-driven-development, covering ai-driven development — development guide, git publishing defaults, when to create tags and releases, requires a new tag/release and does not require a new tag/release.
cc-use-exp frontend.instructions.md
Instructions for doccker/cc-use-exp, a project described as: ⛔ No longer maintained → dev-agent-kit/recipes 让 Claude Code、Antigravity、Gemini CLI、Codex、Cursor 开箱即用的分层配置模板,总结十多年的日常开发经验.
capy CLAUDE.md
Claude Code instructions for serpro69/capy, covering claude.md, project, architecture, key packages and critical invariants.
Skillry AGENTS.md
AGENTS.md instructions for FluxonLab/Skillry, covering agents.md, operating model, core engineering principles, evidence, research, and verification and scope, plans, and decisions.
ai-driven-development CLAUDE.md
Claude Code instructions for CodeAlive-AI/ai-driven-development, a project described as: Practices, protocols, and skills for AI-driven software development. Skills and safety hooks for Claude Code, Codex, OpenCode, Cursor, Antigravity, and any agent supporting the Agent Skills standard.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).