bulk-optimize

bulk-optimize is a skill for Claude Code, Codex from AIPMAndy/dna-memory. It costs 90 tokens per session (1,006 once invoked), scanned A, original, Apache-2.0.

A workflow for improving several external coding-agent instruction files, including checks for generated files, syntax errors, recent migrations, and review quality.

In plain words
What is it for?
Use it to review multiple skill files, preserve their specialized guidance, run Python and JavaScript checks, and prepare before-and-after contribution details.
Why use it?
It reduces the risk of changing files that should not be edited or submitting contributions that conflict with recent repository changes.

Skill for Claude CodeCodex

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

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/aipmandy/dna-memory/tessl__bulk-optimize
Any agent
npx skills add AIPMAndy/dna-memory --skill tessl__bulk-optimize
Clone the repo
git clone --depth 1 https://github.com/AIPMAndy/dna-memory

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/aipmandy/dna-memory/tessl__bulk-optimize.svg)](https://agentmods.dev/skills/aipmandy/dna-memory/tessl__bulk-optimize)
Your own site
<a href="https://agentmods.dev/skills/aipmandy/dna-memory/tessl__bulk-optimize"><img src="https://agentmods.dev/badge/skills/aipmandy/dna-memory/tessl__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. 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.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 6d ago against content hash 6f9684a8824b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 6d 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.

.github/skills/tessl__bulk-optimize/SKILL.md · 136 lines

How it starts

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

Bulk Optimize

Improve external SKILL.md files for PR contributions using tessl skill review plus safety checks that prevent rejected PRs. Respects maintainers by detecting auto-generated files, preserving domain expertise, and suggesting appropriate PR scope.

For External PR Contributions

Adds safety checks for contributing to other people's repositories. See TEMPLATES.md for lessons from past PR rejections.

Workflow

Phase 1: Safety Checks (CRITICAL)

Run before making changes to prevent rejected PRs:

# 1. Auto-generated file detection
grep -i "auto-generated\|generated by\|DO NOT EDIT\|generator:" <skill-path>/SKILL.md

# 2. Recent migration detection
git log --oneline -10 --all -- <skill-directory>/ | grep -i "migrate\|rename\|move"

# 3. Repository pattern analysis
find . -name "SKILL.md" -type f | head -5 | xargs head -20

If auto-generated detected: STOP - changes must go to generator source If recent migration found: WARN - may cause merge conflicts Note domain patterns: Preserve expert framing and terminology in Phase 4

Phase 2: Baseline Evaluation

Run review for each skill:

tessl skill review <skill-path>/SKILL.md

Parse output to extract:

  • Overall score
  • Validation issues
  • Description/content dimension scores
  • Judge suggestions

If improving multiple skills:

  • Track baseline scores for all
  • Identify which need improvement most
  • Consider PR scope (see Phase 7)

Phase 3: Discover Skill Bundle

Read SKILL.md and list files in its directory. Bundle = SKILL.md + sibling files + referenced files. Use for progressive disclosure improvements.

Use bundle context for recommendations.

Phase 4: Generate Recommendations (Preserve Domain Expertise)

Review recommendations to preserve valuable domain knowledge. Grep for specialized terminology (CRO, funnel, A/B test, etc.).

KEEP: Expert framing with domain concepts ("CRO expert who understands funnel optimization, conversion psychology...") REMOVE: Generic expert statements ("You are an expert at helping users...")

Read the full file on GitHub · 136 lines

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. 6d 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 AIPMAndy/dna-memory (92 stars, last pushed 1mo ago), licensed Apache-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

skill-creator

Create, install, or update skills in the workspace. Use when (1) installing a skill from a URL or remote source, (2) creating a new skill from scratch, (3) updating or restructuring existing skills. Always use this skill for any skill installation or creation task.

zhayujie/CowAgent · 61 tokens

playwright

Use when the task requires capturing or automating a real browser from the terminal.

openai/openai-agents-python · 19 tokens

image-generation

Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content.

zhayujie/CowAgent · 41 tokens

implementation-final-review

Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…

openai/openai-agents-python · 58 tokens

pydantic-ai

Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.

davila7/claude-code-templates · 32 tokens

html-artifacts

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

langchain-ai/open-swe · 51 tokens