agentsclimarketplace

Duty loop runner

Skill yeyitech/duty-loops/.agents/skills/duty-loop-runner

Scene-specific AI workers for Codex and Claude.

Install
npx -y skills add yeyitech/duty-loops --skill duty-loop-runner

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Run one scheduled, event-triggered, or manual turn for an existing Duty Loop. Use when Codex should inspect BLUEPRINT.md and the generated context packet, decide quiet/notify/ask/act, respect human gates, and write back the run; especially inside recurring automations, Claude routines, cron-launched runs, or manual worker checks.

SKILL.md

1.7 KB, 322 tokens by cl100k_base, as published. Nobody here has run it

Duty Loop Runner

Run one bounded worker turn. Do not build a new framework during a run.

Workflow

  1. Read blueprints/<loop-id>/BLUEPRINT.md.

  2. Generate the context packet:

    npm run context -- <loop-id> --slot <slot> --trigger <trigger>
    
  3. Inspect:

    • role and human gates;
    • current facts and source health;
    • recent runs;
    • memory and open gates.
  4. Decide exactly one outcome:

    • quiet: no material change or source is stale;
    • notify: material change worth attention;
    • ask: human decision required;
    • act: bounded low-risk action already allowed by BLUEPRINT.md.
  5. If source data is stale or failed, say so. Do not invent current facts.

  6. If a human gate is required, ask one concrete question and do not cross the gate.

  7. Write back one row:

    npm run writeback -- <loop-id> --decision <quiet|notify|ask|act> --summary "<short summary>"
    

    Add --material-change, --gate "<question>", or --next "<next step>" when applicable.

Judgment Guidance

  • A changed field is not automatically a material change.
  • A material change is not automatically an urgent notification.
  • A notification must explain why now is worth attention.
  • Prefer quiet over noisy uncertainty.
  • Prefer asking a concrete gate over taking an irreversible action.

What ships with it: 1 file

195 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.