ai-engineering-workspace copilot-instructions.md

ai-engineering-workspace copilot-instructions.md is an instructions file for GitHub Copilot from yuri-semenenko/ai-engineering-workspace. It costs 271 tokens per session, scanned A, original, MIT.

Repository instructions for AI assistants working in the ai-engineering-workspace codebase. They make AGENTS.md, the repository's main policy file, the source of truth.

In plain words
What is it for?
Use them when changing this repository, especially for TypeScript, React, Next.js, Node.js, PostgreSQL, Vitest, and React Testing Library work.
Why use it?
They give assistants consistent rules for reading code, keeping edits focused, running checks, and avoiding unsafe changes.

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/yuri-semenenko/ai-engineering-workspace/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/yuri-semenenko/ai-engineering-workspace

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 ai-engineering-workspace copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yuri-semenenko/ai-engineering-workspace/copilot-instructions.svg)](https://agentmods.dev/instructions/yuri-semenenko/ai-engineering-workspace/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/yuri-semenenko/ai-engineering-workspace/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/yuri-semenenko/ai-engineering-workspace/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 271 This file is loaded in full into every session.
When invoked 271 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.00271 $0.00271
Opus 5 $0.00135 $0.00135
Sonnet 5 $0.00054 $0.00054
Haiku 4.5 $0.00027 $0.00027

Measured today against content hash c90ac3cda718, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ai-engineering-workspace 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 today.

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.

copilot/workspace-template/.github/copilot-instructions.md · 11 lines

What it actually says

Repository Copilot Instructions

AGENTS.md at the repository root is this repository's contract and the canonical policy for every AI assistant here. Read it first. This file holds only what is specific to Copilot and must not restate the contract.

Copilot CLI and VS Code Copilot Chat both read AGENTS.md and combine it with this file rather than choosing between them, so anything repeated here is a second copy to keep in sync. Repository facts — stack, commands, architecture invariants, definition of done, safety boundaries — belong in AGENTS.md. Personal preferences, including which stack to assume when this repository is silent, belong in your own ~/.copilot/copilot-instructions.md.

Copilot-specific notes:

  • Path-scoped guidance lives in .github/instructions/*.instructions.md, selected by each file's applyTo globs. That mechanism is Copilot-only; the cross-tool equivalent is a nested AGENTS.md in the directory whose rules differ.
  • A few Copilot surfaces read this file but not AGENTS.md — GitHub.com Copilot Chat is one. On such a surface, open AGENTS.md explicitly before assuming anything about this repository's stack, commands, or boundaries. Do not guess, and do not fall back to a generic stack.
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. today Changed · +123 tokens per session c90ac3cda718
  2. 5d ago First seen · 11 lines · 148 tokens per session scan A e3273dbdd612

Subscribe to this mod's changes

ai-engineering-workspace copilot-instructions.md is an instructions file published in the GitHub repository yuri-semenenko/ai-engineering-workspace (1 stars, last pushed 4d ago), licensed MIT. It adds 271 tokens to every session, about $0.0014 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