
Teknologist Plugins
- 11 repo stars
- Updated May 27, 2026
- teknologist/claude-ralph-wiggum-pro
teknologist-plugins is a Claude Code marketplace that ships Ralph Wiggum Pro so developers can run self-referential Stop-hook iteration loops until a completion-promise tag is emitted.
About
teknologist-plugins is the Claude Code marketplace for teknologist/claude-ralph-wiggum-pro, distributing the ralph-wiggum-pro plugin for iterative AI development loops. Add it with /plugin marketplace add https://github.com/teknologist/claude-ralph-wiggum-pro.git, then install ralph-wiggum-pro@teknologist-plugins. The plugin implements Ralph Wiggum-style self-referential loops where a Stop hook re-prompts Claude until a <promise> completion tag appears, with session isolation, ralph-stats history, and an optional ralph-dashboard web UI. The upstream README notes the project is abandoned in favor of Pi Coding Agent, so evaluate maintenance risk before adopting. Reach for this marketplace when you specifically need the teknologist fork's dashboard, transcript, and multi-session enhancements over the base Ralph plugin.
- Distributes ralph-wiggum-pro iterative Stop-hook agent loops
- Install via /plugin install ralph-wiggum-pro@teknologist-plugins
- Includes ralph-dashboard web UI for loop monitoring and cancel
- PPID-based multi-session loop isolation under ~/.claude/ralph-wiggum-pro/
- Fork extends Anthropic ralph-wiggum with transcripts and checklists
Teknologist Plugins by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add teknologist/claude-ralph-wiggum-proAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 11 |
|---|---|
| Last updated | May 27, 2026 |
| Repository | teknologist/claude-ralph-wiggum-pro ↗ |
How do you run iterative Claude Code agent loops automatically?
Add teknologist marketplace; install ralph-wiggum-pro@teknologist-plugins for Stop-hook iterative agent loops and dashboard.
Who is it for?
Developers running Claude Code who need autonomous, test-verified iteration on well-scoped tasks with explicit completion-promise criteria.
Skip if: One-shot edits, tasks needing human design judgment, or production debugging where targeted investigation beats open-ended looping.
What you get
Completed iterative task, loop state files under `~/.claude/ralph-wiggum-pro/`, JSONL session logs, iteration transcripts, and optional dashboard statistics.
- completed iterative code changes
- JSONL session logs
- iteration transcripts
By the numbers
- Ships 4 slash commands for loop start, list, cancel, and stats
- Web dashboard defaults to port 3847 via bunx ralph-dashboard
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Pick Ralph Wiggum Pro when Claude Code should self-iterate inside one session; use external bash orchestrators when you need multi-repo or non-Claude runners.
FAQ
How does Ralph Wiggum Pro create iteration loops?
Ralph Wiggum Pro uses a Claude Code Stop hook that blocks session exit unless the configured completion promise appears inside `<promise>` tags, then re-feeds the same prompt for the next pass.
Where does Ralph Wiggum Pro store loop state?
Ralph Wiggum Pro stores loops, logs, sessions, and transcripts under `~/.claude/ralph-wiggum-pro/`, including JSONL session history at `logs/sessions.jsonl`.
Which slash commands ship with Ralph Wiggum Pro?
Ralph Wiggum Pro provides ralph-loop, list-ralph-loops, cancel-ralph, and ralph-stats commands for starting, listing, cancelling, and reviewing loop sessions.