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/thelobbi/claude/readmegit clone --depth 1 https://github.com/TheLobbi/claudeWrote 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/thelobbi/claude/readme)<a href="https://agentmods.dev/commands/thelobbi/claude/readme"><img src="https://agentmods.dev/badge/commands/thelobbi/claude/readme.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.03067 |
| Opus 5 | $0.00000 | $0.01533 |
| Sonnet 5 | $0.00000 | $0.00613 |
| Haiku 4.5 | $0.00000 | $0.00307 |
Grade B, and why
README 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 3d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
cat .claude/context/command-registry.yaml How it starts
The opening of the file, as written. The whole thing — 392 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Slash Commands
Comprehensive catalog of all available slash commands for this project.
Command Categories
Meta-Development Tools (8 commands)
| Command | Description | Agents | Time |
|---|---|---|---|
/add-command |
Create new slash commands with full documentation | master-strategist, documentation-expert | 10-15 min |
/create-agent |
Create specialized agents with full ecosystem integration | master-strategist + 8 agents | 90-120 min |
/add-agent |
Create new specialized agents with prompts and skills | master-strategist, code-generator-typescript | 15-25 min |
/add-workflow |
Create automated workflows and orchestration patterns | master-strategist, plan-decomposer | 20-30 min |
/improve-orchestration |
Identify and improve orchestration patterns across all systems | master-strategist + 13 agents | 60-270 min |
/project-status |
Project health dashboard and planning assistant | master-strategist, risk-assessor, plan-decomposer | 5-25 min |
/github-upgrade |
Automated dependency upgrades with testing | dependency-analyzer, test-engineer, devops-automator | 30-60 min |
/identify-gaps-and-generate-epics |
Comprehensive gap analysis and epic generation with sequential reasoning | researcher, reviewer, system-architect, product-owner, sequential-thinking MCP + 8 agents | 30-105 min |
UI/UX Development (3 commands)
| Command | Description | Agents | Time |
|---|---|---|---|
/ui-start |
Start development server with monitoring | devops-automator, frontend-engineer | 2-5 min |
/ui-screenshot |
Automated Playwright screenshots for docs | frontend-engineer, documentation-expert | 10-20 min |
/ui-component |
Generate React components with tests | frontend-engineer, test-engineer | 15-25 min |
Application-Specific Commands (3 commands)
| Command | Description | Agents | Time |
|---|---|---|---|
/feature-generate |
Generate feature implementations from requirements | code-generator-python/typescript, architect-supreme | 30-60 min |
/task-automate |
Auto-generate implementation plans from task descriptions | code-generator-typescript, documentation-expert | 20-40 min |
/story-map |
Generate user story mapping and workflows | documentation-expert, architect-supreme | 15-30 min |
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.
- 3d ago First seen · 392 lines · 0 tokens per session scan B fb39a1ae931b
README is a command published in the GitHub repository TheLobbi/claude (21 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,067 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
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.