Skill Claude CodeCodex
Quick-reference card for all needless modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /needless-help, "needless help", "what needless commands", "how do I use needless".
Skill Claude CodeCodex
Quick-reference card for all needless modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /needless-help, "needless help", "what needless commands", "how do I use needless".
Skill Claude CodeCodex
Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this…
Skill Claude CodeCodex
Forces the minimal solution that actually works. Every line must justify its existence. Channels a developer who questions whether the task needs to exist at all (YAGNI), reaches for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels…