When tooling is broken, fix or find the canonical path rather than routing around it ad hoc; extend the module that owns the concern.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Kalabint/ChatGPT-Primer --skill solve-root-not-workaround --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Solve Root Not Workaround?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kalabint-solve-root-not-workaround)More formats (shields.io, HTML) on the badges page.
---
name: solve-root-not-workaround
description: When tooling is broken, fix or find the canonical path rather than routing around it ad hoc; extend the module that owns the concern.
---
# Solve the root, not a workaround
An ad hoc bypass of broken tooling leaves the breakage in place for the next person and scatters the fix across call sites. The frustration of a broken tool is not time pressure; there is room to do it properly.
**Why:** workarounds accumulate into a second, undocumented system that no one owns.
**How to apply:** locate the component that owns the concern and fix it there, or ask for the canonical fixed tool. Prefer extending an existing owner over adding a parallel mechanism beside it.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!