apex-accelerator copilot-instructions.md

apex-accelerator copilot-instructions.md is an instructions file for GitHub Copilot from jonathan-vella/apex-accelerator. It costs 1,889 tokens per session, scanned A, original, MIT.

A set of project instructions for GitHub Copilot that defines Azure defaults, required resource labels, security rules, and the preferred reusable infrastructure modules. GitHub Copilot is an AI coding assistant.

In plain words
What is it for?
Use it when Copilot creates or reviews Azure infrastructure and needs to follow the project's regions, labels, governance checks, and module standards.
Why use it?
It gives Copilot one shared source of project rules, reducing inconsistent regions, labels, and security settings across generated code.

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/jonathan-vella/apex-accelerator/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/jonathan-vella/apex-accelerator

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 apex-accelerator copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jonathan-vella/apex-accelerator/copilot-instructions.svg)](https://agentmods.dev/instructions/jonathan-vella/apex-accelerator/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/jonathan-vella/apex-accelerator/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/jonathan-vella/apex-accelerator/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,889 This file is loaded in full into every session.
When invoked 1,889 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.01889 $0.01889
Opus 5 $0.00945 $0.00945
Sonnet 5 $0.00378 $0.00378
Haiku 4.5 $0.00189 $0.00189

Measured 5d ago against content hash 1797fd9524f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

apex-accelerator 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 · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

APEX - Copilot Instructions

VS Code Copilot-specific orchestration instructions. For general project conventions, build commands, and code style, see the root AGENTS.md.

Azure Defaults (canonical)

This section is the canonical declaration of Azure infrastructure defaults. Every skill, agent, and prompt must reference this section — never restate the values inline. The IaC workflow, CAF naming guidance, AVM procedure, and reference index live in .github/skills/azure-defaults/SKILL.md.

Default Regions

Service Default Region Reason
All resources swedencentral EU GDPR-compliant
Static Web Apps westeurope Not available in swedencentral
Failover germanywestcentral EU paired alternative

Required Tags (Azure Policy Enforced)

Tag schema is whatever live Azure Policy enforces in the target subscription. Governance Discovery (Step 3.5) discovers the real contract via discover.py and writes it to 04-governance-constraints.json (tag_contract.tags[], tag_contract.source: "policy"); that always wins.

Greenfield fallback (no tag policy found at any inherited scope): the APEX-standard 9-tag set — environment, owner, costcenter, application, workload, sla, backup-policy, maint-window, technical-contact — all lowercase. This mirrors the org-wide resource-group tag-deny policy (every key must exist on the RG or the deployment is denied). Citation + greenfield decision checklist: azure-defaults/references/tag-strategy.md.

The PascalCase set (Environment, ManagedBy, Project, Owner) is a deprecated convention retained only for backward compatibility on existing projects whose deployed resources already carry that casing. Do not propagate it to new projects. ManagedBy and Project are not part of the required contract — ManagedBy may still be emitted as an optional deploy-provenance marker.

Read the full file on GitHub · 163 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 · 163 lines · 1,889 tokens per session scan A 1797fd9524f0

Subscribe to this mod's changes

apex-accelerator copilot-instructions.md is an instructions file published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed 4d ago), licensed MIT. It adds 1,889 tokens to every session, about $0.0094 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-30.

Related

Other instructions, from other repositories