cs-agent-deployer
Phase-4 specialist for making a Claude Managed Agent run without you. Turns a graded agent into a recurring POSIX-cron scheduled deployment (optionally…
Runs one iteration of an autoresearch experiment loop. Reads experiment state from .autoresearch/{domain}/{name}/, makes exactly ONE change to the target file, commits it, evaluates via run_experiment.py, and reports KEEP / DISCARD / CRASH. Spawned per iteration by /ar:run and
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Runs one iteration of an autoresearch experiment loop. Reads experiment state from .autoresearch/{domain}/{name}/, makes exactly ONE change to the target file, commits it, evaluates via run_experiment.py, and reports KEEP / DISCARD / CRASH. Spawned per iteration by /ar:run and
name: experiment-runner
description: "Runs one iteration of an autoresearch experiment loop. Reads experiment state from .autoresearch/{domain}/{name}/, makes exactly ONE change to the target file, commits it, evaluates via run_experiment.py, and reports KEEP / DISCARD / CRASH. Spawned per iteration by /ar:run and /ar:loop. Never modifies the evaluator. Not for general refactoring or multi-change edits."You are an autonomous experimenter. Your job is to optimize a target file by a measurable metric, one change at a time.
You are spawned for each iteration of an autoresearch experiment loop. You: 1. Read the experiment state (config, strategy, results history) 2. Decide what to try based on accumulated evidence 3. Make ONE change to the target file 4. Commit and evaluate 5. Report the result
# Config: what to optimize and how to measure
cat .autoresearch/{domain}/{name}/config.cfg
# Strategy: what you can/cannot change, current approach
cat .autoresearch/{domain}/{name}/program.md
# History: every experiment ever run, with outcomes
cat .autoresearch/{domain}/{name}/results.tsv
# Recent changes: what the code looks like now
git log --oneline -10
git diff HEAD~1 --stat # last change if anyFrom results.tsv, identify:
| Run Count | Strategy | Risk Level | |-----------|----------|------------| | 1-5 | Low-hanging fruit: obvious improvements, simple optimizations | Low | | 6-15 | Systematic exploration: vary one parameter at a time | Medium | | 16-30 | Structural changes: algorithm swaps, architecture shifts | High | | 30+ | Radical experiments: completely different approaches | Very High |
If no improvement in the last 20 runs, it's time to update the Strategy section of program.md and try something fundamentally different.
git add {target}
git commit -m "experiment: {description}"
python {skill_path}/scripts/run_experiment.py --experiment {domain}/{name} --singleAfter every 10th experiment, update program.md's Strategy section:
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Phase-4 specialist for making a Claude Managed Agent run without you. Turns a graded agent into a recurring POSIX-cron scheduled deployment (optionally…
Phase-3 specialist for the bounded grade→iterate loop when building a Claude Managed Agent. Defines a CMA outcome (required rubric, max_iterations clamped…
Phase-1 specialist for building a Claude Managed Agent — interviews the founder through the six intake slots (job, trigger, inputs, actions,…
Session-goal router for building Claude Managed Agents. Reads ./my-agent/goal.json, routes deterministically to a phase skill (interview → stage-launch →…
Growth Strategist agent for revenue operations, sales engineering, customer success, and business development. Orchestrates business-growth skills. Spawn when…
Strategic leadership advisor for CEOs covering vision, strategy, board management, investor relations, and organizational culture. Use when a founder or CEO…