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/mirinodev/maestro/creategit clone --depth 1 https://github.com/mirinodev/maestroWhat 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.05793 |
| Opus 5 | $0.00000 | $0.02897 |
| Sonnet 5 | $0.00000 | $0.01159 |
| Haiku 4.5 | $0.00000 | $0.00579 |
Grade A, and why
create 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 — 703 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🔸 create
Command to create orchestra members (Git worktrees). Creates a new branch and worktree simultaneously, building an independent development environment.
Overview
mst create <branch-name> [options]
Usage Examples
Basic Usage
# Create a new orchestra member
mst create feature/new-feature
# Create orchestra member from issue number
mst create 123 # Created as issue-123
mst create #123 # Created as issue-123
mst create issue-123 # Created as issue-123
Advanced Usage
# Create with tmux session (prompts for attachment in TTY, auto-attaches in non-TTY)
mst create feature/new-feature --tmux
# Create with tmux session and set up Claude workspace
mst create feature/new-feature --tmux --claude-md
# Create with tmux pane split options (when already in tmux)
mst create feature/new-feature --tmux-h # Horizontal split
mst create feature/new-feature --tmux-v # Vertical split
# Create with multiple tmux panes
mst create feature/api --tmux-h-panes 3 # 3 horizontal panes
mst create feature/ui --tmux-v-panes 4 # 4 vertical panes
mst create feature/dashboard --tmux-h-panes 2 # 2 horizontal panes
# Create with specific layouts
mst create feature/backend --tmux-v-panes 3 --tmux-layout even-vertical
mst create feature/frontend --tmux-h-panes 4 --tmux-layout main-horizontal
mst create feature/testing --tmux-h-panes 2 --tmux-layout tiled
# Create with specified base branch
mst create feature/new-feature --base develop
# Combine all options
mst create feature/new-feature --base main --open --setup --tmux-h-panes 3 --tmux-layout even-horizontal --claude-md
Options
| Option | Short | Description | Default |
|---|---|---|---|
--base <branch> |
-b |
Specify base branch | main |
--open |
-o |
Open in editor after creation | false |
--yes |
-y |
Skip confirmation prompts | false |
--setup |
-s |
Run environment setup (npm install, etc.) | false |
--tmux |
-t |
Create tmux session with attachment prompt (TTY) or auto-attach (non-TTY) | false |
--tmux-h |
Split tmux pane horizontally (when in tmux) | false |
|
--tmux-v |
Split tmux pane vertically (when in tmux) | false |
|
--tmux-h-panes <number> |
Create specified number of horizontal tmux panes | none | |
--tmux-v-panes <number> |
Create specified number of vertical tmux panes | none | |
--tmux-layout <type> |
Apply tmux layout (even-horizontal, even-vertical, main-horizontal, main-vertical, tiled) | none | |
--claude-md |
-c |
Create CLAUDE.md file for Claude Code workspace | false |
--copy-file <file> |
Copy files from current worktree (including gitignored files) | none | |
--shell |
Enter shell after creation | false |
|
--exec <command> |
Execute command after creation | none |
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 · 703 lines · 0 tokens per session scan A 00d4ea1a227e
create is a command published in the GitHub repository mirinodev/maestro (9 stars, last pushed 11mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,793 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-31.
Other commands, from other repositories
audit-agents-skills
Audit quality of agents, skills, and commands in a Claude Code project.
security-audit
Comprehensive security audit of your project AND Claude Code configuration. Analyzes secrets exposure, injection surfaces, dependencies, hook security, and produces a scored security posture assessment.
audit-quiz-coverage
Find quiz coverage gaps from recent guide/CHANGELOG/CC-releases changes and propose new questions.
worktree
Create a git worktree for isolated feature/fix work.
sync
Check guide/landing synchronization status.
version
Display current guide and Claude Code versions.