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.
git clone --depth 1 https://github.com/evan043/claude-cli-advanced-starter-packWrote 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/evan043/claude-cli-advanced-starter-pack/menu-happy.template)<a href="https://agentmods.dev/commands/evan043/claude-cli-advanced-starter-pack/menu-happy.template"><img src="https://agentmods.dev/badge/commands/evan043/claude-cli-advanced-starter-pack/menu-happy.template.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.01403 |
| Opus 5 | $0.00000 | $0.00701 |
| Sonnet 5 | $0.00000 | $0.00281 |
| Haiku 4.5 | $0.00000 | $0.00140 |
Grade B, and why
menu-happy.template 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 8d 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/config/ccasp-state.json 2>/dev/null || echo "{}" How it starts
The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex Runtime Compatibility
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows:
AskUserQuestion=> ask the user directly in chat.WebSearch/WebFetch=> use available web tools (search_query,open,find) and cite links.Read/Write=> use shell/filesystem tools in this workspace.- Claude-only MCP calls (for example Playwright MCP names) => use available equivalents or clearly state fallback.
- Keep intent and output format identical; only adapt execution mechanics.
description: Mobile-optimized menu for Happy CLI (40-char width, no overflow) model: sonnet
/menu-happy - Mobile Mode Menu
Purpose
Display CCASP menu in mobile-friendly format. Use from Happy CLI sessions.
Session-Specific: This command always shows mobile format. Desktop users should use /menu instead. Each session uses its own command - no shared config files.
Instructions for Claude
When this command is invoked:
Step 1: Read Update State
Read .claude/config/ccasp-state.json for version info:
cat .claude/config/ccasp-state.json 2>/dev/null || echo "{}"
Parse the JSON to extract:
currentVersion: Installed CCASP versionlatestVersion: Latest version on npmupdateAvailable: Boolean indicating if update exists
Step 2: Display Mobile Menu
ALWAYS use this mobile format (40 characters max width):
┌────────────────────────────────────┐
│ CCASP Menu │
│ v{{VERSION}} │
└────────────────────────────────────┘
✓ Configured
──────────────────────────────────────
Quick Actions:
──────────────────────────────────────
[T] Run Tests
E2E tests with Playwright
[G] GitHub Task
Create tasks from issues
[P] Phase Dev Plan
95%+ success rate planning
[A] Create Agent
L1/L2/L3 orchestrators
[H] Create Hook
Enforcement hooks
[S] Create Skill
RAG-enhanced skills
[M] Explore MCP
Discover MCP servers
[C] Claude Audit
Best practices check
[E] Explore Codebase
Structure analysis
──────────────────────────────────────
Resources:
──────────────────────────────────────
[1] View Agents
[2] View Skills
[3] View Hooks
[4] All Commands
──────────────────────────────────────
Project:
──────────────────────────────────────
[I] /project-impl
Setup & configuration
[5] Settings
──────────────────────────────────────
Navigation:
──────────────────────────────────────
[U] Check Updates
[R] Refresh Menu
[?] Help
[Q] Exit
Enter key:
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.
- 8d ago First seen · 215 lines · 0 tokens per session scan B 2d587d009d16
menu-happy.template is a command published in the GitHub repository evan043/claude-cli-advanced-starter-pack (61 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,403 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-30.
Other commands, from other repositories
worktree-cleanup
A command for removing a Git worktree, which is a separate working folder linked to the same repository, after its pull request is merged.
quick-commit
A quick Git command for committing and pushing a small code change. Git is the tool that records code versions and sends them to a shared repository.
security-review
A security review procedure based on CWE, a list of common software weaknesses, and STRIDE, a method for identifying threats to a system.
pull-repos
Pull all repos (parent + marketplace clones + configured project repos).
security-scan
Run security audit on codebase.
test-suite
Run comprehensive test suite with coverage analysis.