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/webmaxru/is-ai-native/copilot-instructionsgit clone --depth 1 https://github.com/webmaxru/is-ai-nativeWhat 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.00316 | $0.00316 |
| Opus 5 | $0.00158 | $0.00158 |
| Sonnet 5 | $0.00063 | $0.00063 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
is-ai-native 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 2d 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.
What it actually says
- For design and frontend related tasks, always use Playwright MCP for making resulting screenshots and always attach these screenshots to the PR description.
- Put all made screenshots ONLY in a folder named
artifactsat the root of the repository. - For every change of the logic, configuration, user experience make sure you checked and updated web application, vs code extension, and github cli extension.
- For every change to configuration files or configuration documentation, make sure saved agents and saved prompts under
.github/agentsand.github/promptsstay in sync with the current file paths, workflows, and source-of-truth references. - Keep
.env.examplestructurally aligned with the root.env: same keys, same ordering, and same explanatory comments, but never copy real secret values into.env.example. - For README reviews and updates, prioritize product consumption and end-user workflows before contributor workflows.
- In the root README, start with the project description and mention the web app, VS Code extension, GitHub CLI extension, and standalone CLI at the beginning.
- In the root README, list shared cross-surface capabilities before web app specific details.
- In the root README, link to the VS Code extension, GitHub CLI extension, and standalone CLI READMEs instead of duplicating their full usage documentation.
- Keep the root README, standalone CLI README, GitHub CLI extension README, and VS Code extension README aligned in overall structure and writing style.
- Move local development, release engineering, packaging, and other contributor-focused material to the bottom of each README.
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.
- 2d ago First seen · 11 lines · 316 tokens per session scan A e555a809ce92
is-ai-native copilot-instructions.md is an instructions file published in the GitHub repository webmaxru/is-ai-native (5 stars, last pushed 10d ago), licensed MIT. It adds 316 tokens to every session, about $0.0016 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
squad copilot-instructions.md
Copilot instructions for bradygaster/squad, covering copilot coding agent — squad instructions, ⚠️ identity lock — read this first, 🚦 route before you act — generic copilot sessions, adversarial input handling and team context.
vscode-unify-chat-provider AGENTS.md
Instructions for smallmain/vscode-unify-chat-provider, a project described as: Integrate multiple LLM API providers into VS Code's GitHub Copilot Chat using the Language Model API. One-click use of your Claude Code, Gemini CLI, Antigravity, Github Copilot, OpenAI Codex (ChatGPT Plus/Pro), xAI Grok (SuperGrok / X…
apex-accelerator azure-artifacts.instructions.md
Template compliance rules for artifact generation.
apex-accelerator agent-skills.instructions.md
Guidelines for creating high-quality Agent Skills for GitHub Copilot.
apex-accelerator context-optimization.instructions.md
Context window optimization rules for agent definitions, skills, and instruction files.
apex-accelerator no-interactive-shell.instructions.md
Prevents interactive shell prompts and long-output terminal replays from being injected into chat. Forbids -i flags on mv/rm/cp, read -p, and confirm prompts (incl. inside bash -c '...'). Pipe long output to files. Scoped to chat-context-loaded files; skill references/ and templates/ are exempt because they hold…