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/paulbreuler/limps/plan-list-agentsgit clone --depth 1 https://github.com/paulbreuler/limpsWhat 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.00902 |
| Opus 5 | $0.00000 | $0.00451 |
| Sonnet 5 | $0.00000 | $0.00180 |
| Haiku 4.5 | $0.00000 | $0.00090 |
Grade B, and why
plan-list-agents scanned grade B with 1 finding 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 2d 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.
Asks the agent to reveal its instructionsmediumSystem prompt leakage
Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.
- Display instructions for running specific agents How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Plan List Agents
List all agents in a plan with their status, features, and clickable links. Helps you find and select which specific agent to run.
Invocation
/plan-list-agents --plan <plan-name>
What This Command Does
- Lists all agents - Shows all active agents in the plan (excludes completed/)
- Shows agent information:
- Agent number and display name
- Features handled (#1, #2, #3)
- Status summary (X PASS, Y WIP, Z GAP)
- Clickable link to agent file
- Shows how to run - Instructions for running a specific agent
Usage Examples
List Agents
/plan-list-agents --plan <plan-name>
This will:
- List all agents with status
- Show clickable links to agent files
- Display instructions for running specific agents
If no plan is specified, use list_plans MCP tool to see available plans first.
Instructions for Claude
When this command is invoked, you must:
-
List agents using MCP tool:
- If
--planprovided: Uselist_agentsMCP tool (server:limps) with the plan ID - Otherwise: Ask user which plan to list, or use
list_plansMCP tool to show available plans
- If
-
Display the output:
- Show the formatted list of agents
- Include agent numbers, names, features, and status
- Show clickable file links
- Display instructions for running specific agents
-
Provide guidance:
- Explain how to use the agent file links
- Reference
/run-agent --agent [path]for running a specific agent - Show how to copy agent file path
When to Use
Use /plan-list-agents when:
- You want to see all available agents in a plan
- You want to choose which specific agent to run (not auto-select)
- You need to find an agent by name or features
- You want to see agent status at a glance
Use /run-agent <plan-name> instead when:
- You want to auto-select the next best agent
- You're ready to start working and don't care which agent
Use get_plan_status MCP tool instead when:
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.
- 2d ago First seen · 119 lines · 0 tokens per session scan B eddf66ec4354
plan-list-agents is a command published in the GitHub repository paulbreuler/limps (10 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 902 tokens. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
plan-new
Create a new plan using the Universal Planning Framework.
plan-review
Check plan quality against Universal Planning Framework standards.
interview-plan
Interview a plan using framework-aware questions across 3 depth tiers.
plan-refine
Autonomously stress-test and harden a plan through 6 adversarial perspectives.
start
Enter Fathom Mode with a task. Bare /fathom:start shows status only via hook (no LLM).
plan
Plan from the current Fathom session, grounded in a structured intent.