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/giang6283623/minimal-vibe-coding-kit/agents-mdgit clone --depth 1 https://github.com/giang6283623/minimal-vibe-coding-kitWrote 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.
[](https://agentmods.dev/instructions/giang6283623/minimal-vibe-coding-kit/agents-md)<a href="https://agentmods.dev/instructions/giang6283623/minimal-vibe-coding-kit/agents-md"><img src="https://agentmods.dev/badge/instructions/giang6283623/minimal-vibe-coding-kit/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01742 | $0.01742 |
| Opus 5 | $0.00871 | $0.00871 |
| Sonnet 5 | $0.00348 | $0.00348 |
| Haiku 4.5 | $0.00174 | $0.00174 |
Grade B, and why
minimal-vibe-coding-kit AGENTS.md scanned grade B with 1 finding 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 3d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Prefer `trash` over `rm` for deletions so they stay recoverable. Check `command -v trash` first; if missing, recommend installing it (macOS 14+ built-in; older macOS `brew install trash`; Linux `sudo apt install trash- How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Shared instructions for Claude, Cursor, Codex, OpenCode, Grok, Kimi, and other coding agents.
Minimal Vibe Coding Kit
Source of truth
- Read
backbone.ymlbefore changing code. - If
meta.template_statusisuninitialized, follow.vibekit/init/FIRST_TIME_INIT.mdand wait for approval before writing. - After init, follow the
conventionsrules inbackbone.yml; ask before changing broad project patterns. - Prefer concise root instructions. Put long procedures in skills and docs.
Work style
- Start with a short plan for multi-file or risky changes.
- Prefer small, reviewable diffs.
- Reuse existing resource, localization, route, config, and generated-definition accessors instead of hardcoding literals when the repo has them.
- Run the validation command listed in
backbone.ymlafter relevant changes. - Summarize changed files, validation results, and remaining risks.
Response format
- Lead with the outcome: the first one or two sentences state the result, answer, or recommendation. Supporting detail comes after, kept short and scannable.
- When the user must choose, present a decision table with the columns Option, What it does, Cost, Risk, Recommended. Mark exactly one option as recommended and give the reason in one line under the table.
- Use tables for comparable facts only; keep reasoning in prose around the table, not inside cells.
- End every multi-step task response with a status block: Done (what was completed and how it was verified), Next (the next task in order, or "none" when work is complete), Decision needed (only when a blocking choice belongs to the user). When several tasks remain, list them in order and name the one that starts next.
Writing style
- No emoji in responses, code, docs, commits, or diagrams unless the user explicitly asks.
- No em dashes or en dashes in generated prose; use ASCII punctuation (comma, colon, semicolon, hyphen, parentheses).
- When editing files whose established style already uses these characters, keep existing characters and apply the rule only to new text.
- Plain-language register in every reply language: lead with the outcome, keep sentences short with one idea each, prefer active voice and concrete verbs, put known information before new information, and define project terms at first use.
- Reuse the project's vocabulary from the glossary named in
backbone.ymlproject.contextwhen present instead of rotating synonyms. When replying in English, keep one meaning per word (ASD-STE100-style simplicity); never apply English-only word lists to other languages. - Reply in the user's conversation language; quote code identifiers, commands, file paths, and error text verbatim in every language. When a message does not land, the user can invoke
/wait-whatfor a plain-language re-pitch.
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.
- 3d ago First seen · 96 lines · 1,742 tokens per session scan B 3ee17032b4f8
minimal-vibe-coding-kit AGENTS.md is an instructions file published in the GitHub repository giang6283623/minimal-vibe-coding-kit (18 stars, last pushed 6d ago), licensed MIT. It adds 1,742 tokens to every session, about $0.0087 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
next.js AGENTS.md
Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.