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/sterlingchin/marvin-template/helpgit clone --depth 1 https://github.com/SterlingChin/marvin-templateWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/sterlingchin/marvin-template/help)<a href="https://agentmods.dev/commands/sterlingchin/marvin-template/help"><img src="https://agentmods.dev/badge/commands/sterlingchin/marvin-template/help.svg" alt="Measured on agentmods" height="20"></a>What 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.00005 | $0.00566 |
| Opus 5 | $0.00003 | $0.00283 |
| Sonnet 5 | $0.00001 | $0.00113 |
| Haiku 4.5 | $0.00001 | $0.00057 |
Grade A, and why
help 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 4d 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/help - MARVIN Help
Show the user what MARVIN can do and what integrations are available.
Instructions
1. Show Available Commands
Display this reference:
## Slash Commands
| Command | What It Does |
|-----------|-------------------------------------|
| /start | Start a session with a briefing |
| /end | End session and save everything |
| /update | Quick checkpoint (save progress) |
| /report | Generate a weekly summary of work |
| /commit | Review and commit git changes |
| /code | Open MARVIN in your IDE |
| /status | Check integration & workspace health|
| /help | Show this help guide |
| /sync | Get updates from MARVIN template |
2. Show Current Integrations
Check what MCP servers are configured by running:
claude mcp list
Then display something like:
## Your Integrations
These are the tools MARVIN can currently access:
| Integration | What It Does |
|------------------|---------------------------------------------------|
| Google Workspace | Read/send email, check calendar, access Drive |
| Atlassian | View Jira tickets, search Confluence |
(List only what's actually configured based on the mcp list output)
If no integrations are configured, say:
## Your Integrations
No integrations configured yet. Just say "Help me connect to Jira" or "Set up Microsoft 365" and I'll walk you through it!
3. Show Available Integrations
Display what integrations can be added:
## Available Integrations
Just ask me to set one up! For example: "Help me connect to Jira"
| Integration | What It Does |
|------------------|-------------------------------------------|
| Atlassian | Jira tickets, Confluence pages |
| Microsoft 365 | Outlook email, Calendar, OneDrive, Teams |
| Google Workspace | Gmail, Calendar, Drive (advanced setup) |
| Slack | Team messaging, channels, search |
| Notion | Pages, databases, wikis |
| Linear | Issues, projects, tracking |
Want something else? Check `.marvin/integrations/REQUESTS.md` to see what's planned or request a new one!
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.
- 4d ago First seen · 94 lines · 5 tokens per session scan A 9f5f4992405d
help is a command published in the GitHub repository SterlingChin/marvin-template (1,017 stars, last pushed 16d ago), licensed MIT. It adds 5 tokens to every session and 566 once invoked, about $0.0000 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
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.