marcoemrich/EXACT-Coding-Exercises

Exercise repo for the EXACT Coding workshop -- Example-guided, AI-Collaborative & Test-driven Development

13Stars on the repository
8Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

end-refactor

01

marcoemrich/EXACT-Coding-Exercises

Skill Claude CodeCodex

Final metric-driven refactoring pass over the whole production tree, using ESLint smells, SonarJS cognitive complexity, McCabe and APP mass to drive one measured change at a time. Invoke when the user explicitly asks for a final cleanup, a quality pass over the finished code, or an end-refactor. Do NOT invoke…

13 13d ago A 85 tokens original MIT

example-mapping

02

marcoemrich/EXACT-Coding-Exercises

Skill Claude CodeCodex

Collaborative Example Mapping session (Matt Wynne) to explore a feature before implementation — discovers rules, concrete examples, open questions and out-of-scope stories through conversation. Invoke when the user explicitly asks for Example Mapping, wants to explore or clarify requirements before coding, or asks to…

13 13d ago A 80 tokens original MIT

tdd

03

marcoemrich/EXACT-Coding-Exercises

Skill Claude CodeCodex

Strict Test-Driven Development workflow (Red-Green-Refactor) with configurable human-in-the-loop checkpoints. Invoke when the user explicitly asks to use TDD, do a TDD kata, or follow the Red-Green-Refactor discipline. Do NOT invoke for general coding tasks where the user has not asked for TDD.

13 13d ago A 70 tokens original MIT