humhum: Command for Claude Code

.claude/commands/dev.md

dev is a command for Claude Code from edible999999999-jpg/humhum. It costs 0 tokens per session (223 once invoked), scanned A, original, MIT.

A command for starting the HumHum development environment, including its frontend, backend, and optional text-to-speech bridge.

In plain words
What is it for?
Use it to launch the Tauri development app, its backend, and the Edge TTS bridge, then report whether they are ready.
Why use it?
It handles leftover processes, missing Node packages, service startup, and readiness checks so you do not have to start each part manually.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is edible999999999-jpg/humhum's own configuration. It tells Claude Code how to work on humhum itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything humhum configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/edible999999999-jpg/humhum/main/.claude/commands/dev.md
Clone the repo
git clone --depth 1 https://github.com/edible999999999-jpg/humhum

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 dev

README.md
[![agentmods](https://agentmods.dev/badge/commands/edible999999999-jpg/humhum/dev.svg)](https://agentmods.dev/commands/edible999999999-jpg/humhum/dev)
Your own site
<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>
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 223 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 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.00223
Opus 5 $0.00000 $0.00112
Sonnet 5 $0.00000 $0.00045
Haiku 4.5 $0.00000 $0.00022

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

Security

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 秒
.claude/commands/dev.md · 15 lines

What it actually says

一键启动 HumHum 开发环境。按顺序执行:

  1. 检查并清理残留进程(端口 31275 和 1420)
  2. 检查 node_modules 是否存在,缺失则 npm install
  3. 后台启动 Edge TTS Bridge(python3 scripts/edge-tts-bridge.py),如果 5050 端口已被占用则跳过
  4. 后台启动 npm run tauri dev
  5. 等待前端(localhost:1420)和后端(localhost:31275/health)都就绪
  6. 报告启动状态

注意事项:

  • tauri dev 和 edge-tts-bridge 都用 run_in_background 在后台运行
  • 使用 lsof 检查端口占用判断服务是否已在运行
  • 等待就绪时用 curl 轮询,最多等 60 秒
  • 如果 edge-tts 的 python 依赖缺失(edge-tts 或 aiohttp),提示用户安装但不阻断启动
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 · 15 lines · 0 tokens per session scan A cf39fb77a70e

Subscribe to this mod's changes

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.

Related

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…

telus-labs/stagecraft · 78 tokens

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.

telus-labs/stagecraft · 67 tokens

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.

telus-labs/stagecraft · 71 tokens

init

Initialize configurations for Supabase local development.

fcakyon/claude-codex-settings · 0 tokens

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…

doncheli/don-cheli-sdd · 76 tokens

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.

Kanevry/session-orchestrator · 31 tokens