aakashdhar

26 mods across 1 repository, 7 stars between them.

vibe-add-feature

01

aakashdhar/vibe-skill

Skill Claude CodeCodex

Full spec-driven workflow for adding a feature to an existing codebase with an AI coding agent. Triggers on "feature:" prefix, "I want to add a feature", "add X to my project", "new feature", "build a feature for". Always use when adding functionality to an existing project — even without the exact prefix. Reads…

7 4mo ago A 183 tokens

vibe-agent

02

aakashdhar/vibe-skill

Skill Claude CodeCodex

Standalone agentic architecture skill. Designs complete multi-agent AI systems from scratch — no other vibe- skills required. Deep knowledge of LangGraph, LangChain, CrewAI, AutoGen, Vercel AI SDK, and custom implementations. Produces AGENTARCH.md covering pattern selection, agent roles, tool mapping, state design…

7 4mo ago A 197 tokens

vibe-architect

03

aakashdhar/vibe-skill

Skill Claude CodeCodex

Architecture planning workflow for establishing code structure, patterns, and principles before any code is written. Runs after brainstorm: and before new: on every project. Triggers on "architect:" prefix, "plan the architecture", "architect this", "how should we structure this", "what patterns should we use". Always…

7 4mo ago A 182 tokens

vibe-brainstorm

04

aakashdhar/vibe-skill

Skill Claude CodeCodex

Comprehensive brainstorming workflow for turning any app idea into a clear, validated, buildable brief. Two paths: personal project (8 steps) and client/business project (13 steps). Fast path for fully-formed ideas. Detects agentic/AI projects and routes to agent: before architect:. Pre-write quality check ensures…

7 4mo ago A 203 tokens

vibe-change-spec

05

aakashdhar/vibe-skill

Skill Claude CodeCodex

Scope change workflow for modifying, adding, or removing requirements at any point during a build. Triggers on "change:" prefix, "I forgot to add", "actually I also want", "can we add", "remove X from scope", "I changed my mind about", "before we continue add", "one more thing", "I want to change the spec", "revert…

7 4mo ago A 139 tokens

vibe-changelog

06

aakashdhar/vibe-skill

Skill Claude CodeCodex

Generates and maintains two changelog files from git tags, TASKS.md, DECISIONS.md, and feature folders. CHANGELOG.md at repo root is developer-facing in Keep a Changelog format with task IDs and decisions. CHANGELOGCLIENT.md is plain English, grouped by "what you can now do", written like a product update — no task…

7 4mo ago A 176 tokens

vibe-cost

07

aakashdhar/vibe-skill

Skill Claude CodeCodex

Tracks and reports token usage and dollar cost across every level of a vibe- project — per task, per session, per feature, per phase, and total project spend. Auto-runs at the end of every session with estimates. When invoked manually with "cost:" accepts pasted Claude Code /cost output for precise numbers. Detects…

7 4mo ago A 208 tokens

vibe-deploy

08

aakashdhar/vibe-skill

Skill Claude CodeCodex

Prepares a vibe- project for deployment to 7 platforms: Railway, Render, Fly.io, Heroku, Vercel, Netlify, GitHub Pages. Detects stack automatically (FastAPI, Express, Next.js, Django, React, Vue, static). Patches source files (port binding to $PORT, adds /health endpoint, production CORS). Generates platform config…

7 4mo ago A 195 tokens

vibe-design-md

09

aakashdhar/vibe-skill

Skill Claude CodeCodex

Generates a DESIGN.md file for any website URL or fetches a pre-built one from the awesome-design-md collection (55+ sites). DESIGN.md captures the complete design system of a real product — exact hex/oklch values, font families, spacing scales, shadow formulas, component states, do's and don'ts — in a format…

7 4mo ago A 202 tokens

vibe-design

10

aakashdhar/vibe-skill

Skill Claude CodeCodex

Frontend design workflow that produces non-generic, editorial-quality UI. Immediately invokes the frontend-design skill for aesthetic direction before any code is written. Enforces a written design contract that is re-read before every single component — not once and forgotten. Creates separate files per page and…

7 4mo ago A 194 tokens

vibe-doctor

11

aakashdhar/vibe-skill

Skill Claude CodeCodex

Environment health check and auto-remediation for vibe- projects. Checks nodemodules vs package.json drift, nested .git directories, Tailwind and shadcn version mismatches, dotenv load order, Vite HMR WebSocket config, husky hook permissions, ESLint config validity, TypeScript path resolution, and missing dependencies…

7 4mo ago C 168 tokens

vibe-document

12

aakashdhar/vibe-skill

Skill Claude CodeCodex

Generates complete documentation for vibe- projects — inline code docs, README.md, CHANGELOG.md, API reference, and component library docs. Scans all source files and documents everything in one session. Triggers on "document:" prefix, "write docs for", "generate documentation", "add JSDoc", "add docstrings"…

7 4mo ago A 167 tokens

vibe-e2e

