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.
npx agentmods add commands/ashlrai/ashlr-plugin/ashlr-parallelizegit clone --depth 1 https://github.com/ashlrai/ashlr-pluginWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00032 | $0.00709 |
| Opus 5 | $0.00016 | $0.00354 |
| Sonnet 5 | $0.00006 | $0.00142 |
| Haiku 4.5 | $0.00003 | $0.00071 |
Grade A, and why
ashlr-parallelize 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Spawn one sub-agent per file, all running the same task in parallel, then merge their outputs.
Usage
/ashlr-parallelize <task> <file1> [file2] [file3] ... [--code]
<task>— the instruction to apply to each file (quoted string or unquoted phrase ending before the first file path).<file1> [file2] ...— one or more file paths (contain/or.or start with__).--code— optional flag. When present, useashlr:ashlr:code(sonnet) agents instead of the defaultashlr:ashlr:explore(haiku) agents. Use--codewhen the task requires edits; omit for read-only analysis.
Examples
/ashlr-parallelize "explain what this module exports" src/utils.ts src/helpers.ts src/types.ts
/ashlr-parallelize "find all TODO comments and summarize them" hooks/pretooluse-read.ts hooks/pretooluse-bash.ts
/ashlr-parallelize --code "add JSDoc to all exported functions" servers/read-server.ts servers/grep-server.ts
Steps
-
Parse
$ARGUMENTS:- Detect
--codeflag (remove from argument list before further parsing). - Determine
subagent_type:ashlr:ashlr:codeif--code, elseashlr:ashlr:explore. - Split remaining tokens: file-path-like tokens (contain
/,., or start with__) → file list; everything before the first file path → task string. - If no files are found, error: "No files specified. Usage: /ashlr-parallelize
<task><file1>[file2] ..." - If task string is empty, error: "No task specified. Usage: /ashlr-parallelize
<task><file1>[file2] ..."
- Detect
-
For each file, construct an agent prompt:
Task: <task> File: <file_path> Focus exclusively on this file. Do not read other files unless they are direct imports needed to answer the task. Keep your response under 300 words. Cite file:line for every claim. -
Spawn all agents in parallel via the Agent tool — one per file — each with
subagent_typeas determined in step 1. -
Wait for all agents to complete.
-
Print merged report:
## /ashlr-parallelize — <N> agents · task: <task> ### <file1> <agent 1 output> ### <file2> <agent 2 output> --- Agents: <N> · subagent_type: <type> · files: <list>
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.
- 2d ago First seen · 64 lines · 32 tokens per session scan A 53a62ae2c3b9
ashlr-parallelize is a command published in the GitHub repository ashlrai/ashlr-plugin (3 stars, last pushed 2d ago), licensed MIT. It adds 32 tokens to every session and 709 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.
Other commands, from other repositories
upgrade-webkit
Upgrade Bun's WebKit fork to the latest upstream version of WebKit.
dedupe
Find duplicate GitHub issues.
rp-build-cli
Build with rp-cli context builder → chat → implement.
planx
Write a concise, self-contained execution plan to docs/plans/ / / / - / for another AI to implement.
scriptwriter-draw
Draw a random chaos card from the 13-card deck — a plot-twist prompt the user can use as a scene seed, a basistext for an RRR cascade, or a riff for a room contribution.
specsync-create-spec
Create a new spec-sync module spec.