Agent Skill
2/7/2026builder-loop
End-to-end closed-loop build flow (brief -> plan -> forge skills -> execute -> validate). Use when you want a repeatable build loop that improves itself by forging reusable skills over time.
Z
zakelfassi
5GitHub Stars
1Views
npx skills add zakelfassi/Forgeloop-kit
SKILL.md
| Name | builder-loop |
| Description | End-to-end closed-loop build flow (brief -> plan -> forge skills -> execute -> validate). Use when you want a repeatable build loop that improves itself by forging reusable skills over time. |
name: builder-loop description: "End-to-end closed-loop build flow (brief -> plan -> forge skills -> execute -> validate). Use when you want a repeatable build loop that improves itself by forging reusable skills over time."
Builder Loop
Composition
project-architect-> write/update the plan (tasks + acceptance + runbook).skillforge-> create the minimal project skills needed to execute repeatedly (underskills/<type>/<name>/).- Sync skills for the active agent (
./forgeloop/bin/sync-skills.sh). completion-director-> execute one unit of work, validate, repeat.
Output
- Updated plan artifacts (
IMPLEMENTATION_PLAN.md/prd.json) - Forged project skills under
skills/*/*/(kit ships its own base skills underforgeloop/skills/) - A working codebase that passes checks
Skills Info
Original Name:builder-loopAuthor:zakelfassi
Download