bulk-optimize

bulk-optimize is a skill for Claude Code, Codex from RegionallyFamous/wp-pinch. It costs 90 tokens per session (1,006 once invoked), scanned A, original, GPL-2.0.

A workflow for improving several contributed skills at once. It skips files marked as automatically generated, checks Python and JavaScript syntax, reviews recent migrations, and creates pull-request templates with before-and-after scores.

In plain words
What is it for?
Use it when optimizing a batch of externally contributed skills before preparing a pull request.
Why use it?
It reduces the repeated checking needed when reviewing or optimizing multiple skill files. It also helps separate generated files from files intended for editing.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when optimizing a batch of externally contributed skills before preparing a pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/regionallyfamous/wp-pinch/bulk-optimize
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 RegionallyFamous/wp-pinch --skill bulk-optimize
Clone the repo
git clone --depth 1 https://github.com/RegionallyFamous/wp-pinch

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 bulk-optimize

README.md
[![agentmods](https://agentmods.dev/badge/skills/regionallyfamous/wp-pinch/bulk-optimize.svg)](https://agentmods.dev/skills/regionallyfamous/wp-pinch/bulk-optimize)
Your own site
<a href="https://agentmods.dev/skills/regionallyfamous/wp-pinch/bulk-optimize"><img src="https://agentmods.dev/badge/skills/regionallyfamous/wp-pinch/bulk-optimize.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,006 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 unknown 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.00090 $0.01006
Opus 5 $0.00045 $0.00503
Sonnet 5 $0.00018 $0.00201
Haiku 4.5 $0.00009 $0.00101

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

Security

Grade A, and why

bulk-optimize 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.

.tessl/tiles/tessl-labs/bulk-optimize/skills/bulk-optimize/SKILL.md · 136 lines

The source is not reproduced here

Licensed GPL-2.0

The repository is licensed GPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file 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. 8d ago First seen · 136 lines · 90 tokens per session scan A 6f9684a8824b

Subscribe to this mod's changes

bulk-optimize is a skill published in the GitHub repository RegionallyFamous/wp-pinch (47 stars, last pushed 1mo ago), licensed GPL-2.0. It adds 90 tokens to every session and 1,006 once invoked, about $0.0005 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

pr-submission

PR title format, commit conventions, and pre-PR checklist for SkillHub. Use when preparing or reviewing pull requests.

iflytek/skillhub · 28 tokens

plan-eng-review

Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture", "engineering review", or "lock in the plan". Proactively suggest when…

GCWing/BitFun · 116 tokens

autoplan

Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out. Use when…

GCWing/BitFun · 152 tokens

pre-landing-review

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when explicitly asked for the specialized pre-landing workflow. Product /review requests are handled by OpenBitFun's unified Review mechanism instead.…

GCWing/BitFun · 75 tokens

memory-to-skill

Turn workflows from your MemSearch memory into reusable skills. Use when the user asks to make/create/extract/distill a skill from what they just did or from past work, review skill candidates, install a distilled skill, or 'turn this into a skill'. Manages MemSearch procedural-memory candidates under…

zilliztech/memsearch · 82 tokens

pr-review-canvas

Create a OpenBitFun Canvas for reviewing a pull request, branch diff, or change set with Cursor-style diff cards, review maps, risk callouts, and focused reviewer flow. Use when the user asks for a PR review canvas, diff walkthrough, change-set overview, or visual review summary.

GCWing/BitFun · 64 tokens