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/bijutharakan/multi-agent-squad/create-agentgit clone --depth 1 https://github.com/bijutharakan/multi-agent-squadWhat 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.00017 | $0.00843 |
| Opus 5 | $0.00009 | $0.00421 |
| Sonnet 5 | $0.00003 | $0.00169 |
| Haiku 4.5 | $0.00002 | $0.00084 |
Grade A, and why
create-agent 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 — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create Agent Command
Generate a new specialized agent tailored to your project's specific needs.
What This Command Does
- Gathers Agent Requirements - Role, expertise, experience level
- Selects Template - Chooses appropriate base template
- Customizes for Project - Adds project-specific context
- Generates Agent File - Creates in
.claude/agents/ - Registers Agent - Updates agent registry
Usage
/create-agent- "Create a new agent"
- "I need a [role] agent"
Interactive Process
I'll ask you:
- Agent Role/Title (e.g., "Database Performance Expert")
- Primary Responsibilities (what they'll do)
- Experience Level (5/10/15+ years)
- Domain Expertise (specific technologies/industries)
- Tools Needed (Read, Write, Bash, etc.)
- Unique Experiences (war stories, specific achievements)
Example Flow
You: /create-agent
Me: Let's create a new agent! What role or title should this agent have?
You: Blockchain Security Expert
Me: Great! What will be their primary responsibilities?
You: Audit smart contracts, identify vulnerabilities, ensure security best practices
Me: What experience level? (Junior: 5 years, Senior: 10 years, Principal: 15+ years)
You: Senior - 10 years
Me: What specific domain expertise should they have?
You: Solidity, Ethereum, DeFi protocols, past experience with major hacks
Me: Creating your Blockchain Security Expert...
✓ Generated: .claude/agents/security/blockchain-security-expert.md
✓ Added war stories from famous DeFi hacks
✓ Included audit checklist and tools
✓ Registered in agent manifest
Your new agent is ready! They bring:
- 10 years of blockchain security experience
- Expertise in Solidity and smart contract vulnerabilities
- Experience preventing attacks like the DAO hack
- Comprehensive audit methodology
Agent Templates
Base templates available:
- Developer (Frontend/Backend/Full-Stack)
- Architect (Solution/System/Enterprise)
- Manager (Product/Project/Engineering)
- Specialist (Security/Performance/Data)
- Quality (QA/Testing/Automation)
- Operations (DevOps/SRE/Infrastructure)
- Custom (Any specialized role)
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 · 120 lines · 17 tokens per session scan A e5235fbbfc98
create-agent is a command published in the GitHub repository bijutharakan/multi-agent-squad (86 stars, last pushed 1y ago), licensed MIT. It adds 17 tokens to every session and 843 once invoked, about $0.0001 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.
Other commands, from other repositories
claude-flow-swarm
Coordinate multi-agent swarms for complex tasks.
bootstrap
PACT session-start ritual — identify the session team (platform-provisioned), secretary spawn, paused-state surface, bootstrap marker.
ox-session-review
Command "ox-session-review" from sageox/ox, covering failure-mode watch-list (read first), from the ledger root. should print 0, phase 1 — scan & score (read-only), quality buckets (first match wins) and removal candidates.
add-agent
引导新增一个 Agent 适配器。用法 /add-agent.
handoff
Package current state for the next agent.
xdo
Direct development by the Main Agent.