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/shellgit 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.01024 |
| Opus 5 | $0.00000 | $0.00512 |
| Sonnet 5 | $0.00000 | $0.00205 |
| Haiku 4.5 | $0.00000 | $0.00102 |
Grade A, and why
shell 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 — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🔸 shell
Enter an interactive shell session in an orchestra member.
Overview
The shell command provides an interactive shell environment within a specific worktree. This allows you to work directly in the context of a feature branch with all environment variables properly set.
Usage
mst shell [branch-name] [options]
mst sh [branch-name] [options] # alias
Options
--fzf- Interactively select orchestra member with fzf--cmd <command>- Execute command and exit (non-interactive)--tmux- Attach to existing tmux session (create if doesn't exist)--tmux-vertical,--tmux-v- Open shell in vertical split pane--tmux-horizontal,--tmux-h- Open shell in horizontal split pane
Examples
Basic Usage
Enter a shell in a specific orchestra member:
# Enter shell
mst shell feature/awesome
# Using alias
mst sh feature/api
Interactive Selection
Use fzf to select which orchestra member to enter:
# Select with fzf
mst shell --fzf
# Shorthand without branch name
mst sh --fzf
Execute Command and Exit
Run a single command without entering interactive shell:
# Run tests and exit
mst shell feature/test --cmd "npm test"
# Check Node version
mst shell backend --cmd "node --version"
tmux Integration
Work with tmux for better session management:
# Attach to existing tmux session or create new
mst shell feature/ui --tmux
# Open in vertical split (side by side)
mst shell feature/api --tmux-v
# Open in horizontal split (top and bottom)
mst shell feature/db --tmux-h
# Combine with fzf
mst shell --fzf --tmux-v
Environment Variables
When in a maestro shell, these environment variables are automatically set:
MAESTRO- Set to "1" (indicates you're in a maestro shell)MAESTRO_BRANCH- The branch name of current worktreeMAESTRO_PATH- The absolute path to the worktree
Shell Customization
The shell prompt is automatically customized to show the current orchestra member:
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 · 169 lines · 0 tokens per session scan A 83279a6821ce
shell 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 1,024 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.