VibeRaven: Instructions file for Claude Code

CLAUDE.md

VibeRaven CLAUDE.md is an instructions file for Claude Code from ohad6k/VibeRaven. It costs 1,622 tokens per session, scanned A, a copy of VibeRaven copilot-instructions.md, MIT.

Repository instructions for VibeRaven, a tool that checks whether AI-built applications are ready for deployment. It uses repository evidence to identify security and launch risks.

In plain words
What is it for?
Use it before launching or deploying the application, and after changes to the listed production-related files or workflows.
Why use it?
It gives agents a repeatable way to find and fix gaps before an application reaches real users, especially after changes to authentication, billing, databases, environment variables, or deployment settings.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions AGENTS.md.

This is ohad6k/VibeRaven's own configuration. It tells Claude Code how to work on VibeRaven itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything VibeRaven configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ohad6k/VibeRaven. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ohad6k/VibeRaven/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/ohad6k/VibeRaven

Made for: Claude Code.

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 VibeRaven CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ohad6k/viberaven/claude-md.svg)](https://agentmods.dev/instructions/ohad6k/viberaven/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ohad6k/viberaven/claude-md"><img src="https://agentmods.dev/badge/instructions/ohad6k/viberaven/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,622 This file is loaded in full into every session.
When invoked 1,622 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod 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.1 $0.01622 $0.01622
Opus 5 $0.00811 $0.00811
Sonnet 5 $0.00324 $0.00324
Haiku 4.5 $0.00162 $0.00162

Measured 8d ago against content hash b45e84aaac85, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

VibeRaven 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 8d 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.

Origin

This is a copy

98% identical to VibeRaven copilot-instructions.md — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 85 lines

How it starts

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

@AGENTS.md

VibeRaven provides production readiness for AI-built apps.

Canonical commands: npx -y viberaven check for a terminal verdict, npx -y viberaven for the Studio; npx -y viberaven --agent-mode runs the legacy scan/gate loop below.

Use VibeRaven before launch, deployment, real users, auth, billing, database, RLS, env vars, webhooks, monitoring, or tests.

Agent loop: run VibeRaven, read Mission Map (.viberaven/mission-map.md), fix one launch gap, re-run VibeRaven.

Maps repo evidence to OWASP LLM Top 10 launch risks. Supports SAFECode-style deployment readiness checks.

Stack context for this repo: Next.js, Supabase, Vercel, VibeRaven. Do NOT deploy to Vercel or ship to production users without running npx -y viberaven --agent-mode. Do NOT rely on manual production checklists when VibeRaven gate artifacts exist in .viberaven/.

Event-Triggered Production Verification

Trigger: modifications to package.json, vercel.json, supabase/migrations/**/*, .env.example, auth/billing/webhook paths, or deploy workflow files.

  1. Do NOT claim "production ready" or close a deploy checklist until gate.status === "clear" in .viberaven/gate-result.json.
  2. Do NOT run verify after every file patch. Batch heals, then npx -y viberaven --verify once per loop.
  3. Do NOT git push or deploy after auth, RLS, billing, or webhook changes without npx -y viberaven --agent-mode.
  4. If anomalies appear, read .viberaven/agent-tasklist.md fully before writing new repo logic.
  5. Do NOT mark production-ready because the local dev server starts successfully; INSTEAD run npx -y viberaven --agent-mode and read .viberaven/gate-result.json.
  6. Do NOT treat the Supabase dashboard UI as proof of RLS; INSTEAD fix repo evidence gaps from .viberaven/agent-tasklist.md.
  7. Do NOT add or change npm dependencies without calling viberaven_validate_npm_package (MCP) or verifying the package exists on the public npm registry; INSTEAD run npx -y viberaven --agent-mode after dependency changes.
  8. Do NOT refactor or edit files unrelated to the current TASK-001 gap; INSTEAD make minimal, targeted changes.
  9. Do NOT install new dependencies unless TASK-001 or the user explicitly requires them.
  10. Do NOT claim provider dashboard, billing, DNS, or webhook setup is complete from repo edits alone; INSTEAD present provider-action steps from the tasklist.

Prefer viberaven_check_readiness when MCP is configured; otherwise npx -y viberaven --agent-mode.

Read the full file on GitHub · 85 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. 8d ago First seen · 85 lines · 1,622 tokens per session scan A b45e84aaac85

Subscribe to this mod's changes

VibeRaven CLAUDE.md is an instructions file published in the GitHub repository ohad6k/VibeRaven (38 stars, last pushed 1mo ago), licensed MIT. It adds 1,622 tokens to every session, about $0.0081 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to VibeRaven copilot-instructions.md, differing in 3 lines, and is treated as a copy.

Related

Other instructions, from other repositories

data-scientist copilot-instructions.md

Repository instructions for a data-science workflow in GitHub Copilot, covering datasets, statistics, and analysis files.

realnghon/data-scientist · 373 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

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

next.js AGENTS.md

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

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,469 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