Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Skill for the Self-Improvement Agent (SIA) harness contract. Use when validating task public/private layouts, generation artifact trees, evaluation runners, fixture replay loops, or opt-in live Meta→Target→Feedback cycles in template projects.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | -69% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 182% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -78% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -71% | 0% |
Deterministic harness for Meta → Target → Feedback generation loops with public/private task splits. Implements contracts inspired by hexo-ai/sia; does not vendor upstream code.
bashuv run python -m infrastructure.sia.cli validate projects/templates/template_sia/tasks/mini_classify uv run python -m infrastructure.sia.cli inspect-run RUN_SUMMARY_JSON [--json] uv run python scripts/pipeline/stage_02_analysis.py --project templates/template_sia
pythonfrom infrastructure.sia import ( RunConfig, TaskLayout, load_agent_execution, run_evaluation, run_sia_loop, validate_task_dir, )
Each task directory exposes:
data/public/ — agent-visible inputsdata/public/task.md — required task description (validate_task_dir hard-fails if absent)data/public/evaluate.py — writes results.json with metric_name, metric_value, n_samplesdata/private/ — evaluation-only labelsreference/ — baseline target agent (reference/reference_target_agent.py required)projects/templates/template_sia/ runs fixture replay by default (live=False). Pass --live-sia on scripts/run_sia_loop.py for opt-in Ollama-backed feedback (not CI) — the feedback note is illustrative, not applied; live mode performs no code mutation and uses no sandbox, so cross-generation improvement is shown only via fixtures.
Other measured skills in the registry, with their headline benchmark lift.