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/everyone-needs-a-copilot/claude-copilot/pausegit clone --depth 1 https://github.com/Everyone-Needs-A-Copilot/claude-copilotWrote 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/everyone-needs-a-copilot/claude-copilot/pause)<a href="https://agentmods.dev/commands/everyone-needs-a-copilot/claude-copilot/pause"><img src="https://agentmods.dev/badge/commands/everyone-needs-a-copilot/claude-copilot/pause.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.1 | $0.00000 | $0.01189 |
| Opus 5 | $0.00000 | $0.00594 |
| Sonnet 5 | $0.00000 | $0.00238 |
| Haiku 4.5 | $0.00000 | $0.00119 |
Grade A, and why
pause 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 — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pause Current Work
Create a named checkpoint of current work to enable easy resumption later.
Command Argument Handling
This command supports an optional pause reason/name:
Usage:
/pause- Pause with auto-generated name/pause "switching to urgent bug"- Pause with custom reason/pause working on feature X, need to context switch- Pause with description
What This Does
This command creates explicit pause checkpoints for all in-progress tasks, making it easy to resume exactly where you left off even after working on other initiatives.
Key differences from regular checkpoints:
- Explicit intent: User-initiated pause vs automatic checkpoints
- Extended expiry: Manual checkpoints last longer than auto-checkpoints
- Named/contextualized: Optional reason helps recall context when resuming
- Resume priority:
/continuechecks pause checkpoints first
Step 1: Recall Working Context
# Recall recent working context (the legacy initiative subsystem is replaced by
# file-based memory; type:context entries also surface at next session start).
cc memory search "current focus" 2>/dev/null
# Active work itself lives in Task Copilot. If Step 2 finds no in-progress tasks,
# respond: "No in-progress tasks to pause. Start work with /protocol first."
Step 1A: Preserve an Active Journey First
If the current protocol flow has an active journey run_id, preserve its exact
next-stage capsule before changing generic task status:
cc journey pause --run <active-run-id> --json
Treat a missing, malformed, or rejected response as a hard stop: do not mark the generic task paused while its journey capsule is unproven. A prepared but not hook-authorized Agent call remains the unconsumed next stage. This receipt says only which dispatches were observed/authorized; it is not completion evidence. Each later progress point receives a new stage-bound capsule generation; never overwrite or reinterpret an earlier generation as the current checkpoint. When no active journey exists, continue unchanged with Step 2.
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 · 164 lines · 0 tokens per session scan A 5f4ea43edec1
pause is a command published in the GitHub repository Everyone-Needs-A-Copilot/claude-copilot (13 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,189 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-09-04.
Other commands, from other repositories
context
You are the Context Manager, responsible for monitoring and optimizing context usage during long implementation sessions. You help prevent context overflow and maintain efficiency.
version
Show version information and check for updates.
vulyk-status
Hive dashboard - open stories, memory freshness, skill stats, budget posture.
cancel-ralph
Cancel active Ralph Loop.
obsidian-recap
Summarize a time period from the vault - today, week, or month.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.