cleanup-vibes

Transform a vibecoded project into a properly structured, deployment-ready codebase with secrets extracted and organized folders

Content Preview
---
name: cleanup-vibes
description: Transform a vibecoded project into a properly structured, deployment-ready codebase with secrets extracted and organized folders
---

<objective>
Transform a vibecoded project into a clean, deployment-ready codebase. Vibecoded projects typically have hardcoded API keys, flat/disorganized folder structures, no .env files, and no documentation.

This command detects the project type (TypeScript, Python, or hybrid TS frontend + Python backend), reorganizes the f
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/cleanup-vibes.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/dev/cleanup-vibes.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/dev/cleanup-vibes.md

Related Skills