implement

Orchestrate code implementation workflows from planning through commit.

7|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Nirusan/claude-config --skill implement-nirusan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Nirusan/claude-config/tree/main/skills/implement
Command: npx skills add https://github.com/Nirusan/claude-config --skill implement-nirusan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire process of implementing a development task, from understanding the requirements to committing the code.

Core Features & Use Cases

  • Context Determination: Automatically identifies the relevant feature, plan, and progress files.
  • Task Planning & Execution: Breaks down stories into subtasks and implements them following defined coding conventions.
  • Validation & Review: Ensures code quality through linting, building, testing, and security checks.
  • Progress Tracking: Updates progress files and commits code with descriptive messages.
  • Use Case: When a user wants to add a new feature or fix a bug, they can invoke this skill to manage the entire development lifecycle for that task.

Quick Start

Use the implement skill to start coding on the dark-mode feature.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate the code implementation workflow from planning to git commit?

To automate the code implementation workflow, you need a process that orchestrates context determination, task planning, coding, validation, and committing. This ensures development tasks are implemented following defined coding conventions and tracked via progress files.

What is the best way to manage feature-specific development tasks and track progress?

Managing feature-specific development tasks requires reading from plan and progress files to break down stories into subtasks. This approach tracks implementation status automatically and updates progress files as each coding subtask is completed.

How does code validation fit into a development workflow before a git commit?

Code validation in a development workflow ensures quality before a git commit by executing build and test scripts. This process runs linting and security checks to verify that the implementation meets the required coding standards.

Do I need plan and progress files to start coding on a new feature?

Yes, you need plan and progress files to start coding on a new feature. Context determination automatically identifies these files to break down stories into subtasks, ensuring your development workflow adheres to the defined coding conventions.

Can I execute build and test scripts automatically during task implementation?

Yes, you can execute build and test scripts automatically during task implementation. The validation phase of the coding workflow runs these scripts alongside linting and security checks to ensure code quality before committing.

What are the limitations of orchestrating a complete code implementation workflow?

Orchestrating a complete code implementation workflow requires predefined plan and progress files to function correctly. Without these structured inputs for context determination and task planning, the automated coding, validation, and commit sequence cannot execute properly.