vibe-coding

Structure AI-assisted coding projects with modular organization and testing guidelines.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/cch96/claude-plugins --skill vibe-coding-cch96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-coding
Source: https://github.com/cch96/claude-plugins/tree/main/plugins/vibe-coding/skills/vibe-coding
Command: npx skills add https://github.com/cch96/claude-plugins --skill vibe-coding-cch96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI-assisted coding often produces outputs that are hard to review due to dense logic, unclear structure, and inconsistent testing. This Skill provides clear guidelines for code organization, context management, collaboration workflows, and testing.

Core Features & Use Cases

  • Architecture & organization: Encourages small, focused modules, single responsibility, and clear export boundaries.
  • Context management: Recommends keeping files under 500 lines, isolating tasks with sub-agents, and regular pruning.
  • Collaborative workflows: Defines a step-by-step development process with AI-assisted reviews and human verification.
  • Testing strategy: Suggests mock strategies and test-driven approaches to ensure reliability.

Quick Start

Start a new coding project with vibe-coding instructions to structure modules, add tests, and establish a simple review process.