RasputinKaiser

37 mods across 1 repository, 6 stars between them.

sips-homebase

03

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.

6 4d ago A tokens not measured original MIT

escalate

04

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.

6 4d ago A 37 tokens original MIT

fan-out

05

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.

6 4d ago A 53 tokens original MIT

memory-curator

06

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.

6 4d ago A 35 tokens original MIT

test-author

08

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.

6 4d ago A 30 tokens original MIT

brainstorm

09

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).

6 4d ago A 39 tokens original MIT

fan-out

12

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).

6 4d ago A 57 tokens original MIT

goal

13

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.

6 4d ago A 56 tokens original MIT

retro

17

RasputinKaiser/Self-Improvement-Plugin

Command

Run an evidence-gated retrospective, capture reusable SIPS lessons with provenance, and leave one clear next action.

6 4d ago A 22 tokens original MIT

selfloop

18

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.

6 4d ago A 29 tokens original MIT

PreToolUse

21

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.

6 4d ago A tokens not measured original MIT

PostToolUse

22

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.

6 4d ago A tokens not measured original MIT

SessionStart

23

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.

6 4d ago A tokens not measured original MIT

UserPromptSubmit

24

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.

6 4d ago A tokens not measured original MIT