compounded-typo-fixer

compounded-typo-fixer is a skill for Claude Code, Codex from ankitkr3/compounded. It costs 59 tokens per session (798 once invoked), scanned A, original, MIT.

A workflow for finding a misspelled word or identifier and replacing it consistently across a codebase or documentation.

In plain words
What is it for?
Use it when a typo appears in code, comments, strings, or documents and needs to be corrected across the relevant project files.
Why use it?
It reduces the risk of fixing only some occurrences or changing text that should remain untouched. It also includes a review step before replacements are made.

Skill for Claude CodeCodex

Part of the compounded plugin — 5 skills, 9 commands, 1 agent, 3 hooks shipped together

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/ankitkr3/compounded/compounded-typo-fixer
Any agent
npx skills add ankitkr3/compounded --skill compounded-typo-fixer
Clone the repo
git clone --depth 1 https://github.com/ankitkr3/compounded

Made for: Claude Code, Codex.

Or install compounded, the plugin that ships this one along with the rest of its 5 skills, 9 commands, 1 agent, 3 hooks.

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 compounded-typo-fixer

README.md
[![agentmods](https://agentmods.dev/badge/skills/ankitkr3/compounded/compounded-typo-fixer.svg)](https://agentmods.dev/skills/ankitkr3/compounded/compounded-typo-fixer)
Your own site
<a href="https://agentmods.dev/skills/ankitkr3/compounded/compounded-typo-fixer"><img src="https://agentmods.dev/badge/skills/ankitkr3/compounded/compounded-typo-fixer.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 798 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 $0.00059 $0.00798
Opus 5 $0.00030 $0.00399
Sonnet 5 $0.00012 $0.00160
Haiku 4.5 $0.00006 $0.00080

Measured 4d ago against content hash b25443e473a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

compounded-typo-fixer 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 4d 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.

skills/compounded-typo-fixer/SKILL.md · 63 lines

How it starts

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

Typo Fixer

A demo skill that ships with compounded to show the full lifecycle. Starts as .verified (we shipped it pre-verified to make the demo work). After 3 successful uses without correction, it auto-promotes to .trusted. After 10 uses with zero corrections in the last 5, it goes .autonomous.

When to use

  • The user reports a misspelling and asks for it to be fixed everywhere
  • You notice a misspelled identifier in a code review and decide it should be corrected
  • The user provides both the wrong spelling and the correct one explicitly

Inputs

  • <wrong>: the misspelled token (case-sensitive by default)
  • <right>: the correct token
  • <scope> (optional): a directory to limit the search to. Default: the project root.

Procedure

  1. Confirm with the user: "Replacing <wrong> with <right>" — show this before searching.

  2. Run a recursive search for the wrong spelling:

    grep -rn "<wrong>" <scope> --include="*.{ts,tsx,js,jsx,py,go,rs,md,txt}" 2>/dev/null
    

    Adjust the --include glob to match the project's primary languages.

  3. Review the matches. For each one, decide if it is a true positive (a real instance of the typo) or a false positive (a substring that incidentally contains the typo, or a deliberate use like in a test fixture).

  4. If any false positives exist, list them to the user and ask which to skip.

  5. Apply the replacements via the Edit tool, one file at a time. Do NOT use sed -i for this — it is too easy to corrupt files when the replacement is not what was expected.

  6. After all edits, re-run the grep to verify no instances of <wrong> remain in the affected files.

  7. Run the project's test suite if one exists, to verify nothing broke. Common commands: npm test, pytest, cargo test, go test ./....

Pitfalls

  • Substring false positives. recieve is a typo. recieve_count containing recieve is also a typo and should be fixed. But received (correct) contains recei, and a careless replacement of receirecie would corrupt it. Always match whole tokens when possible.

Read the full file on GitHub · 63 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. 4d ago First seen · 63 lines · 59 tokens per session scan A b25443e473a3

Subscribe to this mod's changes

compounded-typo-fixer is a skill published in the GitHub repository ankitkr3/compounded (5 stars, last pushed 2mo ago), licensed MIT. It adds 59 tokens to every session and 798 once invoked, about $0.0003 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

seo-strategy

Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…

cbrock84/headcount · 74 tokens

chief-strategy-officer

Owns where the business plays and how it wins over a multi-year horizon — portfolio choices, corporate development, strategic partnerships, and planning under uncertainty. Use this for a decision about which markets or businesses to be in, whether to build, buy, or partner, how to allocate capital across business…

cbrock84/headcount · 93 tokens

scenario-planning

Plans under genuine uncertainty — building scenarios, identifying which assumptions are load-bearing, setting early-warning indicators, and stress-testing a plan against futures rather than forecasting one. Use this when a decision depends on something unknowable, when a plan assumes conditions that may not hold…

cbrock84/headcount · 78 tokens

ai-ml-governance

Governs models and AI systems in production — intended use, evaluation, monitoring, human oversight, documentation, and the decision to deploy or retire. Use this before deploying a model or AI feature, when defining evaluation criteria, when a model's behavior has drifted, when assessing AI risk or regulatory…

cbrock84/headcount · 83 tokens

ai-research-analyst

Produces executive-level research — market sizing, competitor mapping, trend analysis, and strategic intelligence — grounded in cited sources with the confidence in each claim made explicit. Use this to analyze a market or industry, map competitors, evaluate a market-entry or build-versus-buy decision, produce a…

cbrock84/headcount · 91 tokens

support-operations

Designs and runs the support function — channels, queues, routing, staffing, service levels, quality, and the metrics that show whether it is working. Use this to set up or fix support operations, choose channels, size a team, set or renegotiate service levels, reduce cost per contact, diagnose long queues or poor…

cbrock84/headcount · 77 tokens