Vibe Skill
Description
vibe-* is a collection of Claude Code CLI skills. Each skill is a structured instruction set that tells Claude Code exactly what to do at a specific moment in a project — how to plan it, build it, review it, test it, deploy it, and hand it off.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
vibe-* skills
A framework of 27 Claude Code skills that covers the complete software development lifecycle — from first idea to client sign-off.
Built by **Aakash Dhar** at [BetaCraft](https://betacraft.in) for production AI-assisted development workflows.
What this is
vibe-* is a collection of Claude Code CLI skills. Each skill is a structured instruction set that tells Claude Code exactly what to do at a specific moment in a project — how to plan it, build it, review it, test it, deploy it, and hand it off.
Every skill follows the same principles:
- Grounded in real files — reads your actual TASKS.md, SPEC.md, DECISIONS.md, git history. Nothing invented.
- One trigger, complete output — type
feature: add dark modeand get a spec, plan, task list, and code. - Phase-gated — skills enforce quality gates. A phase cannot proceed until review passes.
- Two audiences — client-facing documents are always plain English. Developer documents are technical and precise.
Installation
git clone https://github.com/aakashdhar/vibe-skill.git /tmp/vibe-skill && mv /tmp/vibe-skill/vibe-* ~/.claude/skills/ && rm -rf /tmp/vibe-skill
Restart Claude Code. All 26 skills are active immediately.
**Update skills anytime:**
cd /tmp && git clone https://github.com/aakashdhar/vibe-skill.git && mv /tmp/vibe-skill/vibe-* ~/.claude/skills/ && rm -rf /tmp/vibe-skill
Usage
Skills trigger automatically from natural language. No slash commands needed.
Skills included (26)
**Plan**
vibe-brainstorm— turn ideas into a buildable briefvibe-architect— plan code structure before writingvibe-agent— design multi-agent AI systemsvibe-spec-review— audit specs before coding
**Build**
vibe-new-app— build a new app from scratchvibe-add-feature— add a feature to existing codebasevibe-change-spec— modify requirements mid-buildvibe-fix-bug— diagnose and fix bugsvibe-review— evide
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11