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/list-feature-plansgit clone --depth 1 https://github.com/paulbreuler/limpsWrote 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/paulbreuler/limps/list-feature-plans)<a href="https://agentmods.dev/commands/paulbreuler/limps/list-feature-plans"><img src="https://agentmods.dev/badge/commands/paulbreuler/limps/list-feature-plans.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.00000 | $0.00693 |
| Opus 5 | $0.00000 | $0.00347 |
| Sonnet 5 | $0.00000 | $0.00139 |
| Haiku 4.5 | $0.00000 | $0.00069 |
Grade A, and why
list-feature-plans 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 — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
List Feature Plans
List all available feature plans with their work types, names, and overviews.
Instructions for Claude
When this command is invoked, you must:
-
List plans using MCP tool:
- Use
list_plansMCP tool (server:limps) to get all available plans - The tool returns structured data with plan number, name, work type, overview, and status
- Use
-
Display the output:
- Show the formatted list of plans
- Include work type (Refactor/Overhaul/Feature)
- Include plan names
- Show overviews if available
- Display file paths for all files ({plan-name}-plan.md, README.md, interfaces.md, gotchas.md, and all agent files)
-
Provide navigation help:
- Explain that paths are clickable in most modern terminals (Command+Click on macOS, Ctrl+Click on Linux/Windows)
- Explain how to view a specific plan using the provided paths
- Show how to access plan README files, interfaces, gotchas, and agent files
- Reference the plan directory structure
Output Format
The tool displays each plan with:
- Work type icon and label (Refactor, Overhaul, Feature)
- Plan name (human-readable)
- Overview snippet (if available from plan file)
- File paths (one per line):
{plan-name}-plan.md- Full feature specificationsREADME.md- Index and status (if exists)interfaces.md- Interface contracts (if exists)gotchas.md- Discovered issues (if exists)- All
*.agent.mdfiles inagents/directory (excludes completed agents inagents/completed/subdirectory)
Example Output
Plans
0004-feature-name (Overhaul)
Overview: Brief description of the plan...
plans/0004-feature-name/0004-feature-name-plan.md
plans/0004-feature-name/README.md
plans/0004-feature-name/interfaces.md
plans/0004-feature-name/gotchas.md
plans/0004-feature-name/agents/000_agent_name.agent.md
plans/0004-feature-name/agents/001_agent_name.agent.md
...
0005-another-feature (Refactor)
Overview: Brief description...
plans/0005-another-feature/0005-another-feature-plan.md
plans/0005-another-feature/README.md
plans/0005-another-feature/agents/000_agent_name.agent.md
...
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 · 81 lines · 0 tokens per session scan A 56333136039b
list-feature-plans 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 693 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
awesome-chatgpt
Search awesome-ChatGPT-repositories for open-source GitHub repositories related to ChatGPT and LLMs.
init
Scaffold a new MindBase project (v2 layout). Usage: /mb:init [template] [-- mission ...].
commit
智能生成 Git 提交信息并提交.
pr
Handle the full workflow from current branch state to an open, CI-monitored pull request.
doctor.es
Diagnostica problemas de inferencia LLM en Mac: asiai doctor verifica el estado de los motores, conflictos de puertos, carga de modelos y estado de la GPU.
pm-board
Open the great-pm board — a native, zero-dependency project board (hybrid stage×status Kanban + artifact panels + verdict metrics) served from the great-pm plugin itself. Self-contained, no npm packages.