parallel-sweep

parallel-sweep is a skill for Claude Code, Codex from ytunahankskn/oh-meine-excode. It costs 31 tokens per session (246 once invoked), scanned A, original, MIT.

A workflow for repairing widespread lint, type, test, or repetitive refactoring errors by dividing independent file groups or error types.

In plain words
What is it for?
Use it for TypeScript error sweeps, lint cleanup, API migrations, and broad test repairs that can be split into separate work areas.
Why use it?
It makes broad cleanup manageable and requires rerunning the original failing check to confirm that the changes fixed the problem without new regressions.

Skill for Claude CodeCodex

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

Good fit Use it for TypeScript error sweeps, lint cleanup, API migrations, and broad test repairs that can be split into separate work areas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ytunahankskn/oh-meine-excode/parallel-sweep
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 ytunahankskn/oh-meine-excode --skill parallel-sweep
Clone the repo
git clone --depth 1 https://github.com/ytunahankskn/oh-meine-excode

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 parallel-sweep

README.md
[![agentmods](https://agentmods.dev/badge/skills/ytunahankskn/oh-meine-excode/parallel-sweep.svg)](https://agentmods.dev/skills/ytunahankskn/oh-meine-excode/parallel-sweep)
Your own site
<a href="https://agentmods.dev/skills/ytunahankskn/oh-meine-excode/parallel-sweep"><img src="https://agentmods.dev/badge/skills/ytunahankskn/oh-meine-excode/parallel-sweep.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 246 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.00031 $0.00246
Opus 5 $0.00015 $0.00123
Sonnet 5 $0.00006 $0.00049
Haiku 4.5 $0.00003 $0.00025

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

Security

Grade A, and why

parallel-sweep 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.

plugins/oh-meine-excode/skills/parallel-sweep/SKILL.md · 40 lines

What it actually says

Parallel Sweep

Use this skill when the task is a broad cleanup or repair pass and the work can be split by file group, feature area, or error class.

Good Targets

  • TypeScript error sweeps
  • lint cleanup across separate modules
  • repetitive API migration work
  • broad test repair in disjoint areas

Split Strategy

Prefer one of these:

  • by directory
  • by feature module
  • by error family

Avoid splitting shared foundational files across multiple workers.

  1. Run the failing command locally to see the error surface.
  2. Cluster errors into disjoint work buckets.
  3. Keep the shared or highest-risk bucket local.
  4. Spawn worker agents for independent buckets.
  5. Integrate and rerun the command.
  6. Repeat until the sweep is complete or the remaining failures collapse to one root cause.

Verification

  • Always rerun the original failing command after integrating worker results.
  • If a worker changed tests or configuration, check for regressions outside its bucket.
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 · 40 lines · 31 tokens per session scan A 68333b1b8433

Subscribe to this mod's changes

parallel-sweep is a skill published in the GitHub repository ytunahankskn/oh-meine-excode (2 stars, last pushed 5mo ago), licensed MIT. It adds 31 tokens to every session and 246 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

fix

Polymorphic iterative repair loop — accept a verifier failure, structured findings (review/resolve/triage-issue), or a bug description; modify→verify→keep on green, auto-revert on guard regression, until clean or iteration cap. Use when the user says "fix", "make it pass", or "apply the findings", or hands an artifact…

OutlineDriven/odin-codex-plugin · 108 tokens

srgn-cli

Build safe, syntax-aware srgn CLI commands for source-code search and transformation. Use for srgn commands, scoped refactors (comments/docstrings/imports/functions), multi-file rewrites with --glob, tree-sitter queries, or CI checks with --fail-any/--fail-none.

OutlineDriven/odin-codex-plugin · 62 tokens

code-intelligence-contract

Use when dependency, call-chain, blast-radius, architecture, domain-flow, or unfamiliar-codebase analysis needs an optional vendor-neutral code-intelligence provider.

hoatv2211/GameStudio-CodexKIT · 35 tokens

ast-grep

Code search, analysis, and refactoring using ast-grep (sg). Use for AST-based code modifications, structural search, and linting.

OutlineDriven/odin-codex-plugin · 33 tokens

qa

Conversational QA mode — user reports bugs in plain language, agent clarifies minimally, files GitHub issues that survive refactors. Trigger on "QA", "QA session", or ad-hoc bug reporting without a fixed deliverable shape. Distinct from branch-scoped and PR-scoped review.

OutlineDriven/odin-codex-plugin · 62 tokens

check-sentinel-setup

Run an offline Sentinel package doctor and separate local installation defects from host enablement or Roboflow sign-in problems. TRIGGER when: the user asks to check, verify, diagnose, or troubleshoot a Sentinel plugin installation; run the setup doctor; find missing skills, packaged files, or Roboflow tools; or…

Borda/vision-delivery · 127 tokens