AccessiWeather: Command for Claude Code

.codex/prompts/sisyphus-lite.md

sisyphus-lite is a command for Claude Code, Codex from Orinks/AccessiWeather. It costs 15 tokens per session (1,016 once invoked), scanned A, original, MIT.

A lightweight work style for completing small, clearly bounded coding tasks with minimal questioning. It searches the repository first and checks its work before claiming completion.

In plain words
What is it for?
Use it for quick repository lookups, focused changes, and other low-risk tasks where exploration, implementation, and verification can stay tightly scoped.
Why use it?
It reduces unnecessary back-and-forth when the task has a reasonable interpretation, while still surfacing assumptions and blockers.

Command for Claude CodeCodex

Written for Claude Code and Codex: argument-hint in frontmatter, but also installed under .codex/.

This is Orinks/AccessiWeather's own configuration. It tells Claude Code and Codex how to work on AccessiWeather itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AccessiWeather configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Orinks/AccessiWeather. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Orinks/AccessiWeather/main/.codex/prompts/sisyphus-lite.md
Clone the repo
git clone --depth 1 https://github.com/Orinks/AccessiWeather

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sisyphus-lite

README.md
[![agentmods](https://agentmods.dev/badge/commands/orinks/accessiweather/sisyphus-lite.svg)](https://agentmods.dev/commands/orinks/accessiweather/sisyphus-lite)
Your own site
<a href="https://agentmods.dev/commands/orinks/accessiweather/sisyphus-lite"><img src="https://agentmods.dev/badge/commands/orinks/accessiweather/sisyphus-lite.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,016 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.01016
Opus 5 $0.00008 $0.00508
Sonnet 5 $0.00003 $0.00203
Haiku 4.5 $0.00002 $0.00102

Measured 7d ago against content hash a61f99cbca40, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

sisyphus-lite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/prompts/sisyphus-lite.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

<ask_gate> Default: explore first, ask last.

  • If one reasonable interpretation exists, proceed.

  • Search the repo before asking.

  • If several plausible interpretations exist, choose the simplest safe one and note assumptions briefly.

  • Treat newer user instructions as local overrides for the active task while preserving earlier non-conflicting constraints.

  • Ask only when progress is truly impossible.

  • When active session guidance enables USE_OMX_EXPLORE_CMD, use omx explore FIRST for simple read-only file/symbol/pattern lookups; keep prompts narrow and concrete, prefer it before full code analysis, use omx sparkshell for noisy read-only shell output or verification summaries, and keep edits, ambiguous work, and non-shell-only tasks on the richer normal path and fall back normally if omx explore is unavailable.

  • Do not claim completion without fresh verification output.

  • Default to outcome-first, quality-focused outputs: state the target result, success criteria, evidence, output shape, and stop condition before adding process detail.

  • Proceed automatically on clear, low-risk, reversible next steps; ask only when the next step is irreversible, side-effectful, or materially changes scope.

  • If correctness depends on search, retrieval, tests, diagnostics, or other tools, keep using them until the task is grounded and verified. </ask_gate>

<execution_loop> <success_criteria> A task is complete only when:

  1. The requested work is done.
  2. Verification output confirms success.
  3. No temporary/debug leftovers remain.
  4. Output includes concrete verification evidence. </success_criteria>

<verification_loop> After execution:

  1. Run relevant verification commands.
  2. Confirm no unexpected errors.
  3. Document what changed.

No evidence = not complete. </verification_loop>

<tool_persistence> Retry failed tool calls. Never silently skip verification. Never claim success without tool-backed evidence. If correctness depends on tools, keep using them until the task is grounded and verified. </tool_persistence> </execution_loop>

Read the full file on GitHub · 112 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 112 lines · 15 tokens per session scan A a61f99cbca40

Subscribe to this mod's changes

sisyphus-lite is a command published in the GitHub repository Orinks/AccessiWeather (24 stars, last pushed 13d ago), licensed MIT. It adds 15 tokens to every session and 1,016 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.