Works with the AI tools you already use
Optimization-Loop
Autonomous loop that iteratively modifies, evaluates, and selects the best version of any text resource — skills, prompts, or campaigns — using a modify-measure-keep/discard cycle.
Secure checkout via Stripe
See it in action
You say
Customer: John Smith Email: john@example.com API Key: sk-123456789
Your agent does
Customer: [PERSON_1] Email: [EMAIL_1] API Key: [API_KEY_1]
What you get
About this skill
Auto-Optimize is an autonomous optimization loop for text-based resources such as agent skills, prompts, and campaign copy. Inspired by Andrej Karpathy's autoresearch methodology, it applies the same principle that works for training models — modify, measure, keep or discard, repeat — to the domain of text optimization.
The skill operates on files stored in a dedicated targets directory. Each optimization cycle makes exactly one targeted change, evaluates the result using either live metrics or simulated LLM-judge scoring, and logs the outcome to a results file. If the change improves the score, it's kept and becomes the new baseline. If it performs the same or worse, it's discarded via a hard git reset. This ensures the optimization path is always traceable, reversible, and never accumulates unverified changes.
The evaluation method adapts to the target type: skills are scored on task success rate through agent testing, prompts through simulated conversation scoring across multiple criteria, and campaigns through real click and conversion data. When live metrics are unavailable, the skill uses delegate_task with an evaluator LLM to simulate and score conversations based on per-target evaluation criteria.
Key constraints keep the process grounded: only one change per experiment, a simplicity criterion where removing code that performs equally is always kept, no bundling of multiple ideas, and changes must be large enough to matter but small enough to review. The loop runs continuously until interrupted by a human, and it never asks for permission to continue — it just optimizes.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
1 install
Downloaded by developers to date
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 1 month ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
skill-creator
The "Skill for building Skills": Automate creating, testing, and optimisation of custom workflows.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.

ai-productivity
High-speed intake for shaping vague prompts, triaging complex tasks, and compressing context for efficient execution.