Tools

33 tools

Superpowers
Brainstorming, TDD, and subagent-driven development loops.
Plugin
Ralph Loop
Official plugin; a stop-hook re-feeds your prompt until the task is done.
Plugin
Ralph Wiggum Loop
Canonical autonomous loop; fresh context each iteration to avoid context rot.
Harness
ralph-claude-code
Ralph loop with intelligent exit detection.
Harness
TDD Loop
Red-green-refactor loop the agent runs until tests pass.
Plugin
cwc-long-running-agents
Primitives for long-running agents: hooks and a subagent.
Harness
learn-claude-code
A ~30-line nano agent harness; bash is all you need.
Harness
Hermes Agent
Self-improving CLI agent with memory and automated skill creation.
Harness
Codex Goal Mode
OpenAI's built-in autonomous loop — /goal runs until the objective is met.
Built-in
Ralph (PRD loop)
Drives Amp or Claude Code through a PRD task list; learnings persist in AGENTS.md.
Harness
ralph-loop-agent
Continuous autonomy for the Vercel AI SDK, in TypeScript.
Harness
ralph (minimal)
Minimal file-based loop: fresh context, one story per iteration.
Harness
ralph-loop (sandboxed)
Long-running loops in parallel Docker sandboxes.
Harness
The Ralph Playbook
The principles behind Ralph: context, backpressure, oversight.
Config
Awesome Ralph
Curated index of Ralph implementations and writing.
Config
autoresearch
Karpathy's autonomous research loop, released March 2026: give an agent one editable file, a frozen evaluator, and a scalar metric, and it runs a keep-or-revert experiment loop overnight, keeping only changes that beat the best result. The pattern has spread to prompt optimization, kernel tuning, and build-time reduction.
Harness
Claude Code /loop
Claude Code's native scheduler loop (March 2026): describe a task and cadence in plain English and Claude runs it on repeat from your terminal — deploy checks, PR review, continuous tests.
Built-in
claude-review-loop
Cross-agent review loop: Claude Code writes, Codex reviews, hooks manage the lifecycle until the review passes.
Plugin
Autoloop
GitHub Next's metric-driven loop: pick a program, propose a change, evaluate, keep only if the metric improves — all state in human-readable markdown on a memory branch.
Harness
OpenHarness
Open agent harness from HKUDS with a built-in personal agent (Ohmo) — a research-grade foundation for building your own loops.
Harness
autoresearch-skill
Karpathy's autoresearch pattern packaged as an installable skill: define a goal and evaluator and let any LLM agent iterate.
Plugin
Ralph for Gemini CLI
Official Gemini CLI extension for Ralph loops: the agent iterates on a task, self-correcting over multiple turns without manual intervention.
Plugin
Cowork Scheduled Tasks
Cowork's recurring-task engine is the GTM /loop: describe a workflow in plain English and it runs on a daily, weekly, or custom schedule, with file access plus CRM, email, and calendar connectors.
Built-in
Cowork Sales plugin
Anthropic's official sales plugin for Cowork: /call-prep, /pipeline-review, and /forecast commands plus auto-triggering skills for account research, competitive intelligence, and outreach drafting, wired to CRM and Outreach connectors.
Plugin
Cowork Finance plugin
Anthropic's official finance plugin for Cowork: analyze financials, build models, and track key metrics from your files and connectors.
Plugin
Sales Skills Pack
Agent skills for sales, marketing, and GTM: CRM workflows, outbound, enrichment, note-takers, email marketing, influencer marketing, social listening, and directories.
Plugin
SuperSEO Skills
11 SEO skills: page audits, content briefs, article writing, E-E-A-T audits, semantic gap analysis, topic clusters, and link building, with an anti-AI-slop ruleset.
Plugin
GitHub Agentic Workflows
GitHub's continuous-AI loops in CI/CD: scheduled agentic workflows that triage and label issues, update docs, and write reports, defined in markdown with safe outputs.
Built-in
Claude Code /goal
Claude Code's built-in goal loop: unlike /loop (a scheduler), /goal keeps the agent iterating until a verifiable condition holds — the native Ralph pattern with no bash required.
Built-in
iteratr
A long-running agent loop manager that drives OpenCode with auto-approve permissions: the agent executes, edits, and iterates without manual confirmation, supervised across iterations.
Harness
OCLoop
Loop-driven development with OpenCode: executes tasks from PLAN.md iteratively, each iteration in a fresh isolated session — Ralph-style context hygiene for OpenCode.
Harness
Vibe-Trading
A trading-research agent loop from HKUDS: iteration budgets with a wrap-up nudge at 80 percent of budget and a forced final answer, applied to market analysis.
Harness
Cowork Self-Improving Loop
Karpathy's keep-or-revert autoresearch pattern rebuilt in Claude Cowork: a measurable goal, an iteration step, and keep-only-what-improves — no terminal, no code, about 7 minutes to set up.
Config