13

aakashdhar/vibe-skill

Skill Claude CodeCodex

Generates and runs full end-to-end UI tests using Playwright against a live URL. Auto-installs Playwright and Chromium if not present — isolated in e2e/ folder, never pollutes app dependencies. Reads SPEC.md and FEATURES.md to automatically generate test flows covering every critical user journey. Runs tests with…

7 4mo ago A 163 tokens

vibe-fix-bug

14

aakashdhar/vibe-skill

Skill Claude CodeCodex

Full spec-driven workflow for diagnosing and fixing a bug with an AI coding agent. Triggers on "bug:" prefix, "I have a bug", "something is broken", "this is not working", "fix this issue", "there is a bug in", "debug this", "broken", "issue". Always use when the user reports unexpected behaviour — even without the…

7 4mo ago A 185 tokens

vibe-graph

15

aakashdhar/vibe-skill

Skill Claude CodeCodex

Dual-layer dependency graph for vibe- projects. No external packages. DEPENDENCYGRAPH.json maps file-level relationships with confidence tagging: EXTRACTED (verified from source, confidence 1.0), INFERRED (derived from specs/patterns, 0.6–0.95), AMBIGUOUS (flagged for review). Rationale nodes capture WHY, HACK…

7 4mo ago A 236 tokens

vibe-handoff

16

aakashdhar/vibe-skill

Skill Claude CodeCodex

Generates complete handoff packages for every transition scenario in a vibe- project. Five modes: client (project completion), milestone (phase sign-off), dev (new developer onboarding), internal (team handoff between BetaCraft developers), maintenance (handing to client's own dev team). Each mode produces markdown…

7 4mo ago A 194 tokens

vibe-init

17

aakashdhar/vibe-skill

Skill Claude CodeCodex

Onboards an existing or legacy codebase into the vibe- skills framework. Reads actual source files, infers architecture and patterns, generates the full vibe/ folder so vibe-add-feature, vibe-fix-bug, vibe-review, and all vibe- skills work immediately. Triggers on "vibe-init", "onboard this project", "init the vibe…

7 4mo ago A 225 tokens

vibe-ledger

18

aakashdhar/vibe-skill

Skill Claude CodeCodex

Generates a full project cost report as a self-contained HTML file from vibe/cost/history.json. Opens automatically in the browser. Tracks spend per session, per task, per phase, and per day. Shows task size breakdown (S/M/L avg costs), session burn with dot indicators, token composition, efficiency metrics, waste…

7 4mo ago A 168 tokens

vibe-mode

19

aakashdhar/vibe-skill

Skill Claude CodeCodex

Sets the execution mode for the vibe- framework — manual or autonomous. In manual mode: waits for "next" between tasks, waits for "review:" after phases. In autonomous mode: executes all tasks automatically, uses subagents for independent tasks in parallel, auto-runs review after each phase, only stops on P0 findings…

7 4mo ago A 169 tokens

vibe-new-app

20

aakashdhar/vibe-skill

Skill Claude CodeCodex

Full spec-driven setup workflow for building a brand new app from scratch with an AI coding agent. Triggers on "new:" prefix, "I want to build a new app", "starting a new project", "help me spec out a new app", "new project". Always use when the user is starting a greenfield project — even without the exact prefix.…

7 4mo ago A 207 tokens

vibe-parallel

21

aakashdhar/vibe-skill

Skill Claude CodeCodex

Parallel task execution using Claude Code subagents. Reads task files, builds dependency waves, detects file conflicts AND read-write conflicts, and spawns tasks as parallel subagents. Size-aware wave splitting unlocks downstream tasks early when large tasks are in the same wave as small ones. If vibe-graph is…

7 4mo ago A 206 tokens

vibe-perf

22

aakashdhar/vibe-skill

Skill Claude CodeCodex

Full-stack performance audit for vibe- projects — frontend, backend, agentic pipelines, and infrastructure. Measures, scores, compares against previous runs, and writes approved fixes automatically. Triggers on "perf:" prefix, "performance audit", "this is slow", "optimize performance", "Lighthouse score", "bundle…

7 4mo ago A 165 tokens

vibe-progress

23

aakashdhar/vibe-skill

Skill Claude CodeCodex

Displays a live ASCII progress dashboard for the current vibe project. Triggers on "/vibe-progress", "progress:", "show progress", "how far along are we". Reads vibe/TASKS.md and git log to render a clean dashboard. Shows overall progress, phase gate status, active work, completed features, active bugs, backlog items…

7 4mo ago A 95 tokens

vibe-review

24

aakashdhar/vibe-skill

Skill Claude CodeCodex

Evidence-based code review skill — mandatory gate after every phase completes. Triggers on "review:" prefix, "review the code", "code review", "audit the codebase", "check code quality", "review phase N", "is the code ready", "quality check". Mandatory gate: Phase N cannot proceed to Phase N+1 without review passing…

7 4mo ago A 151 tokens