hiphapis

10 mods across 1 repository, 3 stars between them.

loopcraft

01

hiphapis/loopcraft

Plugin Claude Code

Loop engineering plugin for Claude Code — memory that survives sessions, self-correction loops, failure distillation.

3 1mo ago A tokens not measured

loopcraft

02

hiphapis/loopcraft

Plugin Claude Code

Loop engineering for Claude Code — rubric+verifier self-correction, 5-stage memory protocol (fail→investigate→verify→distill→consult), autonomous backlog runner with pluggable sources (file/GitHub/Jira) and write-back.

3 1mo ago A tokens not measured

verifier

03

hiphapis/loopcraft

Agent

Independent grader for loopcraft loop-tasks. Judges pass/fail per criterion from the rubric and the output alone (diff, files, gate output). Never receives the maker's reasoning or conversation. Read-only — makes no changes.

3 1mo ago A 49 tokens

SessionStart

04

hiphapis/loopcraft

Hook

Runs when a session starts, executing session-start.sh via bash. From hiphapis/loopcraft.

3 1mo ago A tokens not measured

Stop

05

hiphapis/loopcraft

Hook

Runs when the agent finishes a response, executing stop-gate.sh via bash. From hiphapis/loopcraft.

3 1mo ago A tokens not measured

PreCompact

06

hiphapis/loopcraft

Hook

Runs before the context is compacted, executing pre-compact.sh via bash. From hiphapis/loopcraft.

3 1mo ago A tokens not measured

distill

07

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

08

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

09

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

10

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