bulk-sweep-classify

bulk-sweep-classify is a skill for Claude Code, Codex from laurigates/claude-plugins. It costs 51 tokens per session (2,845 once invoked), scanned A, original, MIT.

A bulk-edit workflow classifies every match before changing text across many files. It is designed for large find-and-replace or syntax-modernisation tasks where the same text may mean different things in different places.

In plain words
What is it for?
Use it before bulk-renaming commands, tools, paths, APIs, or syntax, then verify the changes against allowlists and the original match categories.
Why use it?
It reduces the risk of changing filenames, configuration, URLs, or historical records that only look like the intended target.

Skill for Claude CodeCodex

Part of the code-quality-plugin plugin — 16 skills 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/laurigates/claude-plugins/bulk-sweep-classify
Any agent
npx skills add laurigates/claude-plugins --skill bulk-sweep-classify
Clone the repo
git clone --depth 1 https://github.com/laurigates/claude-plugins

Made for: Claude Code, Codex.

Or install code-quality-plugin, the plugin that ships this one along with the rest of its 16 skills.

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 bulk-sweep-classify

README.md
[![agentmods](https://agentmods.dev/badge/skills/laurigates/claude-plugins/bulk-sweep-classify.svg)](https://agentmods.dev/skills/laurigates/claude-plugins/bulk-sweep-classify)
Your own site
<a href="https://agentmods.dev/skills/laurigates/claude-plugins/bulk-sweep-classify"><img src="https://agentmods.dev/badge/skills/laurigates/claude-plugins/bulk-sweep-classify.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,845 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.00051 $0.02845
Opus 5 $0.00026 $0.01422
Sonnet 5 $0.00010 $0.00569
Haiku 4.5 $0.00005 $0.00284

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

Security

Grade A, and why

bulk-sweep-classify 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/tests/test-bulk-sweep-classify.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

code-quality-plugin/skills/bulk-sweep-classify/SKILL.md · 209 lines

How it starts

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

Bulk Sweep — Classify Every Match First

When you modernize a syntax across many files with a regex / sed / perl pass — a command rename (/ns:cmd/ns-cmd), a tool/binary rename, a path or import-style migration, an API-version bump in prose — the matched set is heterogeneous even though every hit looks textually identical. One pattern catches genuine stale targets and several look-alikes that must NOT be transformed. Blindly rewriting all matches corrupts the look-alikes silently: the sweep reports success, and the damage surfaces far downstream (a broken designed filename, a rewritten immutable record).

The discipline: enumerate the matches and bucket every one into a category before editing. The regex sees text; the transform needs semantics.

When to Use This Skill

Use this skill when... Use something else instead when...
A find-replace where the delimiter/token also appears in filenames, config keys, URLs, designs, or historical records The pattern is structural (function shape, call form) → code-quality-plugin:ast-grep-search. Also when the rename is textually simple but code-targeted (an API rename, call-site migration, or import-path change in source files): route it through ast-grep-search first — structural matching won't touch strings/comments/URLs, so category-2 false positives shrink to near-zero (see the routing step below)
Command-syntax migration (/ns:cmd/ns-cmd), tool rename in docs, path/import migration, API-version bump in prose A one-off literal string search with no look-alike risk → tools-plugin:rg-code-search
Docs trees mixing live guidance with ADRs / changelogs / design PRDs, all matching the same regex The whole match-set is genuinely uniform and you have verified it

The Four Categories

Read the surrounding line of each match and bucket it. Each category needs different handling.

Category Handling Canonical example (command-syntax sweep)
1. Genuine stale target Transform /configure:mcp/configure-mcp in live docs
2. False positive — merely matches the pattern Leave laurigates/dotfiles:latest (docker tag); redis://host:6379 (digit after :, not a command)
3. Out-of-scope design legitimately using the old form — esp. delimiter embedded in designed filenames/paths Leave — transforming corrupts the design /sync:daily PRD whose colon also appears in sync:daily-state.json, .claude/commands/sync:daily.md
4. Immutable / historical record matching the pattern Supersede-note; do NOT rewrite the body Accepted ADRs documenting the old /namespace:command convention

Read the full file on GitHub · 209 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 First seen · 209 lines · 51 tokens per session scan A fef4d7b3e9fd

Subscribe to this mod's changes

bulk-sweep-classify is a skill published in the GitHub repository laurigates/claude-plugins (57 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 2,845 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-09-03.

Related

Other skills, from other repositories

plan

Produce structured implementation plans with goal, approach, test strategy, blast-radius assessment, parallelism analysis, and a user approval gate before any code is written. Persisting PLAN.md for fresh-session handoff. Use when: 'plan this', 'architect this', 'how should we implement', 'implementation plan', 'write…

melodic-software/claude-code-plugins · 100 tokens

extract-ssot

Deduplicate repeated markdown content, rule files, skill bodies, ADRs, docs, into a single named source of truth and migrate every call site to cite it by exact heading. Use when the same prose, literal, or concept appears (or is reworded) across files: 'DRY this prose', 'extract a shared rule', 'single source of…

melodic-software/claude-code-plugins · 130 tokens

feature-branch-pr-writing

Use this skill when the user asks to write, draft, create, or improve a PR description for a Shopware core repository PR — AND that PR targets a non-trunk feature branch (not trunk itself). Trigger phrases like "write a PR description", "draft the PR", "what should I put in the PR body". The skill detects the target…

shopwareLabs/ai-coding-tools · 152 tokens

map-corpus

Map a multi-resource documentation corpus into a verified, classified, triaged slice BEFORE any digesting: bounded discovery (llms.txt + sitemap), a user-approved link map classifying every discovered URL, deterministic node manifests over immutable snapshots, and a per-node relevance inventory whose evidence a script…

melodic-software/claude-code-plugins · 211 tokens

ci-log-interpretation

Use this skill when reading or analyzing CI logs from a Shopware GitHub Actions workflow to figure out why a build failed — phrases like "why did CI fail", "what broke the build", "check the pipeline", "interpret these logs", "debug this red build" — or whenever raw run logs, job logs, or check annotations from a…

shopwareLabs/ai-coding-tools · 154 tokens

a0-create-plugin

Create, extend, or modify Agent Zero plugins. Follows strict full-stack conventions (usr/plugins, plugin.yaml, Store Gating, AgentContext, plugin settings). Use for UI hooks, API handlers, lifecycle extensions, or plugin settings UI.

Gen-Verse/PAST-Bench · 54 tokens