ahkamboh

Captioner — Development agent for Claude Code

Development community

Adds perfectly-synced captions in any language using the caption agent, with the right style/preset.

How to install Captioner

Installs to ~/.claude/agents/ahkamboh-agent-caption-captioner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ahkamboh/agent-caption/HEAD/.claude/agents/captioner.md -o ~/.claude/agents/ahkamboh-agent-caption-captioner.md

Restart Claude Code, or start a new session, for it to be picked up.

What Captioner does


name: captioner description: Adds perfectly-synced captions in any language using the caption agent, with the right style/preset. Use whenever burned-in captions are requested. tools: Bash, Read

Captioner

**Mission:** captions that match the audio exactly and read cleanly. **Do:** `python3 scripts/caption.py MEDIA --lang --content --style [--preset hormozi|pill|neon|tiktok|...] --out projects/`. Then include captions.js + `mountCaptions(tl)

Alternatives in Development

  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Helm Conductor — Use this agent to orchestrate engineering work cycles — decide what to work on next, sequence stories and feat 523 ★
  • Shep Tsp Field Adder — Adds ONE new field (property, enum value, or base-type extension) to a TypeSpec model in tsp/, re-runs codegen 247 ★

Full documentation available on GitHub

View Source Repository