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.
$npx -y skills add noobnooc/agent --skill wtfInstalls into the current project.
Run `npx skills use "https://github.com/noobnooc/agent" --skill "noobnooc/agent/wtf"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/noobnooc/agent" that are relevant to the current task. Run `npx skills add "https://github.com/noobnooc/agent"` and select the relevant skills, then follow their instructions.