Show HN: VibeRaven – Production workflows for AI coding agents
VibeRaven is an open-source mission control system that provides production workflows for AI coding agents. It includes a local Studio cockpit, agent guidance, production skills, and MCP support to help agents produce evidence, separate code from provider actions, and ensure launch readiness.
Notifications You must be signed in to change notification settings
Fork 1
Star 9
BranchesTags
Open more actions menu
Folders and files
NameName
Last commit message
Last commit date
Latest commit
History
75 Commits
75 Commits
.claude-plugin
.claude-plugin
.codex-plugin
.codex-plugin
.cursor/rules
.cursor/rules
.github
.github
.viberaven
.viberaven
agent-skills
agent-skills
assets
assets
commands
commands
docs
docs
examples
examples
skills/viberaven
skills/viberaven
.gitignore
.gitignore
AGENTS.md
AGENTS.md
CLAUDE.md
CLAUDE.md
CONTRIBUTING.md
CONTRIBUTING.md
EXPORT_MANIFEST.json
EXPORT_MANIFEST.json
GEMINI.md
GEMINI.md
LICENSE
LICENSE
README.md
README.md
after-install.md
after-install.md
agent-context.md
agent-context.md
gemini-extension.json
gemini-extension.json
llms-full.txt
llms-full.txt
llms.txt
llms.txt
plugin.yaml
plugin.yaml
skills.sh.json
skills.sh.json
Repository files navigation
Ship AI-built apps with evidence, not vibes.
Open the full-quality MP4 demo
VibeRaven is the VibeRaven Production Skills plus a local Studio cockpit for AI-built apps. Use it while building, fixing, reviewing releases, or preparing a launch when an agent needs provider context, release context, approval-aware chat, safe repo changes, and evidence before it claims the work is ready.
npx -y viberaven
The public repo is the agent discovery and installation surface: plugin-style metadata, portable slash commands, production skills, MCP notes, and AI-readable docs.
Why It Exists
AI coding agents are good at patching code and bad at knowing what they cannot prove. VibeRaven Production Skills are not passive reports; they are task workflows an agent can use while implementing, reviewing, debugging, or preparing launch-sensitive work.
VibeRaven gives agents a contract:
say what evidence was found;
say what evidence is missing;
separate repo-code fixes from provider dashboard work;
use MCP or connected provider context when available;
keep release and version context visible;
ask for approval before risky local changes.
That matters during feature work, auth fixes, billing changes, deploy debugging, release comparison, post-launch drift, and production readiness.
Start The Studio
Open the local cockpit from any project:
npx -y viberaven
Studio gives you agentic chat, draggable providers, draggable versions/releases, provider MCP context, terminal output, diff context, access-mode control, and CLI-agent connection checks. Installed is not the same as connected; test the agent connection before real chat control.
Install Agent Guidance
Install bounded VibeRaven guidance for Codex, Claude Code, Cursor, Copilot, Gemini, and related agents:
npx -y viberaven init --agents all
Preview without writing files:
npx -y viberaven init --agents all --dry-run
The installer writes rules into supported agent instruction files, including AGENTS.md, CLAUDE.md, GEMINI.md, Cursor rules, Copilot instructions, and .viberaven context files.
Plugin-Style Pack
VibeRaven ships as a portable skill/plugin-style pack:
Codex: .codex-plugin/plugin.json
Claude Code: .claude-plugin/plugin.json
Gemini CLI: gemini-extension.json
Generic plugin hosts: plugin.yaml
Slash-command prompts: commands/
Command entry points:
/viberaven-help: show the pack and output contract.
/viberaven-work: use Production Skills on a task.
/viberaven-launch: run launch readiness before saying ready.
/viberaven-provider-actions: separate repo-code fixes from dashboard work.
See docs/agent-portability.md.
Production Skills
Browse the skill library in docs/production-skills.md.
Skill What It Helps Agents Do
supabase-rls Design or repair RLS work while separating repo SQL from live dashboard state.
stripe-webhooks Implement safer webhook handling, idempotency, mode separation, and provider follow-up.
vercel-env-sync Fix env assumptions across local, preview, and production without guessing dashboard values.
clerk-callbacks Debug auth callback, redirect, preview URL, and route-protection drift.
sentry-signal Wire or review monitoring so installed SDKs are not mistaken for working signal.
release-review Review diffs and guide release-risk fixes for provider, auth, billing, env, data, and monitoring changes.
provider-actions Split what the agent can edit in repo from what a human or MCP/provider tool must handle.
launch-readiness Pull together implementation status, verification output, provider gaps, and next actions.
evidence-first Keep claims honest when repo code, MCP context, or provider evidence is incomplete.
Install As A skills.sh Skill
npx -y skills add ohad6k/VibeRaven --skill viberaven
MCP
VibeRaven can be exposed to MCP-aware agents:
{ "viberaven": { "command": "npx", "args": ["-y", "viberaven", "--mcp"] } }
Use MCP output as provider and readiness context for Studio-aware agents. The repo also keeps MCP registry metadata in docs/mcp-registry-submission.md so maintainers can verify the public MCP discovery surface alongside npm and skills.sh metadata.
Agent-Ready Starter Template
examples/nextjs-supabase-vercel-production-ready-template includes agent rules and viberaven:* scripts for Next.js + Supabase + Vercel.
Machine-Readable Docs
llms-full.txt
llms.txt
skills.json
skills.sh.json
Production Protocol guide
Example evidence artifacts
Legacy Compatibility
Older VibeRaven docs and compatibility tools may mention agent-mode scans, task lists, gate results, PRP resources, or scan-derived action manifests. Treat that language as compatibility context, not the main public product surface.
The current default is the Studio:
npx -y viberaven
Normal git push is not gated. VibeRaven language about readiness is about production-change confidence, release review, provider-aware evidence, and agent boundaries, not blocking ordinary repository work.
Links
Website: viberaven.dev
npm: viberaven
Issues: ohad6k/VibeRaven/issues
Public discovery repo: ohad6k/VibeRaven
About
Open-source mission control for AI-built apps. The operating layer for apps built by AI agents — providers, releases, production evidence, and version drift from first demo to real scale.
viberaven.dev
Topics
cli
open-source
ai
devtools
developer-tools
cursor
codex
ai-agents
vercel
supabase
production-readiness
llm
gemini-cli
vibe-coding
claude-code
ai-coding-agent
product-ops
ai-built-apps
viberaven
agentic-product-ops
Resources
Readme
License
MIT license
Contributing
Contributing
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
9 stars
Watchers
2 watching
Forks
1 fork
Report repository
Releases 2
VibeRaven Studio demo (26s)
Latest
Jun 26, 2026
+ 1 release
Packages 0
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
JavaScript 100.0%