Resources
Things I publish for others to use — starting with agent skills.
Agent Skills
Battle-tested workflows I use with coding agents, published in ClemannD/skills.
npx skills@latest add ClemannD/skills
full-project-thermo-review
full-project-thermo-reviewRun a thermo-nuclear-grade code quality audit across an entire codebase (not just a diff) by sharding it into domain-scoped chunks and fanning out one parallel sub-agent per shard, each applying the thermo-nuclear-code-quality-review standard. Output is one ticket-ready file per finding (not one file per shard), with real functional bugs split into their own `bugs/` folder, plus an overview that ends by offering to file the findings as tickets in Linear/Jira/GitHub Issues/etc. Use when the user asks for a "full project thermo review", "thermonuclear review of the whole codebase/repo", "audit the whole codebase for code quality", or wants a repo-wide maintainability audit broken into parallel chunks rather than a single-pass review of one diff. Portable — copy this skill folder into any repo; it adapts to whatever codebase it's run in.
ui-variant-prototype
ui-variant-prototypeScaffold temporary multi-layout UI prototypes with persisted variant switching and a floating preview toggle. Use when comparing 2–5 design options for a component, the user asks to try alternatives before picking one, or when building A/B-style layout previews in React apps.
