mcp-codex-worker: Skill for Claude Code

.claude/skills/worker-failure-archaeology/SKILL.md

worker-failure-archaeology is a skill for Claude Code from sorryorc/mcp-codex-worker. It costs 33 tokens per session (256 once invoked), scanned A, original, MIT.

A development workflow for investigating whether a current problem has already been encountered and solved, rejected, or guarded against in the project’s history.

In plain words
What is it for?
Use it to search commits, tests, logs, and notes for a symptom, then record its cause, evidence, rejected approaches, and current safeguard.
Why use it?
It helps avoid repeating failed fixes and preserves the evidence behind past decisions.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is sorryorc/mcp-codex-worker's own configuration. It tells Claude Code how to work on mcp-codex-worker 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 mcp-codex-worker configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sorryorc/mcp-codex-worker. 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/sorryorc/mcp-codex-worker/main/.claude/skills/worker-failure-archaeology/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sorryorc/mcp-codex-worker

Made for: Claude Code.

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 worker-failure-archaeology

README.md
[![agentmods](https://agentmods.dev/badge/skills/sorryorc/mcp-codex-worker/worker-failure-archaeology/github.svg)](https://agentmods.dev/skills/sorryorc/mcp-codex-worker/worker-failure-archaeology)
Your own site
<a href="https://agentmods.dev/skills/sorryorc/mcp-codex-worker/worker-failure-archaeology"><img src="https://agentmods.dev/badge/skills/sorryorc/mcp-codex-worker/worker-failure-archaeology/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for worker-failure-archaeology

Your own site · 80×15
<a href="https://agentmods.dev/skills/sorryorc/mcp-codex-worker/worker-failure-archaeology"><img src="https://agentmods.dev/badge/skills/sorryorc/mcp-codex-worker/worker-failure-archaeology.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 256 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.00033 $0.00256
Opus 5 $0.00016 $0.00128
Sonnet 5 $0.00007 $0.00051
Haiku 4.5 $0.00003 $0.00026

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

Security

Grade A, and why

worker-failure-archaeology 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 8d 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.

.claude/skills/worker-failure-archaeology/SKILL.md · 39 lines

What it actually says

Worker Failure Archaeology

Use this to avoid re-fighting settled battles.

Method

  • Start with git log --oneline -- src scripts README.md.
  • Search for the exact symptom string.
  • Read tests that encode the old failure.
  • Preserve the root cause, evidence, rejected fix, and current status in a note or test.

Failure Record Template

Field Content
Symptom User-visible failure
Root cause Mechanism, not guess
Evidence Commit, test, metric, or log
Rejected paths Fixes that failed or were too risky
Current guard Test, gate, or doc that prevents recurrence

When Not To Use

Do not use this for fresh prototype ideas with no production implication. Use worker-research-frontier.

Verification

  • rg -n "<symptom>" .
  • git log --oneline -- <files>

Provenance and maintenance

Update the record when a guard moves from docs into tests or code.

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. 8d ago First seen · 39 lines · 33 tokens per session scan A 8e7bee0bd426

Subscribe to this mod's changes

worker-failure-archaeology is a skill published in the GitHub repository sorryorc/mcp-codex-worker (2 stars, last pushed 7d ago), licensed MIT. It adds 33 tokens to every session and 256 once invoked, about $0.0002 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

systemic-issue-triage

Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it.

Gentleman-Programming/gentle-ai · 57 tokens

issue-root-resolution

Trigger: root audit, atacar la raíz, issue roots, backlog roots, mechanism map, deletion-driven fix, resolver issues de raíz, close outdated issues. Audit and resolve issue clusters by verified root cause.

Gentleman-Programming/gentle-ai · 45 tokens

rdd-defect-workflow

Trigger: RDD, receipt-driven development, review authority, receipt/lineage, correction/recovery, delivery gate/kill switch, bounded review defects. Guide work.

Gentleman-Programming/gentle-ai · 41 tokens

memstack-development-performance-audit

Use this skill when the user says 'performance audit', 'why is it slow', 'optimize performance', 'page speed', 'Core Web Vitals', 'lighthouse', 'load time', or needs to diagnose and fix frontend or backend performance issues. Do NOT use for code reviews or security audits.

cwinvestments/memstack · 69 tokens

ijfw-debug

Root-cause analysis with hypothesis tracking. Trigger: 'debug', 'broken', 'not working', 'fix this bug', /debug.

FerroxLabs/ijfw · 31 tokens

ring:searching-code

Forensic code search and analysis with optional Chain of Draft (CoD) ultra-concise mode. Five-phase methodology (clarification, planning, execution, analysis, synthesis) with severity assessment. Use for targeted investigation of specific patterns, bugs, or vulnerabilities. Skip for broad architecture mapping (use…

LerianStudio/ring · 74 tokens