Directory · Claude Skills

Pre-launch and pre-commit audit for vibe coding projects. Use when asked to check whether a project is ready to ship, deploy, merge, or commit, especially for common AI-built app mistakes: broken project structure, committed secrets or cache files, environment variable hygiene, database migrations, ORM/schema drift, unsafe raw SQL, unused legacy code, dead routes/components, weak auth, missing tests, build failures, and deployment footguns.

★ 1,373 Synced 2 weeks ago View SKILL.md

At a glance

Manual install Actively maintained
Install git clone --depth 1 https://github.com/noobnooc/agent cp -r agent/skills/wtf ~/.claude/skills/wtf
Can use Not declared by the author

Setup, runtime and requirements describe noobnooc/agent, the repo this skill ships in.

Also in noobnooc/agent

View the repo

Behavioral guardrails for Codex coding work based on common user complaints. Use when Codex is asked to implement, modify, debug, review, te...