AI AGENT ADDONS

Vibe is a quick check to see if your code is ready to ship. It runs a short sanity test before you commit or send changes to a full review. You can use it to catch problems early.

The check looks at code complexity, hunts for bugs, and uses multiple models to give a pass, warn, or fail verdict. It helps you decide if a slice of work is good enough to count toward your project goals.

This skill is not a replacement for tests or a deep review. It is a fast safety net that spots hotspots, security risks, and architectural issues. Teams can use it inside their normal workflow to keep quality high without slowing down.

Add Vibe skill to your workflow

Global

mkdir -p ~/.claude/skills/vibe

Project

mkdir -p .claude/skills/vibe

Source Repository

Stars
400
Forks
40
Watchers
400
License
NOASSERTION
Last Push
23 days ago
Created
8 months ago