minimal-vibe-coding-kit AGENTS.md

minimal-vibe-coding-kit AGENTS.md is an instructions file for Codex, OpenCode from giang6283623/minimal-vibe-coding-kit. It costs 1,742 tokens per session, scanned B, original, MIT.

Shared instructions for coding agents working on the Minimal Vibe Coding Kit, including its source-of-truth files, work style, and response format.

In plain words
What is it for?
Use them when starting work, reading project conventions, changing code, reusing existing project accessors, running validation, or summarising changes and risks.
Why use it?
They make agents check the project's configuration, avoid broad unapproved changes, keep edits reviewable, and report validation results clearly.

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/giang6283623/minimal-vibe-coding-kit/agents-md
Clone the repo
git clone --depth 1 https://github.com/giang6283623/minimal-vibe-coding-kit

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 minimal-vibe-coding-kit AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/giang6283623/minimal-vibe-coding-kit/agents-md.svg)](https://agentmods.dev/instructions/giang6283623/minimal-vibe-coding-kit/agents-md)
Your own site
<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>
Per session 1,742 This file is loaded in full into every session.
When invoked 1,742 The same file — it is already loaded in full.
Security scan B 1 finding. 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.01742 $0.01742
Opus 5 $0.00871 $0.00871
Sonnet 5 $0.00348 $0.00348
Haiku 4.5 $0.00174 $0.00174

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

Security

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-
AGENTS.md · 96 lines

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.yml before changing code.
  • If meta.template_status is uninitialized, follow .vibekit/init/FIRST_TIME_INIT.md and wait for approval before writing.
  • After init, follow the conventions rules in backbone.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.yml after 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.yml project.context when 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-what for a plain-language re-pitch.

Read the full file on GitHub · 96 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. 3d ago First seen · 96 lines · 1,742 tokens per session scan B 3ee17032b4f8

Subscribe to this mod's changes

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.

Related

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).

microsoft/vscode · 6,785 tokens

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.

github/spec-kit · 7,104 tokens

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.

openai/codex · 5,182 tokens

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.

langchain-ai/langchain · 4,345 tokens

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).

microsoft/vscode · 5,001 tokens

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.

vercel/next.js · 7,296 tokens