AI AGENT ADDONS

This skill helps an AI agent take one issue and turn it into working code. The agent writes a failing test first, then makes it pass, and finally cleans up the code. Each step is saved as a separate commit. The agent also closes the issue automatically.

Anyone who wants a task done from start to finish can use it. The agent picks an issue, implements it, runs tests, and completes the work. Everything is done in the correct order so the code is reliable.

The skill works with tracked issues or ad-hoc tasks. It follows a strict test-first discipline. This means every change is backed by a proper test. The result is code that works and a closed issue.

Add Implement skill to your workflow

Global

mkdir -p ~/.claude/skills/implement

Project

mkdir -p .claude/skills/implement

Source Repository

Stars
400
Forks
40
Watchers
400
License
NOASSERTION
Last Push
23 days ago
Created
8 months ago