gaasher

27 mods across 1 repository, 158 stars between them.

swe-loop

25

gaasher/Agent-Loop-Skills

Skill Claude CodeCodex

Use when the user has a coding prompt — a feature, bug fix, or refactor — and wants it implemented end to end by a self-checking software loop, not a single pass. It refines the prompt into an executable plan (running the plan-loop internally), then executes the plan task by task: an Engineer subagent implements each…

158 2mo ago A 252 tokens original MIT

tabular-cleanup

26

gaasher/Agent-Loop-Skills

Skill Claude CodeCodex

Use when the user has a messy tabular data dump (CSV/TSV/parquet/Excel/JSON) and wants it iteratively cleaned to an inferred data contract — a checklist of deterministic pass/fail checks, not a quality score. A single agent profiles the table, synthesizes a per-column contract compiled into binary checks (types…

158 2mo ago A 191 tokens original MIT

gaasher/Agent-Loop-Skills

Skill Claude CodeCodex

Use when the user wants an autonomous ML research loop that pressure-tests competing ideas before spending compute — several research subagents each propose one architecture change, a self-calibrating Judge critiques them against a rubric, the proposers refine, and the Judge picks the single change to run. The Judge…

158 2mo ago A 152 tokens original MIT