← ClaudeAtlas

agent-skill-evolutionlisted

Agent skill evolution capability pack. Gives AI agents the judgment rules for building self-improving agents — architecture decisions (fixed vs evolvable instruction), training loop design (rollout→reflect→edit→gate), edit safety (bounded edit, LR schedule, protected regions), validation gates, offline consolidation (sleep cycles), and multi-timescale memory. Research-grounded rules from SkillOpt (Microsoft, arXiv 2605.23904), SkillOpt-Sleep, and EmbodiSkill. Use for any self-evolving agent design, skill optimization pipeline, or agent self-improvement task.
Sheldon-92/TAD · ★ 3 · AI & Automation · score 79
Install: claude install-skill Sheldon-92/TAD
**CONSUMES**: Agent description + self-improvement requirements + optional existing skill/memory docs + evaluation setup (held-out set, success metric) **PRODUCES**: Applied self-evolution judgment rules + architecture decision + training loop design + safety mechanism review + gate configuration guidance # Agent Skill Evolution Capability Pack **Version**: 0.1.0 **Compatibility**: Claude Code / Codex / Copilot / OpenClaw (via SkillOpt-Sleep adapters) **License**: Apache 2.0 --- ## What This Pack Does AI agents asked to "learn from experience" or "improve over time" default to vague suggestions: "add a feedback loop," "fine-tune the model," or "log failures and iterate." These miss the engineering reality: an agent modifying its own instructions without a validation gate, edit budget, and protected regions is not learning — it is drifting. SkillOpt's empirical evidence: ungated self-modification collapsed accuracy from **0.554 to 0.026 (−52.8 percentage points)** over 5 nights. This pack embeds the judgment rules from SkillOpt (Microsoft, arXiv 2605.23904) — the first production-grade framework for text-space skill optimization, proven across 6 benchmarks, 7 models, and 3 harnesses (all 52 cells best/tied-best, with improvements of **+23.5, +24.8, +19.1 pts** on key benchmarks). The rules cover architecture decisions, training loop design, edit safety, validation gates, offline consolidation (sleep cycles), and multi-timescale memory. **Pack = self-evolution judgment.