agentic loops skills

27 tagged agentic loops, measured the same way as everything else here.

Browse within: autoresearch 25data-analysis 25

gaasher/Agent-Loop-Skills

Skill Claude CodeCodex

Use when the user wants an autonomous ML research loop that explores the space broadly rather than hill-climbing one approach. A temperature scheduler replaces the usual hypothesis step: it forces several wild, diverse swings (full rewrites, different architectures/regimes) early, then enters an adaptive phase that…

158 2mo ago A 159 tokens original MIT

ml-autoresearch

02

gaasher/Agent-Loop-Skills

Skill Claude CodeCodex

Use when the user wants an autonomous ML research loop that does more than blindly try changes. After every training run the agent analyses what actually happened inside the model — gradients, activations, embeddings, errors, data — and grounds the next change in that evidence. A on/off dial adds scientific-literature…

158 2mo ago A 118 tokens original MIT

tabular-cleanup

03

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

loop-engineer

04

fltman/loop-engineer

Skill Claude CodeCodex

Set up, scaffold, and administer agentic loops in Claude Code — headless while-loops around claude -p, evaluator-optimizer (generator/critic) loops, meta / prompt-refinement loops (a loop that refines the prompts another loop runs), and orchestrator fan-out. Every loop ships with non-negotiable guardrails: a…

35 2mo ago A 142 tokens original MIT

loop-engineering

05

sxivansx/loop-engineering

Skill Claude CodeCodex

Use when the user wants to "set up a loop", build a self-running or run-until-done agent, automate a recurring engineering task (triage, keep-CI-green, dependency bumps, backlog burndown), or stop hand-prompting an agent turn by turn. Sets up an autonomous engineering loop in the current project. It discovers work…

10 2mo ago A 105 tokens original MIT