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/ohad6k/viberaven/copilot-instructionsgit clone --depth 1 https://github.com/ohad6k/VibeRavenWrote 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/ohad6k/viberaven/copilot-instructions)<a href="https://agentmods.dev/instructions/ohad6k/viberaven/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/ohad6k/viberaven/copilot-instructions.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.01617 | $0.01617 |
| Opus 5 | $0.00809 | $0.00809 |
| Sonnet 5 | $0.00323 | $0.00323 |
| Haiku 4.5 | $0.00162 | $0.00162 |
Grade A, and why
VibeRaven copilot-instructions.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.
Copies of this mod
2 near-identical copies found in the catalogue:
- VibeRaven GEMINI.md — 100% identical, 1 lines differ
- VibeRaven CLAUDE.md — 98% identical, 3 lines differ
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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.
- Do NOT claim "production ready" or close a deploy checklist until
gate.status === "clear"in.viberaven/gate-result.json. - Do NOT run verify after every file patch. Batch heals, then
npx -y viberaven --verifyonce per loop. - Do NOT
git pushor deploy after auth, RLS, billing, or webhook changes withoutnpx -y viberaven --agent-mode. - If anomalies appear, read
.viberaven/agent-tasklist.mdfully before writing new repo logic. - Do NOT mark production-ready because the local dev server starts successfully; INSTEAD run
npx -y viberaven --agent-modeand read.viberaven/gate-result.json. - Do NOT treat the Supabase dashboard UI as proof of RLS; INSTEAD fix repo evidence gaps from
.viberaven/agent-tasklist.md. - 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 runnpx -y viberaven --agent-modeafter dependency changes. - Do NOT refactor or edit files unrelated to the current TASK-001 gap; INSTEAD make minimal, targeted changes.
- Do NOT install new dependencies unless TASK-001 or the user explicitly requires them.
- 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.
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.
- 5d ago First seen · 82 lines · 1,617 tokens per session scan A 5258bfa940ad
VibeRaven copilot-instructions.md is an instructions file published in the GitHub repository ohad6k/VibeRaven (35 stars, last pushed 1mo ago), licensed MIT. It adds 1,617 tokens to every session, about $0.0081 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-30.
Other instructions, from other repositories
workflow AGENTS.md
AGENTS.md instructions for vercel/workflow, covering agent instructions, architecture, core components, workflow execution model and development commands.
llm-safe-haven CLAUDE.md
Claude Code instructions for pleasedodisturb/llm-safe-haven, covering llm safe haven, what this is, project structure, tdd — non-negotiable (adopted 2026-08-17) and the contract.
hiveshare CLAUDE.md
Instructions for KB-perByte/hiveshare, covering hiveshare — claude.md, repo layout, build & run, key env vars (server) and naming: hive vs memory.
kleosrules AGENTS.md
Instructions for kleosr/kleosrules, a project described as: Cursor harness pack: user rules, skills, Bash hooks, local HANDOFF memory. macOS, Linux, Windows (WSL).
finding-unknowns-skills CLAUDE.md
Claude Code instructions for Neeeophytee/finding-unknowns-skills, covering repo notes, what ships, and the gate that decides, version lives in three manifests — move them together, files that must be edited together and shipped guidance is not this file.
people-memory-mcp AGENTS.md
AGENTS.md instructions for michelgrolet/people-memory-mcp, a project described as: A private people graph that gives your AI agent durable memory.