agentsclimarketplace

Loopify codex sdk

Skill AndreRatzenberger/loopify/plugins/loopify/skills/loopify-codex-sdk

Loop yes. Prompt no. Agent skills that turn specs into checked agent loops with receipts.

Install
npx -y skills add AndreRatzenberger/loopify --skill loopify-codex-sdk

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

  • 1 stars1 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

Use when adding Codex SDK scripts or templates as loop actuators for repair, review, context building, trace summarization, or meta-loop proposal steps.

SKILL.md

1.6 KB, as published. Nobody here has run it

loopify-codex-sdk

Add Codex SDK actuators to loops.

When To Use

  • A loop should call Codex SDK programmatically.
  • A project needs a repair, review, evaluator, or trace-summarizer actuator.
  • The loop needs resumable thread IDs, sandbox assumptions, or structured outputs.

Do Not Use

  • Do not treat a Codex SDK call as the whole loop.
  • Do not write concrete SDK API calls from memory if current docs were not verified.
  • Do not hide sandbox, model, cost, or authority decisions.

Workflow

  1. Read the Loop Contract.
  2. Identify the actuator role: repair, review, evaluator, context builder, trace summarizer, or meta-loop proposer.
  3. Verify current official SDK docs before concrete API calls.
  4. If verification is unavailable, use clearly marked placeholders.
  5. Scaffold the actuator from templates/codex-repair-actuator.py or templates/codex-review-actuator.md.
  6. Encode authority boundaries and structured output.
  7. Document that Codex SDK is the actuator, not the loop.

Output

Codex SDK actuator script/template and integration notes.

Validation

  • The surrounding loop still owns checks, state, stop rules, and trace.
  • Outputs are structured enough for the next loop step.
  • Sandbox and authority assumptions are explicit.

Example

Use loopify-codex-sdk to scaffold a repair actuator for the failing check in .loopify/loops/001-papertrail/loop-contract.md.

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.