Two tiny Claude Code skills that fixed my two biggest agent problems A developer at dualform labs released two open-source skills for Claude Code that address common agent failures: spec, which forces upfront clarification of ambiguous tasks, and review-audit, which performs a read-only audit across six axes with evidence. Both are single prompt files under Apache-2.0 with no dependencies. Two open-source skills for Claude Code. Each is a single prompt file, Apache-2.0, no dependencies. Repos at the bottom. Working with a coding agent, I kept hitting the same two failure modes. Not "the model can't write code" — it writes code fine. The failures were upstream and downstream of the code: the agent guessing on an ambiguous task , and me trusting a review that hadn't actually checked anything. So I built one small skill for each. Here's what they do and why they're shaped the way they are. Hand a vague task to an agent and you watch the same thing happen. It guesses. It drifts. It quietly makes a call you'd have made differently — and you find out after the code is written, when changing your mind is expensive. The cost isn't the typing. It's the rework. spec moves the decisions to the front. You run /spec