vibe-engineering AGENTS.md

A project guide for vibe-engineering, a collection of 38 skills for AI-assisted software development. It explains where skills live, how agents invoke them, and the project's naming and file conventions.

In plain words
What is it for?
Use it when adding or changing skills, checking plugin files, running the project's command-line integration, or following its shared engineering conventions.
Why use it?
It helps an agent find and use the right development skill without guessing how the project is organized or how Claude Code and Codex differ.

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

Made for: Codex, OpenCode.

Per session 329 This file is loaded in full into every session.
When invoked 329 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.00329 $0.00329
Opus 5 $0.00164 $0.00164
Sonnet 5 $0.00066 $0.00066
Haiku 4.5 $0.00033 $0.00033

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

Security

Grade A, and why

vibe-engineering 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 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.

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 · 37 lines

What it actually says

vibe-engineering

38 engineering discipline skills for AI-assisted development. Works with Claude Code and OpenAI Codex.

Skills

Skills live in plugins/vibe-engineering/skills/*/SKILL.md (also symlinked at .agents/skills/ for Codex discovery).

Each skill has YAML frontmatter with name, description, and user-invocable: true.

Invocation

  • Claude Code: /skill-name or implicit matching via description
  • Codex: $skill-name or implicit matching via description

Tool Mapping

Skills reference Claude Code tool names. Codex equivalents are documented in references/codex-tools.md.

Project Conventions

  • Skill names use the vibe- prefix (e.g., vibe-quality-loop)
  • Each skill directory contains exactly one SKILL.md file
  • Skills are cross-project — no language or framework assumptions
  • The vibe-cli script in scripts/ provides CI/CD integration

Key Paths

Path Purpose
.claude-plugin/marketplace.json Marketplace catalog (vibe-plugins)
plugins/vibe-engineering/.claude-plugin/plugin.json Claude Code plugin manifest
plugins/vibe-engineering/skills/ All 38 skill definitions
.agents/skills/ Symlink for Codex discovery
scripts/vibe-cli CI/CD enforcement CLI
references/codex-tools.md Tool name mapping across platforms
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 · 37 lines · 329 tokens per session scan A 9b9d86e855ad

Subscribe to this mod's changes

vibe-engineering AGENTS.md is an instructions file published in the GitHub repository ash1794/vibe-engineering (10 stars, last pushed 3mo ago), licensed MIT. It adds 329 tokens to every session, about $0.0016 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.