awesome-agentic-AI-coding-template copilot-instructions.md

awesome-agentic-AI-coding-template copilot-instructions.md is an instructions file for GitHub Copilot from florian101010/awesome-agentic-AI-coding-template. It costs 649 tokens per session, scanned A, original, MIT.

A template for instructions used by GitHub Copilot and other coding agents. It describes project context, required practices, forbidden changes, key files, and Git commit rules.

In plain words
What is it for?
Use it to define project details, enforce local Git hooks and commit formatting, and document which files agents should use or avoid.
Why use it?
It gives coding tools consistent repository-specific rules instead of making them infer how the project should be changed.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot instructions file. Also seen: mentions AGENTS.md.

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/florian101010/awesome-agentic-ai-coding-template/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/florian101010/awesome-agentic-AI-coding-template

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 awesome-agentic-AI-coding-template copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/florian101010/awesome-agentic-ai-coding-template/copilot-instructions.svg)](https://agentmods.dev/instructions/florian101010/awesome-agentic-ai-coding-template/copilot-instructions)
Your own site
<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>
Per session 649 This file is loaded in full into every session.
When invoked 649 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.1 $0.00649 $0.00649
Opus 5 $0.00324 $0.00324
Sonnet 5 $0.00130 $0.00130
Haiku 4.5 $0.00065 $0.00065

Measured 5d ago against content hash eaee677a7b38, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.github/copilot-instructions.md · 54 lines

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

Read the full file on GitHub · 54 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. 5d ago First seen · 54 lines · 649 tokens per session scan A eaee677a7b38

Subscribe to this mod's changes

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.

Related

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.

CodeAlive-AI/ai-driven-development · 1,110 tokens

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 开箱即用的分层配置模板,总结十多年的日常开发经验.

doccker/cc-use-exp · 135 tokens

capy CLAUDE.md

Claude Code instructions for serpro69/capy, covering claude.md, project, architecture, key packages and critical invariants.

serpro69/capy · 1,579 tokens

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.

FluxonLab/Skillry · 1,063 tokens

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.

CodeAlive-AI/ai-driven-development · 5 tokens

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).

microsoft/vscode · 6,785 tokens