← ClaudeAtlas

ccc-browselisted

Visual, filterable catalog of every CC Commander skill, agent, and command. Cascades from broad category picker into 4-at-a-time detail cards. Use when the user types…
KevinZai/commander · ★ 3 · AI & Automation · score 79
Install: claude install-skill KevinZai/commander
# /ccc-browse — Skill + Agent Catalog A click-first browser for the entire CC Commander surface: 11 CCC domains, 9 workflow skills, 22 specialist agents, plus meta skills. User never scrolls a wall of markdown — we cascade through `AskUserQuestion` 4-at-a-time. ## Response shape (EVERY time) Output exactly these three sections in order: ### 1. Brand header (one line, markdown) ``` **CC Commander** · v{VERSION} · Browser · 60 skills · 22 agents · 11 domains ``` Read `VERSION` from `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json`. ### 2. Context strip (one paragraph, markdown) Count categories live with a single Bash call: - `ls ${CLAUDE_PLUGIN_ROOT}/skills/ | wc -l` → total skills - `ls ${CLAUDE_PLUGIN_ROOT}/agents/*.md | wc -l` → agents - `ls ${CLAUDE_PLUGIN_ROOT}/skills/ccc-* -d 2>/dev/null | wc -l` → ccc-* skills Render: > 🧭 Catalog: `<N>` skills · `<M>` agents · `<K>` CCC domains · filter by category below. ### 3. The picker — `AskUserQuestion` with 4 categories **Never dump a numbered list. Never ask the user to type a name.** Call `AskUserQuestion`: ``` question: "What do you want to browse?" header: "CC Commander catalog" multiSelect: false options: - label: "🎯 Domains (11)" description: "MEGA skills — design, marketing, saas, devops, seo, testing, security, data, research, mobile, makeover." preview: "Each domain bundles 8-45 sub-skills behind one entry point. Pick one to drill in." - label: "🛠️ Workflows (9)" description: "Step-by-ste