aiboarding AGENTS.md

aiboarding AGENTS.md is an instructions file for Codex, OpenCode from gustavo-meilus/aiboarding. It costs 598 tokens per session, scanned A, original, MIT.

Project-specific instructions for AIBoarding, a tool that creates, compresses, checks, and maintains AGENTS.md onboarding files for AI coding agents. They describe the project’s purpose, tools, tests, architecture, data model, and operating safeguards.

In plain words
What is it for?
Use them when working on AIBoarding code, portable agent workflows, templates, hooks, settings, or tests. They cover support for Claude Code, Codex, Copilot CLI, Cursor, and OpenCode.
Why use it?
They give coding agents the background and rules needed to work consistently in the AIBoarding repository. They also point agents to the right build, test, validation, and documentation procedures.

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/gustavo-meilus/aiboarding/agents-md
Clone the repo
git clone --depth 1 https://github.com/gustavo-meilus/aiboarding

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gustavo-meilus/aiboarding/agents-md.svg)](https://agentmods.dev/instructions/gustavo-meilus/aiboarding/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/gustavo-meilus/aiboarding/agents-md"><img src="https://agentmods.dev/badge/instructions/gustavo-meilus/aiboarding/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 598 This file is loaded in full into every session.
When invoked 598 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.00598 $0.00598
Opus 5 $0.00299 $0.00299
Sonnet 5 $0.00120 $0.00120
Haiku 4.5 $0.00060 $0.00060

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

Security

Grade A, and why

aiboarding 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 4d 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.

AGENTS.md · 46 lines

How it starts

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

Project Purpose

AIBoarding generates, compresses, audits, and maintains AGENTS.md onboarding guidance for AI coding agents.

Stack and Runtime

Portable SKILL.md workflows, Bash hook/tool templates, JSON settings, Markdown docs. Supports Claude Code, Codex, Copilot CLI, Cursor, and OpenCode.

Build, Test, Run

Fast/full suite: bash tests/run.sh.

Validate plugin before release: claude plugin validate . --strict.

Use openspec workflows for planned changes.

Architecture Map

skills/ owns lifecycle reasoning. templates/ owns installed hooks, tools, state defaults, and settings. tests/ verifies deterministic behavior. docs/VERIFICATION.md holds manual runtime protocols.

Flow: skills synthesize guidance and install template copies; hooks detect drift; update-agent-onboarding patches affected guidance or advances only .aiboarding/state.json.

Domain Model

Canonical guidance: AGENTS.md. Claude adapter: CLAUDE.md importing @AGENTS.md. Operational state: .aiboarding/state.json. Configuration: .aiboarding/config.json. Sync pointer remains outside instruction files to prevent drift loops.

Agent Guardrails

Keep hooks deterministic, small, and silent by default. Keep reasoning in skills, not hooks or tests. Do not add self-host-only lifecycle code. Preserve fixtures and public lifecycle behavior. Installed .aiboarding/hooks/ and .aiboarding/tools/ must byte-match templates/.

Known Failure Modes

Do not duplicate canonical guidance in CLAUDE.md. Do not modify instruction files during no-op drift updates. Do not ignore README.md for this repository: it is authoritative onboarding input. Do not replace manual reasoning protocols with inaccurate Bash simulations.

Verification Before Completion

Run bash tests/run.sh. For self-host changes, run bash tests/self-host/test-managed-repo.sh, .aiboarding/tools/check-size-budget AGENTS.md, preservation checks, and audit workflow. Run claude plugin validate . --strict before release work.

Read the full file on GitHub · 46 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. 4d ago First seen · 46 lines · 598 tokens per session scan A b0e224fe866f

Subscribe to this mod's changes

aiboarding AGENTS.md is an instructions file published in the GitHub repository gustavo-meilus/aiboarding (2 stars, last pushed 7d ago), licensed MIT. It adds 598 tokens to every session, about $0.0030 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.