progress-accounting

progress-accounting is a skill for Claude Code, Codex from igovet/codex-cortex-orchestrator. It costs 25 tokens per session (1,173 once invoked), scanned A, original, MIT.

A Cortex rule set for reporting coding-task progress using concise evidence such as outcomes, checks, risks, and blocked or unverified status. It avoids storing private telemetry and raw transcripts.

In plain words
What is it for?
Use it to record delegation results, verification checks, risks, and evidence needed for later coordination or handoff.
Why use it?
It keeps progress records useful and reviewable without collecting unnecessary tokens, hidden reasoning, secrets, or conversation history.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/igovet/codex-cortex-orchestrator/progress-accounting
Any agent
npx skills add igovet/codex-cortex-orchestrator --skill progress-accounting
Clone the repo
git clone --depth 1 https://github.com/igovet/codex-cortex-orchestrator

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 progress-accounting

README.md
[![agentmods](https://agentmods.dev/badge/skills/igovet/codex-cortex-orchestrator/progress-accounting.svg)](https://agentmods.dev/skills/igovet/codex-cortex-orchestrator/progress-accounting)
Your own site
<a href="https://agentmods.dev/skills/igovet/codex-cortex-orchestrator/progress-accounting"><img src="https://agentmods.dev/badge/skills/igovet/codex-cortex-orchestrator/progress-accounting.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,173 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00025 $0.01173
Opus 5 $0.00013 $0.00587
Sonnet 5 $0.00005 $0.00235
Haiku 4.5 $0.00003 $0.00117

Measured today against content hash 08e66b2bdea4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

progress-accounting 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 today.

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.

plugins/cortex/skills/progress-accounting/SKILL.md · 102 lines

How it starts

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

Minimal Progress Accounting

Track only task-relevant evidence: outcome, scope, delegations used, reports, checks run, pass/fail/blocked/unverified status, material risk, and verified human-view artifacts. Do not record token counts, hidden reasoning, secret-bearing prompts, private native session data, raw diagnostics, or raw conversation transcripts in repository files or ledger prose.

Retain the canonical project root and the server-issued task anchor when one exists, the current delegation knowledge contract, and evidence-backed documentation discrepancies needed for later routing. Do not duplicate the knowledge pages or raw worker output in accounting records.

The coordinator accounts from ledger state and worker reports only. It does not inspect project content or rerun checks to improve the accounting record; any missing project fact or verification evidence requires a bounded delegation. It never checks Git, manifests, caches, worktrees, file existence/absence or unchanged-state, or project-local .codex as an accounting shortcut.

A durable delegation may retain its coordinator-selected profile, model, and reasoning effort as audit metadata. Do not duplicate that routing metadata as a general productivity metric.

Prefer the task ledger and normal Git history for progress. Create persistent metrics only when the repository explicitly needs them.

Send a user-facing progress update only when evidence changed the outcome, plan, risk, accepted scope, completed work, verification state, or next useful action. Follow the mandatory packaged coordinator-communication policy. Use the language of the latest meaningful user message. Lead with the result, state what changed and the evidence-backed user impact, and end with the next safe step. Default-hide opaque IDs, ledger/governance jargon, private paths, raw diagnostics, and raw worker output; disclose technical detail progressively and use optional contextual humor only after the material fact when it is safe. Suppress unchanged waits, repeated summaries, routine pagination, chunk assembly, retry attempts, and internal worker-recovery chatter.

Progress accounting does not authorize stopping orchestration. Once sufficient completed outcome evidence is available, the coordinator independently selects ready, ready_with_risks, or not_ready, automatically attempts supported close_task, and performs supported inspection of the intended record. ready_with_risks never creates a confirmation hold or any other user-facing question. While the requested outcome remains unfinished, the coordinator continues to reconcile state and advance the next safe worker or recovery stage. A completed worker, waiting or incomplete stage, technical/documentation/review error, Demo/production gate, or quiet interval is not terminal. The only early-turn pause is one genuine user question that materially changes requirements, scope, acceptance, or required external/destructive authority; after its answer, resume from the recorded decision. Record changed evidence and the next action without treating a progress update as completion.

For a verified transient closure storage or inspection failure, make one bounded safe retry with the exact returned retry handle and unchanged idempotency semantics. If it remains unavailable, preserve the completed outcome and record an honest closure_unconfirmed limitation. Do not manufacture a closure result, silently omit the automatic attempt, or describe completed work as open solely because advisory confirmation is unavailable.

Workers must emit English checkpoints of at most five bullets/150 words and a final response of at most 300 words. A coordinator wait is at most 60 seconds. After the first quiet interval, request a checkpoint from the same exact native task and inspect/list status after later intervals. If it remains running, keep bounded waiting without publishing an unchanged wait update; elapsed time or quiet intervals do not prove it is stuck. Interrupt/follow up requires explicit failed/unavailable/idle-without-work evidence, host-confirmed no-progress, or user cancellation. Do not expose recovery chatter, skip a planner dependency, or start downstream work without required report and plan-decision evidence.

Read the full file on GitHub · 102 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. today Changed · +11 lines 08e66b2bdea4
  2. 5d ago First seen · 91 lines · 25 tokens per session scan A 66beefeec47d

Subscribe to this mod's changes

progress-accounting is a skill published in the GitHub repository igovet/codex-cortex-orchestrator (1 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 1,173 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-31.

Related

Other skills, from other repositories

bug-triage

Triage bugs reported in chat/issues, search for duplicates, file or update GitHub issues with full context, and push fix PRs.

Untrivial-ai/agent-orchestrator · 33 tokens

ao-desktop-dev

Launch, restart, or troubleshoot the real AO Electron desktop app from this repository; run a checkout against isolated or real local AO data; combine PR branches for local UI review; and diagnose stale Electron processes, port conflicts, or preload bridge mismatches. Use whenever asked to run, open, show, or visually…

Untrivial-ai/agent-orchestrator · 88 tokens

using-ao

Catalog of the AO (Agent Orchestrator) ao CLI: spawning workers, managing sessions and projects, sending messages, controlling the shared browser, previewing pages, and daemon control. Use when using the ao CLI, spawning workers, or managing AO sessions in an AO workspace.

Untrivial-ai/agent-orchestrator · 62 tokens

fable-mode

A Fable-5-inspired work-discipline protocol adapted for Codex CLI and Codex desktop. It uses a plan gate, small-card execution, adversarial self-check, real-product verification, context hygiene, and checkpoint autonomy. Activate ONLY on an explicit request — the user names the mode ("use fable mode", "enable…

SeireiA/fable-mode · 155 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…

breferrari/obsidian-mind · 102 tokens