code-implementer

Implement code steps from a validated plan with lint and type checks.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/elsolal/Skillz-Claude --skill code-implementer-elsolal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-implementer
Source: https://github.com/elsolal/Skillz-Claude/tree/main/.claude/skills/code-implementer
Command: npx skills add https://github.com/elsolal/Skillz-Claude --skill code-implementer-elsolal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables precise, plan-driven code implementation by ensuring developers follow a validated plan, coding standards, and automated checks.

Core Features & Use Cases

  • Follow a validated plan to implement code with discipline and traceability.
  • Enforce project conventions and lint/type checks after each step.
  • Coordinate tasks via an implementation plan to progress to validation.

Quick Start

  • Load the validated plan and coding standards (CLAUDE.md or project-context.md if present).
  • Identify the current step of the plan and prepare impacted files.
  • Implement the code for the step, then run lint and typecheck, and show the diff for review.

Frequently Asked Questions about code-implementer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement code exactly per a validated development plan?

Plan-driven development enforces coding standards by applying linting and type checks after each implementation step, ensuring traceability and preventing progression to validation until the current step meets project conventions.

Does plan-driven implementation work without a pre-existing task plan?

Yes, you can use this with standard project context files like CLAUDE.md or project-context.md. You load these files alongside the validated plan to apply project conventions and coding standards during implementation.

What is the best way to enforce lint and typecheck during step-by-step coding?

This approach differs from ad-hoc coding by enforcing strict task tracking and traceability. It requires a validated plan upfront and halts progression to validation until lint, typecheck, and convention checks pass for each step.

When should I not use a plan-driven code implementation approach?

Run lint and typecheck after completing each individual step of the implementation plan. You must resolve any convention violations and show the resulting diff for review before progressing to the validation phase.