Claude Code Skills Framework — Built at BetaCraft
vibe-*
26 skills. One install. The complete development lifecycle — plan, build, review, test, deploy, hand off.
~/.claude/skills
$
feature: bug: deploy: review: brainstorm: design: handoff: cost:
26
26Total skills
1Install command
7Deploy platforms
Projects shipped
TRY A TRIGGER
Type any trigger to see which skill fires
feature: add dark mode bug: login fails on Safari deploy: railway brainstorm: SaaS idea design: make it look better handoff: client review: phase 1 cost: show report
No skill matches that trigger. Try: feature:, bug:, deploy:, review:, brainstorm:, design:, handoff:, cost:, architect:, test:...
ALL SKILLS
Showing 26 skills — click any card for details
Plan
vibe-brainstorm
brainstorm:
Turn any idea into a clear, validated, buildable brief.
Plan
vibe-architect
architect:
Plan code structure before writing a single line.
Plan
vibe-agent
agent:
Design complete multi-agent AI systems from scratch.
Plan
vibe-spec-review
spec-review:
Audit specs before building. P0 findings block the build.
Build
vibe-new-app
new:
Build a new app from scratch with full spec setup.
Build
vibe-add-feature
feature:
Add a feature with spec, plan, and task list generated.
Build
vibe-fix-bug
bug:
Diagnose and fix. Three-way triage before any code changes.
Build
vibe-change-spec
change:
Modify requirements mid-build. Impact assessed first.
Build
vibe-review
review:
Mandatory phase gate. Every finding has file + line number.
Build
vibe-test
test:
Blast-radius-aware test generation across the full dep graph.
Design
vibe-design
design:
Editorial-quality UI. Reads brand tokens. Kills generic defaults.
Design
vibe-design-md
design-md:
Extract design system from any URL. 55+ pre-built catalogs.
Ship
vibe-e2e
e2e:
Playwright E2E tests. Video on failure. Auto cleanup.
Ship
vibe-deploy
deploy:
Deploy to 7 platforms. Stack detected. Config generated.
Ship
vibe-perf
perf:
Full-stack performance audit. Tracks scores over time.
Ship
vibe-parallel
parallel:
Parallel execution via subagents. Dependency waves detected.
Visibility
vibe-progress
progress:
Live ASCII progress dashboard. Read-only, no files modified.
Visibility
vibe-cost
cost:
Token and dollar cost per task, session, and total project.
Visibility
vibe-ledger
ledger:
Visual cost report as self-contained HTML. Opens in browser.
Visibility
vibe-graph
vibe-graph:
Dual-layer dependency graph. File-level + semantic concept map.
Visibility
vibe-doctor
doctor:
Environment health check. Auto-remediates where safe.
Visibility
vibe-mode
vibe-mode:
Manual or autonomous execution. Controls how much auto-runs.
Close
vibe-document
document:
Full docs — JSDoc, README, CHANGELOG, API ref, component docs.
Close
vibe-changelog
changelog:
Two changelogs — dev-facing and plain-English client version.
Close
vibe-handoff
handoff:
5 handoff modes. Markdown docs + self-contained HTML portal.
Close
vibe-init
vibe-init
Onboard any codebase into vibe-*. Single session setup.
No skills match your search.
SKILL LIFECYCLE
01
Plan
vibe-brainstorm
vibe-architect
vibe-agent
vibe-spec-review
02
Build
vibe-new-app
vibe-add-feature
vibe-fix-bug
vibe-review
vibe-test
03
Design
vibe-design-md
vibe-design
04
Ship
vibe-e2e
vibe-perf
vibe-deploy
vibe-parallel
05
Visibility
vibe-progress
vibe-cost
vibe-ledger
vibe-doctor
06
Close
vibe-document
vibe-changelog
vibe-handoff
vibe-init
PLAN
Every project starts here. brainstorm: turns a rough idea into a validated brief. architect: establishes code structure before a single line is written. agent: designs multi-agent systems. spec-review: gates the plan — P0 findings block everything downstream.
HOW IT WORKS
01
Install
One git clone command. All 26 skills land directly in ~/.claude/skills/. Restart Claude Code and you're ready.
02
Trigger
Type natural language like feature: and Claude reads the right skill automatically.
03
Execute
Each skill produces structured output — specs, plans, task lists, code — grounded in your actual files. Nothing invented.
04
Ship
Phase gates enforce quality. Nothing deploys until review passes. Handoff packages for every project transition.
BUILT AT BETACRAFT
vibe-* is a framework of 26 Claude Code skills covering the complete software development lifecycle — from first idea to client sign-off. Every skill is grounded in real files, produces complete output from a single trigger, and enforces quality gates between phases.
Built for production AI-assisted development workflows. Used daily at BetaCraft across client projects.
Built by Aakash Dhar — T.P.M at BetaCraft
github.com/aakashdhar · MIT License
~/vibe-skill — install & usage
# clone all 26 skills
git clone github.com/aakashdhar/vibe-skill.git /tmp/vs
mv /tmp/vs/vibe-* ~/.claude/skills/
rm -rf /tmp/vs
 
# natural language triggers
feature: add dark mode toggle
bug: login fails on Safari
deploy: railway
brainstorm: I want to build a SaaS
handoff: client
What it does
Example triggers
Install all skills
git clone https://github.com/aakashdhar/vibe-skill.git /tmp/vibe-skill && mv /tmp/vibe-skill/vibe-* ~/.claude/skills/ && rm -rf /tmp/vibe-skill