StepzeroLab

9 mods across 1 repository, 42 stars between them.

StepzeroLab/research-git

Instructions file

Instructions for StepzeroLab/research-git, covering claude.md, what this is, commands, architecture and store layer (src/rgit/store/).

42 25d ago A 1,244 tokens original MIT

research-git

03

StepzeroLab/research-git

Plugin Claude Code

A memory system for the code you're exploring: capture each idea as a semantic Feature Capsule, recall it, and regenerate it onto today's codebase. Segmentation/regeneration run on natively-dispatched subagents (your subscription) — no pay-per-use API. MCP serves the graph read-only for sharing.

42 25d ago A tokens not measured original MIT

capsule-regenerator

04

StepzeroLab/research-git

Agent

Regenerates a recalled Feature Capsule onto the CURRENT codebase. Given a regeneration brief (the capsule's intent/knobs/data-assumptions/resurrection guide + the live source of the regions it touches), it re-implements the feature into today's code — adapting to refactors — and leaves a reviewable diff. It never runs…

42 25d ago A 93 tokens original MIT

capsule-segmenter

05

StepzeroLab/research-git

Agent

Segments a raw git diff into clean, high-quality Feature Capsules. Separates real features from infrastructure noise, and for each feature writes intent, knobs, assumptions, and an operational resurrection guide. This is the "Phase 2" semantic step that replaces the free heuristic segmenter — it runs on the host…

42 25d ago A 76 tokens original MIT

edge-judge

06

StepzeroLab/research-git

Agent

Judges graph edges between Feature Capsules. Two jobs: (1) confirm or reject candidate dependson edges that the deterministic engine over-produced from name overlap; (2) classify each baseline overlaps pair (capsules touching the same code region) into a more precise relationship. Runs on the host session's…

42 25d ago A 74 tokens original MIT

rgit-capture

07

StepzeroLab/research-git

Skill Claude CodeCodex

Use when the research-git proposal queue is non-empty (rgit pending) — after an rgit run, a commit, or the watch daemon leaves open proposals, or when the user wants to segment, capture, or save recent changes. Invoke proactively without being asked; unsegmented proposals cannot be recalled or queried.

42 25d ago A 71 tokens original MIT

rgit-digest

08

StepzeroLab/research-git

Skill Claude CodeCodex

Use when a research-git digest queue has pending units (rgit digest status) — after rgit init staged a history-digestion plan, or when the user asks to backfill, digest, or import git history into capsules. Batches run on the host session's subscription and progress is resumable, so partial sessions are fine.

42 25d ago A 76 tokens original MIT

rgit-recall

09

StepzeroLab/research-git

Skill Claude CodeCodex

Use when the user wants to recall, resurrect, bring back, or re-apply a previously captured feature/idea onto today's codebase (e.g. "bring back the re-ranking retrieval step").

42 25d ago A 45 tokens original MIT