Skill Claude CodeCodex
A method for breaking a software requirement into small tasks that can each be completed, tested, merged, and undone independently.
Skill Claude CodeCodex
A method for breaking a software requirement into small tasks that can each be completed, tested, merged, and undone independently.
Skill Claude CodeCodex
A guide for writing tests that check observable behaviour rather than the code's internal structure. Tests are repeatable checks that confirm software still gives the expected result after changes.
Skill Claude CodeCodex
A development practice for checking that code really works before calling it finished. It uses tests, type checks, and real runs of the target scenario where available.
Skill Claude CodeCodex
A template for defining a coding-agent skill, including its title, trigger situations, overview, workflow, common mistakes, and optional references.