han0405

Vocab — Development skill for Claude Code

Development community

Turn VibeVocab on/off, show or export the word log, set the per-reply gloss rate, mark terms known, or switch the active-mode word pack.

How to install Vocab

Installs to ~/.claude/skills/han0405-vibe-vocab-vocab/SKILL.md

Terminal
mkdir -p ~/.claude/skills/han0405-vibe-vocab-vocab && curl -fsSL https://raw.githubusercontent.com/han0405/vibe-vocab/HEAD/commands/vocab.md -o ~/.claude/skills/han0405-vibe-vocab-vocab/SKILL.md

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

What Vocab does


name: vocab description: Turn VibeVocab on/off, show or export the word log, set the per-reply gloss rate, mark terms known, or switch the active-mode word pack.

The user invoked `/vocab` with arguments: `$ARGUMENTS`

Step 1 — always run this

node "${CLAUDE_PLUGIN_ROOT}/scripts/report.js" "${CLAUDE_PROJECT_DIR}" $ARGUMENTS

Print its stdout to the user verbatim — no summarizing, no rephrasing, no extra commentary. If it errors, show the raw error and suggest running the same

Alternatives in Development

  • Epic Review — Mark epic review requested, approved, or changes requested 243.5k ★
  • Claude Swap — Switch between multiple Claude Code accounts, with automatic rate-limit rotation, usage dashboard, and paralle 2k ★
  • Agent Skills Discovery RFC — A mechanism for discovering Agent Skills using the .well-known URI path prefix as specified in RFC 8615 for di 337 ★

Full documentation available on GitHub

View Source Repository