kayba-aikayba-aiOfficialยท1 Agent Skills Included

recursive-improve

Self-improving agent pipelines from execution trace analysis

Captures every LLM call your agent makes and turns execution traces into concrete code and prompt fixes. Finds failure patterns, loops, and errors automatically, then benchmarks each change so only real improvements survive. Runs an autonomous overnight loop that improves, evaluates, and keeps or reverts changes without manual review.
npx skills add kayba-ai/recursive-improve --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install recursive-improve?โ–ผ

Run `npx skills add kayba-ai/recursive-improve --all -g -y` in your terminal to install all skills in this suite globally.

How to make my AI agent improve itself?โ–ผ

Add two lines of tracing code to capture your agent's runs, then invoke the /recursive-improve skill. It analyzes the traces, finds failure patterns, and applies targeted code and prompt fixes on a separate branch.

Can my agent improve overnight without supervision?โ–ผ

Yes. The /ratchet skill runs an autonomous loop that improves your agent, evaluates the results, and keeps or reverts each change. You review a summary of what improved when you return.

Does recursive-improve work with Claude Code and Codex?โ–ผ

Yes. The skills run directly inside Claude Code or Codex, and the tracing library captures calls from OpenAI, Anthropic, and LiteLLM clients automatically.

How do I know if the improvements actually worked?โ–ผ

Run the /benchmark skill to measure metric quality before and after each change. The dashboard visualizes every improvement cycle with before-and-after metrics so you can merge wins and discard regressions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’