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/agents-mdgit 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/agents-md)<a href="https://agentmods.dev/instructions/ohad6k/viberaven/agents-md"><img src="https://agentmods.dev/badge/instructions/ohad6k/viberaven/agents-md.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.00789 | $0.00789 |
| Opus 5 | $0.00394 | $0.00394 |
| Sonnet 5 | $0.00158 | $0.00158 |
| Haiku 4.5 | $0.00079 | $0.00079 |
Grade A, and why
VibeRaven 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 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.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Current VibeRaven Product Focus
This repo is currently focused on the open-source VibeRaven 1.4.3 product:
- Main command:
npx -y viberaven(Studio), ornpx -y viberaven checkfor a terminal verdict - Main product surface: the local Studio cockpit UI in
packages/cli/src/local-ui/ - Main workflow: agentic chat, draggable providers, draggable versions/releases, provider MCP context, CLI agent connection, access-mode control, and release diff/change explanation.
- Main packages for this work:
packages/cli,packages/viberaven-shim, andpackages/mcp.
The active UI is the Studio cockpit with VibeRaven Chat, Provider Control Board, Versions & Releases, Terminal, Diff, access modes, and CLI agent connection. Do not confuse it with the older localhost launch console.
What Is Legacy / Put Aside
Treat these as legacy or side surfaces unless the user explicitly asks to work on them:
- The old
npx -y viberaven --agent-modescan/pro-gate loop. - Old scan artifacts and old gate/tasklist-first UX.
- Private VSIX/editor-extension work under
src/. - Marketplace extension packaging and old private monorepo release surfaces.
- Marketing/flywheel/automation surfaces unless the task explicitly names them.
Do not base new UI work on old scan pages, old launch-gate cards, old agent-mode command flows, or private extension UI.
Working Rules For This Repo
- Read the current local UI code before changing behavior:
packages/cli/src/local-ui/server.ts,packages/cli/src/local-ui/static/appClient.ts,packages/cli/src/local-ui/static/appCss.ts, andpackages/cli/src/local-ui/types.ts. - Preserve user/unrelated dirty work. This repo often has many generated files and unrelated edits.
- Keep changes scoped to the open-source Studio path unless asked otherwise.
- Do not run or promote
npx -y viberaven --agent-modeas the default for this repo's product work. - For verification, prefer focused package checks such as:
npm --prefix packages/cli run typechecknpm --prefix packages/cli test -- local-ui/server.test.tsnpm --prefix packages/cli run build
- If preparing publish/release, verify the local Studio at
http://127.0.0.1:<port>/,/api/project,/api/cli-agents,/api/cli-agents/probe, and/api/agent-chat.
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 · 56 lines · 789 tokens per session scan A 3dcac6a3e140
VibeRaven AGENTS.md is an instructions file published in the GitHub repository ohad6k/VibeRaven (35 stars, last pushed 1mo ago), licensed MIT. It adds 789 tokens to every session, about $0.0039 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.
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.
coding-agent-safety-gate AGENTS.md
Instructions for ASER-ho/coding-agent-safety-gate, covering agents / 代理规则, 仓库类型 / repository type and ai 代理规则 / rules for ai coding agents.