hiphapis/loopcraft

Loop engineering plugin for Claude Code — persistent memory vault, self-correction hooks, and a 5-stage failure-to-knowledge distillation protocol. Self-improvement as a system, not a model.

3Stars on the repository
10Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

distill

01

hiphapis/loopcraft

Skill Claude CodeCodex

When there's a failure, bug, unexpected behavior, or important finding, distills it into a verified general rule saved under .loop/memory/. Invoke right after resolving a gate (test/typecheck) failure, right after fixing a verifier-graded fail, or right after pinning down a cause through debugging. Exclude failures…

3 1mo ago A 80 tokens

loop-init

02

hiphapis/loopcraft

Skill Claude CodeCodex

Onboards loopcraft into a project — scans the repo to detect gate commands, confirms the backlog and rubrics through an interview, then scaffolds the .loop/ structure. Run once per project, or when refreshing the config.

3 1mo ago A 49 tokens

loop-run

03

hiphapis/loopcraft

Skill Claude CodeCodex

Traverses the backlog unattended, applying the loop-task cycle (rubric · verifier · gate · Loop-Verified commit) to each item. Invoke only when the user explicitly starts an autonomous batch run — for individual work, use loop-task directly.

3 1mo ago A 52 tokens

loop-task

04

hiphapis/loopcraft

Skill Claude CodeCodex

Runs non-trivial implementation/fix work that needs a verifiable output through a rubric + independent verifier grading cycle. Invoke before starting code/docs work. Not for simple questions, exploration, or one-line fixes.

3 1mo ago A 45 tokens