Borrowing it
Nothing to install: this file belongs to edible999999999-jpg/humhum. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/edible999999999-jpg/humhum/main/.claude/commands/dev.mdgit clone --depth 1 https://github.com/edible999999999-jpg/humhumWrote 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/edible999999999-jpg/humhum/dev)<a href="https://agentmods.dev/commands/edible999999999-jpg/humhum/dev"><img src="https://agentmods.dev/badge/commands/edible999999999-jpg/humhum/dev.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.00223 |
| Opus 5 | $0.00000 | $0.00112 |
| Sonnet 5 | $0.00000 | $0.00045 |
| Haiku 4.5 | $0.00000 | $0.00022 |
Grade A, and why
dev scanned grade A 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- 等待就绪时用 curl 轮询,最多等 60 秒 What it actually says
一键启动 HumHum 开发环境。按顺序执行:
- 检查并清理残留进程(端口 31275 和 1420)
- 检查 node_modules 是否存在,缺失则 npm install
- 后台启动 Edge TTS Bridge(python3 scripts/edge-tts-bridge.py),如果 5050 端口已被占用则跳过
- 后台启动
npm run tauri dev - 等待前端(localhost:1420)和后端(localhost:31275/health)都就绪
- 报告启动状态
注意事项:
- tauri dev 和 edge-tts-bridge 都用 run_in_background 在后台运行
- 使用 lsof 检查端口占用判断服务是否已在运行
- 等待就绪时用 curl 轮询,最多等 60 秒
- 如果 edge-tts 的 python 依赖缺失(edge-tts 或 aiohttp),提示用户安装但不阻断启动
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 · 15 lines · 0 tokens per session scan A cf39fb77a70e
dev is a command published in the GitHub repository edible999999999-jpg/humhum (1 stars, last pushed 26d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 223 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
audit
Run a structured codebase audit. Maps the architecture, assesses health (compliance, tests, docs), performs deep analysis (security, performance, code quality), and synthesizes a prioritized roadmap. Outputs land under docs/audit/ in this project. Phases 0-3 with human checkpoints between each phase. Use /audit-quick…
audit-quick
Run a quick codebase orientation scan — Phases 0 and 1 only (architecture map + health assessment). Skips deep analysis (security, performance, code quality) and the roadmap. Good for onboarding onto a new project or a fast pre-review checkup. Run /audit --resume later to continue with the deep phases.
devteam
Run a stage of the Stagecraft pipeline. Wraps the devteam CLI so you can dispatch a stage (PM brief, design, build, review, QA, deploy, etc.) from inside Claude Code. The CLI emits the role-specific prompt; you invoke the matching subagent (under .claude/agents/) to do the work.
init
Initialize configurations for Supabase local development.
doctor
Diagnosticar y reparar problemas del framework Don Cheli, git y entorno. Usa cuando el usuario dice "doctor", "problemas del framework", "don cheli no funciona", "repair Don Cheli", "debug setup", "setup broken", "framework broken", "reparar entorno". Detecta y repara issues de configuración, git y dependencias…
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.