Directory · Claude Skills

Better Codex

noobnooc/agent

Behavioral guardrails for Codex coding work based on common user complaints. Use when Codex is asked to implement, modify, debug, review, test, or operate on a codebase and should avoid unsafe scope expansion, stale edits, fake completion, brittle edits, shallow debugging, superficial patch-on fixes, one-off special-case code, short-term design choices that hurt maintainability, blindly following incorrect user assumptions, poor dependency choices, generic product or UI output, over-mocked tests, noisy approvals, verbose status reports, or leaking internal reasoning into project artifacts or u...

★ 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/better-codex ~/.claude/skills/better-codex
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
wtf

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 comm...