apex-accelerator AGENTS.md

apex-accelerator AGENTS.md is an instructions file for Codex, OpenCode from jonathan-vella/apex-accelerator. It costs 1,814 tokens per session, scanned A, original, MIT.

A repository instruction file for the Apex Accelerator project. It explains how to set up the project, install dependencies, configure Azure and GitHub access, and run validation commands.

In plain words
What is it for?
Use it when setting up the project, running lint and validation checks, configuring infrastructure access, or working in its development container.
Why use it?
It gives contributors the project-specific commands and checks needed to work safely in the repository. It also explains how to open the project in a development container.

Instructions file for CodexOpenCode

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

Made for: Codex, OpenCode.

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 AGENTS.md

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

Measured yesterday against content hash df01931d5b2d, 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 AGENTS.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 yesterday.

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.

AGENTS.md · 133 lines

How it starts

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

APEX

Setup Commands

# Clone the Accelerator template and open in dev container
# https://github.com/jonathan-vella/apex-accelerator
git clone https://github.com/YOUR-USERNAME/my-infraops-project.git && cd my-infraops-project
code . # then: F1 → Dev Containers: Reopen in Container

npm install                              # Node.js deps (validators, linting)
npm run setup                            # Azure + GitHub OIDC/secrets/RBAC

Python deps (diagrams and apex-recall) install automatically via the dev container's post-create.sh. Setup details: https://apexops.pro/getting-started/azure-setup/

Build & Validation

# Full validation suite
npm run validate:all

# Individual checks (most-used)
npm run lint:md                          # Markdown linting
npm run lint:json                        # JSON/JSONC validation
npm run validate:agents                  # Agent + prompt frontmatter, model alignment
npm run validate:agent-registry          # Registry shape (file path, model, step)
npm run validate:iac-security-baseline   # TLS/HTTPS/Entra-only/no-public-blob baseline
npm run lint:safe-shell                  # No interactive shell prompts in committed snippets

# Full list (≈30 scripts) → npm run | grep -E "^  (lint|validate|test):" or
# https://apexops.pro/reference/validation-reference/

# Pre-commit/pre-push hooks (installed via lefthook on `npm run prepare`)
git push                                 # Triggers diff-based-push-check.sh automatically

# IaC validation
bicep build infra/bicep/{project}/main.bicep && bicep lint infra/bicep/{project}/main.bicep
terraform fmt -check -recursive infra/terraform/ && npm run validate:terraform

Code Style

Code style (CAF naming, required tags, default region, AVM-first, unique suffix pattern) is documented in .github/skills/azure-defaults/SKILL.md. Agents read that file as part of their mandatory skill load; this file no longer duplicates the tables.

Read the full file on GitHub · 133 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. yesterday First seen · 133 lines · 1,814 tokens per session scan A df01931d5b2d

Subscribe to this mod's changes

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