πŸ”Œ

rsi-loop

πŸ”ŒPlugin

cajias/claude-skills

VibeIndex|
What it does
|

AIDEΒ²-style recursive self-improvement loop: an outer agent iteratively rewrites an inner tree-search research agent, keeping a rewrite only when it beats the incumbent on private held-out scores under a fixed budget across an optimization / ML-engineering / harness-engineering battery. Standalone /rsi:autoresearch solves tasks by tree search; /rsi:init + /rsi:step + /rsi:run drive the outer loop.

πŸͺ

Part of

cajias/claude-skills

Installation

Add marketplace in Claude Code:
/plugin marketplace add cajias/claude-skills
Step 2. Install plugin:
/plugin install rsi-loop@claude-skills
0
-
AddedJul 22, 2026

More from this repository10

πŸ”Œ
iterm-utilsπŸ”ŒPlugin

iTerm2 utilities for Claude Code β€” pane and session management.

πŸ”Œ
dev-processπŸ”ŒPlugin

Design-and-build process skills: layered design docs, C4 architecture artifacts, Diataxis documentation, README authoring, a milestone execution harness, positive-framing spec guidance, and a schema drift playbook.

πŸ”Œ
ai-writingπŸ”ŒPlugin

AI-writing toolkit: detect and humanize AI-generated text, including a multi-agent humanizer Workflow over a 15+ category pattern database.

πŸ”Œ
md-to-pdfπŸ”ŒPlugin

Convert markdown directories to PDF with Mermaid diagram rendering.

πŸ”Œ
ci-buildπŸ”ŒPlugin

Hard-won gotchas from CI pipelines and build environments: GitHub Actions, Copilot CLI headless runs, cron block generation, Docker on Apple Silicon, and TypeScript monorepo scaffolding.

πŸͺ
cajias/claude-skillsπŸͺMarketplace

A collection of skills to expand Claude's capabilities

πŸ”Œ
iterm-job-controllerπŸ”ŒPlugin

iTerm2 terminal job dispatcher and session controller β€” manages terminal sessions, dispatches jobs, and monitors their progress.

πŸ”Œ
integrationsπŸ”ŒPlugin

Operational gotchas and references for third-party integrations driven from Claude Code β€” Cloudflare Workers, Grafana, Notion, OpenPencil, Playwright, and MCP file transport.

πŸ”Œ
obsidian-memoryπŸ”ŒPlugin

Persistent memory system using Obsidian vault. Teaches Claude when/how to use Obsidian for storing decisions, learnings, workflow facts, and retrieving context.

πŸ”Œ
python-toolingπŸ”ŒPlugin

Hard-won gotchas from the Python toolchain: importlib class identity, pip/PyPI name collisions, mock.patch.object vs __slots__, ruff on notebooks, and uv in fresh worktrees.