Reusable agent experience
CODESKILL treats a coding agent’s past trajectories as training data for a skill manager. It writes compact Markdown skills with trigger conditions and action steps, then keeps the bank small through generate, revise, merge, and drop operations. With Qwen3.5-35B-A3B frozen as the coding policy, it reports 39.26 average success across EnvBench-Python, EnvBench-Java, SWE-Bench Verified, and Terminal-Bench 2, compared with 29.57 without skills.
SETUPX applies the same idea to repository setup. It stores setup fixes as eXPerience Units, tries them inside Docker snapshots, rolls back harmful attempts, and uses a Prosecutor-Judge check to avoid accepting superficial success. On 100 Python repositories from EnvBench, SETUPX with experience memory reports a 92% pass rate, 10 points above its no-memory variant.