sips-local
01RasputinKaiser/Self-Improvement-Plugin
Plugin Claude Code
Local marketplace for the SIPS self-improvement harness.
RasputinKaiser/Self-Improvement-Plugin
Plugin Claude Code
Local marketplace for the SIPS self-improvement harness.
RasputinKaiser/Self-Improvement-Plugin
Plugin Claude Code
SIPS graph runtime and home-base for bounded task execution, memory fabric recall, verification, delegation, and lifecycle automation.
RasputinKaiser/Self-Improvement-Plugin
MCP server Claude CodeCodexCursor +2
MCP server "sips-homebase" as configured in RasputinKaiser/Self-Improvement-Plugin. Runs ./scripts/harness_homebase_mcp.py with python3. Needs 1 environment variable to run.
RasputinKaiser/Self-Improvement-Plugin
Agent
Solve one bounded subtask the main thread is stuck on, in a fresh context. Returns a plan, a minimal diff, and a one-line lesson to record.
RasputinKaiser/Self-Improvement-Plugin
Agent
Solve one slice of a decomposable task independently. Other fan-out agents may be working on other slices in parallel. Coordinate via the shared HANDOFF.md file the main thread wrote; return your slice, a minimal diff, and a one-line lesson.
RasputinKaiser/Self-Improvement-Plugin
Agent
Dedupe near-identical Memory Fabric records, promote repeated work-tier entries to learning-tier, and expire stale low-confidence ones. Keeps recall signal high.
RasputinKaiser/Self-Improvement-Plugin
Agent
Cheap parallel codebase recon — find files, map call sites, summarize a module. Fan many of these.
RasputinKaiser/Self-Improvement-Plugin
Agent
Given an untested script, write the missing runtests.py regression case that would have caught a known failure or covers its public surface.
RasputinKaiser/Self-Improvement-Plugin
Command
Survey current capabilities, identify gaps, dispatch the escalate agent to draft a concrete build plan for the top gap. Proactive — the complement to /improve (which is reactive).
RasputinKaiser/Self-Improvement-Plugin
Command
Snapshot the harness and write a continuity packet. Safe point before risky work.
RasputinKaiser/Self-Improvement-Plugin
Command
Force-route the next bounded step to the frontier (claude-opus) escalation agent.
RasputinKaiser/Self-Improvement-Plugin
Command
Decompose a parent task into parallel slices and dispatch one fan-out agent per slice. Each slice runs in its own slice directory with a HANDOFF.md describing the parent and its scope. Use /fan-out "parent objective" with slice descriptions as args (semicolon-separated).
RasputinKaiser/Self-Improvement-Plugin
Command
Set a goal and enter the RALPH loop — keep working autonomously until the goal is genuinely done or the user stops you. Use /goal "objective" to start, /goal status to check, /goal complete to finish, /goal clear to stop.
RasputinKaiser/Self-Improvement-Plugin
Command
Run a self-correction sweep and act on the top recommendation. Closes the loop on demand.
RasputinKaiser/Self-Improvement-Plugin
Command
Show the full agentpatterns report — success rate, approach→outcome correlation, top patterns.
RasputinKaiser/Self-Improvement-Plugin
Command
Tier-aware Memory Fabric search for the current scope. Prints ranked prior lessons.
RasputinKaiser/Self-Improvement-Plugin
Command
Run an evidence-gated retrospective, capture reusable SIPS lessons with provenance, and leave one clear next action.
RasputinKaiser/Self-Improvement-Plugin
Command
Start or control a persistent SIPS loop whose only objective is improving SIPS and the agent operating it through measured, verified iterations.
RasputinKaiser/Self-Improvement-Plugin
Command
Hand-record a lesson into Memory Fabric (learning tier, high confidence) so it is recalled later.
RasputinKaiser/Self-Improvement-Plugin
Command
Run runtests.py + scriptsmoke on touched files. If a coverage gap is found, offer test-author.
RasputinKaiser/Self-Improvement-Plugin
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, Bash and apply_patch tool calls, executing hook_event_tap.py via python3 with --event and --script (3 commands). From RasputinKaiser/Self-Improvement-Plugin.
RasputinKaiser/Self-Improvement-Plugin
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing hook_event_tap.py via python3 with --event and --script (4 commands). From RasputinKaiser/Self-Improvement-Plugin.
RasputinKaiser/Self-Improvement-Plugin
Hook
Runs when a session starts on startup, resume, clear and compact, executing hook_event_tap.py via python3 with --event, --script and --brief (5 commands). From RasputinKaiser/Self-Improvement-Plugin.
RasputinKaiser/Self-Improvement-Plugin
Hook
Runs when you submit a prompt, before the agent sees it, executing hook_event_tap.py via python3 with --event and --script (2 commands). From RasputinKaiser/Self-Improvement-Plugin.