help

help is a command for Claude Code from SterlingChin/marvin-template. It costs 5 tokens per session (566 once invoked), scanned A, original, MIT.

A help command that displays available slash commands and integrations, meaning connected services or tools.

In plain words
What is it for?
Use it to view commands for starting or ending sessions, saving progress, generating reports, reviewing commits, opening the IDE, checking status, and syncing updates.
Why use it?
It gives users a quick reference for what the MARVIN workspace can do and which connections are available.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/sterlingchin/marvin-template/help
Clone the repo
git clone --depth 1 https://github.com/SterlingChin/marvin-template

Made for: Claude Code.

Wrote 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.

agentmods badge for help

README.md
[![agentmods](https://agentmods.dev/badge/commands/sterlingchin/marvin-template/help.svg)](https://agentmods.dev/commands/sterlingchin/marvin-template/help)
Your own site
<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>
Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 9f5f4992405d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.claude/commands/help.md · 94 lines

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!

Read the full file on GitHub · 94 lines

Changes

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.

  1. 4d ago First seen · 94 lines · 5 tokens per session scan A 9f5f4992405d

Subscribe to this mod's changes

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.