Skill Claude CodeCodex
Use when performing a behavior-preserving architectural cleanup or refactor on a codebase and you need strict guardrails against changing functionality, building a framework, or rewriting tests to fit the new design.
10 tagged yagni, measured the same way as everything else here.
Browse within: architecture 5
Skill Claude CodeCodex
Use when performing a behavior-preserving architectural cleanup or refactor on a codebase and you need strict guardrails against changing functionality, building a framework, or rewriting tests to fit the new design.
Skill Claude CodeCodex
Researches external technical evidence for a decision using source-quality assessment, claim-level citations, contradiction checks, evidence-sufficiency gates, and bounded validation. Use when the user invokes /glasses:homework, asks Homework to research a technical choice, requests deep or thesis-grade technical…
Skill Claude CodeCodex
Challenges implementation plans before code exists, then keeps implementation inside the evidence-backed plan while preserving mandatory quality. Use automatically when planning or implementing a coding task, ADR, technical design, service boundary, data model, dependency strategy, or architecture; use manually when…
Skill Claude CodeCodex
Runs a bounded evidence conversation over an existing implementation, asks one decision-changing question at a time, presents correction options, and applies the accepted correction plan once. Use when the user invokes /glasses:pointer, asks Pointer to inspect or correct an implementation, or wants a focused diagnosis…
Skill Claude CodeCodex
Audits a project's manifest for dependencies no source file imports — the reverse of razor's write-time gates (which block NEW dependencies), this finds EXISTING dead weight. Report-only; never edits any file.