menu-happy.template

menu-happy.template is a command for Claude Code from evan043/claude-cli-advanced-starter-pack. It costs 0 tokens per session (1,403 once invoked), scanned B, original, MIT.

A command that displays the Happy CLI menu in a narrow, mobile-friendly format. A CLI is a program controlled by typing commands.

In plain words
What is it for?
Use it in Happy CLI sessions when you need to view the CCASP menu on a mobile-sized display.
Why use it?
It keeps the menu within a 40-character width so it does not overflow on small screens.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Codex.

Good fit Use it in Happy CLI sessions when you need to view the CCASP menu on a mobile-sized display.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/evan043/claude-cli-advanced-starter-pack/menu-happy.template
Install

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.

Clone the repo
git clone --depth 1 https://github.com/evan043/claude-cli-advanced-starter-pack

Made for: Claude Code.

Wrote 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.

agentmods badge for menu-happy.template

README.md
[![agentmods](https://agentmods.dev/badge/commands/evan043/claude-cli-advanced-starter-pack/menu-happy.template.svg)](https://agentmods.dev/commands/evan043/claude-cli-advanced-starter-pack/menu-happy.template)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,403 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash 2d587d009d16, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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 "{}"
templates/commands/menu-happy.template.md · 215 lines

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

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 version
  • latestVersion: Latest version on npm
  • updateAvailable: 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:

Read the full file on GitHub · 215 lines

Changes

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.

  1. 8d ago First seen · 215 lines · 0 tokens per session scan B 2d587d009d16

Subscribe to this mod's changes

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.