vibe-engineering CLAUDE.md

vibe-engineering CLAUDE.md is an instructions file for coding agents from ash1794/vibe-engineering. It costs 899 tokens per session, scanned A, original, MIT.

A project-specific instruction file for a Claude Code marketplace containing one plugin with 38 engineering skills, also shared with Codex.

In plain words
What is it for?
Use it when changing the marketplace, plugin files, skills, installation flow, or validation rules.
Why use it?
It records the repository layout and rules that keep the plugin installable and prevent invalid marketplace or plugin structures.

Instructions file

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ash1794/vibe-engineering/claude-md.svg)](https://agentmods.dev/instructions/ash1794/vibe-engineering/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ash1794/vibe-engineering/claude-md"><img src="https://agentmods.dev/badge/instructions/ash1794/vibe-engineering/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 899 This file is loaded in full into every session.
When invoked 899 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.00899 $0.00899
Opus 5 $0.00449 $0.00449
Sonnet 5 $0.00180 $0.00180
Haiku 4.5 $0.00090 $0.00090

Measured 5d ago against content hash cc81d5eca042, 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 CLAUDE.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 5d 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.

CLAUDE.md · 66 lines

How it starts

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

CLAUDE.md

Project notes for Claude Code (and any other AI agent) working in this repo.

What this repo is

A Claude Code marketplace (vibe-plugins) that ships one plugin (vibe-engineering) containing 38 engineering-discipline skills. The same SKILL.md files also power OpenAI Codex via .agents/skills/.

vibe-engineering/                       # repo root = marketplace root
├── .claude-plugin/
│   └── marketplace.json                # marketplace: "vibe-plugins"
├── plugins/
│   └── vibe-engineering/               # plugin root
│       ├── .claude-plugin/plugin.json  # plugin: "vibe-engineering"
│       └── skills/                     # 38 SKILL.md files
└── .agents/skills -> ../plugins/vibe-engineering/skills  # Codex

Install flow users follow:

/plugin marketplace add ash1794/vibe-engineering
/plugin install vibe-engineering@vibe-plugins

Plugin structure invariants — DO NOT BREAK THESE

These three rules are non-negotiable. Breaking any one produces either an uninstallable repo or a recursive plugin-cache loop (issue #1). scripts/validate-skills.sh enforces all three in CI — the build will fail if you violate them.

1. .claude-plugin/marketplace.json MUST exist at the repo root

Without it, /plugin marketplace add has nothing to catalog. The repo becomes uninstallable via any supported Claude Code flow. The claude plugin add github:... command advertised in older docs does not exist.

History: commit 50e13ad deleted marketplace.json to work around the recursion bug below. It made the plugin uninstallable for a full release cycle. Don't repeat this.

2. The plugin directory MUST NOT be the repo root

The plugin must live in a subdirectory (we use plugins/vibe-engineering/), not alongside marketplace.json. If plugin.json sits next to marketplace.json, Claude Code's plugin cache copies the entire repo — including marketplace.json — into ~/.claude/plugins/cache/<marketplace>/<plugin>/. The cached plugin directory then also looks like a marketplace, Claude Code re-enumerates it, and you get cache/.../cache/... recursion until ENAMETOOLONG.

Read the full file on GitHub · 66 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. 5d ago First seen · 66 lines · 899 tokens per session scan A cc81d5eca042

Subscribe to this mod's changes

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