research-git
01Plugin Claude Code
Plugin marketplace listing 1 plugin: research-git.
Plugin Claude Code
Plugin marketplace listing 1 plugin: research-git.
Instructions file
Instructions for StepzeroLab/research-git, covering claude.md, what this is, commands, architecture and store layer (src/rgit/store/).
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.
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…
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…
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…
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.
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.
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").