This directory contains Codex agent skills maintained in this repository. Each skill lives in its own folder with a SKILL.md file that defines when the skill should be used and what behavior it adds.
| Skill | Summary |
|---|---|
wtf |
Adds a pre-launch/pre-commit audit for vibe coding projects: project structure, secret/env hygiene, tracked caches/artifacts, database migrations, ORM/schema drift, deploy footguns, and dead legacy code. |
better-codex |
Adds coding-work guardrails for Codex: request validation, tighter scope control, safer file edits, dependency selection, general quality-first implementation, long-term maintainability, root-cause debugging, product/interface polish, meaningful tests, concise progress updates, and protection against leaking internal reasoning into project artifacts or UI. |