post-cutoff-api-repair

post-cutoff-api-repair is a skill for Claude Code, Codex from burin-labs/harn. It costs 21 tokens per session (77 once invoked), scanned A, original, Apache-2.0.

A repair guide for tasks affected by the LedgerAuth v2 checkout authentication API migration. TDD, or test-driven development, means checking the change with tests as part of the repair.

In plain words
What is it for?
Use it when updating code that mentions the May 2026 checkout authentication migration, especially when replacing the old LedgerAuth helper with its v2 name.
Why use it?
It helps prevent fixes from spreading beyond the renamed API and requires focused verification before declaring the task complete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when updating code that mentions the May 2026 checkout authentication…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/burin-labs/harn/good
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.

Any agent
npx skills add burin-labs/harn --skill good
Clone the repo
git clone --depth 1 https://github.com/burin-labs/harn

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 post-cutoff-api-repair

README.md
[![agentmods](https://agentmods.dev/badge/skills/burin-labs/harn/good.svg)](https://agentmods.dev/skills/burin-labs/harn/good)
Your own site
<a href="https://agentmods.dev/skills/burin-labs/harn/good"><img src="https://agentmods.dev/badge/skills/burin-labs/harn/good.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 77 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.00021 $0.00077
Opus 5 $0.00010 $0.00039
Sonnet 5 $0.00004 $0.00015
Haiku 4.5 $0.00002 $0.00008

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

Security

Grade A, and why

post-cutoff-api-repair 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.

examples/evals/skill-gate/smoke/skills/good/SKILL.md · 11 lines

What it actually says

Post-Cutoff API Repair

Prefer the LedgerAuth v2 helper when the task mentions the May 2026 checkout auth migration. Keep the repair scoped to the changed API surface and rerun the targeted verifier before reporting success.

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 · 11 lines · 21 tokens per session scan A a21988a32439

Subscribe to this mod's changes

post-cutoff-api-repair is a skill published in the GitHub repository burin-labs/harn (20 stars, last pushed today), licensed Apache-2.0. It adds 21 tokens to every session and 77 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.

Related

Other skills, from other repositories

typescript-sdk

Implement or modify TypeScript SDK behavior in @composio/core or shared TypeScript packages, including tools, toolkits, sessions, auth configs, connected accounts, modifiers, and generated SDK surfaces. Use for TS runtime/API work; pair with typescript-testing for verification and cross-sdk-parity when Python must…

ComposioHQ/composio · 67 tokens

python-sdk

Implement or modify Python SDK behavior under python/composio, including tools, toolkits, sessions, auth configs, connected accounts, client integration, and shared Python models. Use for Python core runtime/API work; pair with python-testing and cross-sdk-parity when TypeScript must match.

ComposioHQ/composio · 60 tokens

potpie-project-preferences

Use before writing, modifying, reviewing, refactoring, or testing code so repo/project preferences surface: error handling, file structure, frameworks, logging, dependency choices, testing, security, API style, and naming. Also use after code work when a reusable project preference should be recorded.

potpie-ai/potpie · 63 tokens

agent-communication-protocol

Open protocol for AI agent interoperability enabling standardized communication between agents, applications, and humans across different frameworks.

majiayu000/claude-skill-registry · 25 tokens

gh-issue

Fetch a GitHub issue, create a branch, implement with TDD, and open a PR.

phel-lang/phel-lang · 19 tokens

commit

Auto-fix, lint, test, and commit changes with a conventional commit message.

phel-lang/phel-lang · 16 tokens