code

Installation
SKILL.md

task = $ARGUMENTS

Implement the plan and ensure quality gates pass. Follow all coding standards from CLAUDE.md — this skill adds execution discipline on top.

Before Starting

Read the plan or task description fully. If any part is unclear or missing context, stop and ask — implementing against ambiguous requirements produces code that needs rework, which costs more than a clarifying question.

Execution

Work incrementally: implement a step, verify it works, commit as a save point, then move on. This matters because a failing change on top of 5 uncommitted steps is much harder to debug than a failing change on top of a clean commit.

Before calling it done, check for:

  • Completeness: no TODOs, FIXMEs, stubs, or incomplete implementations
  • Correctness: handles all requirements from the plan
  • Silent fallbacks: no default/fallback values inserted to silence type errors — fix the actual type or data issue

Error Recovery

Installs
1
GitHub Stars
9
First Seen
Mar 12, 2026
code — jhostalek/dotclaude