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/bluewings1211/codebase-rag/parallelizegit clone --depth 1 https://github.com/bluewings1211/codebase-RAGWhat 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.00000 | $0.01112 |
| Opus 5 | $0.00000 | $0.00556 |
| Sonnet 5 | $0.00000 | $0.00222 |
| Haiku 4.5 | $0.00000 | $0.00111 |
Grade A, and why
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 yesterday.
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 — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/parallelize
Create N git worktrees and run AI agents in each worktree for concurrent development.
Variables
FEATURE_NAME: $ARGUMENTS NUMBER_OF_PARALLEL_WORKTREES: $ARGUMENTS
Task File Discovery and Validation
Task File Location: I will locate the task file at tasks/tasks-prd-{FEATURE_NAME}.md.
Validation Steps:
- Verify that
tasks/tasks-prd-{FEATURE_NAME}.mdexists - Confirm the file contains a valid task list structure
- If the file doesn't exist, I will exit with an error message: "Task file not found: tasks/tasks-prd-{FEATURE_NAME}.md. Please generate the task list first using @ai_docs/generate-tasks.mdc"
Task File Contents: The discovered task file will serve as the implementation plan for all subagents.
Execute Phase 1: Environment Setup
Parameter Validation: Before proceeding, I will validate:
FEATURE_NAMEis provided and not emptyNUMBER_OF_PARALLEL_WORKTREESis a positive integer- Task file
tasks/tasks-prd-{FEATURE_NAME}.mdexists and is readable - The
progress/directory exists (create if it doesn't)
Safety Check: I will check for any uncommitted changes in the current directory. If changes are found, I will exit with an error, prompting you to commit or stash them.
Directory Setup: I will ensure the trees/ directory exists at the project root.
The following steps will be executed in parallel for each worktree to ensure efficiency. I will use absolute paths for all commands.
For each instance from 1 to NUMBER_OF_PARALLEL_WORKTREES, I will:
- Create Worktree:
git worktree add -b <FEATURE_NAME>-<instance-number> ./trees/<FEATURE_NAME>-<instance-number> - Copy Environment: Copy the
.envfile to./trees/<FEATURE_NAME>-<instance-number>/.envif it exists. - Copy Task File: Copy the task file from
tasks/tasks-prd-{FEATURE_NAME}.mdto./trees/<FEATURE_NAME>-<instance-number>/tasks/tasks-prd-{FEATURE_NAME}.md - Install Dependencies: Change directory to
./trees/<FEATURE_NAME>-<instance-number>and runuv syncto install dependencies specified inuv.lock.
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.
- yesterday First seen · 98 lines · 0 tokens per session scan A eeff81719e00
parallelize is a command published in the GitHub repository bluewings1211/codebase-RAG (15 stars, last pushed 8mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,112 tokens. 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.
Other commands, from other repositories
screenshot
Screenshot a URL or document and read it visually.
review-pr
Review Github Pull Request.
weekly
Weekly memory report — facts learned, procedures, repeated mistakes prevented.
vst-ui-dev
This skill should be used when the user asks to "add a feature", "fix a bug", "create a component", "implement UI", "update the VST UI", "change the dashboard", "modify the video player", or any other development task on the VST web client (vst-ui-ts TypeScript/React codebase). Covers the full development loop: plan →…
tree
Show file tree with sync status indicators showing which files are indexed, modified, new, or deleted.
framework-builder
Run the real Limitless framework builder for a topic.