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.
9 tagged solid, measured the same way as everything else here.
Browse within: clean-code 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.
mcsee/Software-Design-Articles
Skill Claude CodeCodex
Validates foo syntax: DECLARE, arrays, nested arrays, function calls, loops.
Skill Claude CodeCodex
Guides manual dependency injection wiring for Go services: three-tier naming taxonomy (Provide/MustProvide/Must), Must-pattern entrypoints, OS-signal-driven context lifecycle, common provider structs, infrastructure must-builders, interface-segregated bus registration, decorator/tracing wrappers, and…