AI AGENT ADDONS
AI & Agent Building
2,317installs

You give this skill a detailed specification file called SPEC.md. It reads the plan and works through each task one by one. It writes the code and then runs tests to make sure everything works.

If a test fails, the skill does not simply guess a fix. Instead it figures out what went wrong. It can update the specification to prevent the same mistake from happening again.

This skill is helpful for building software from clear instructions. It guarantees that every task is verified before moving on to the next one. The result is reliable code built step by step.

Add Build skill to your workflow

Global

mkdir -p ~/.claude/skills/build

Project

mkdir -p .claude/skills/build

Source Repository

Stars
1,064
Forks
75
Watchers
1,064
License
MIT
Last Push
1 month ago
Created
5 months ago