rodrigoscharp

Vocabulario — Development skill for Claude Code

Development community

Review vocabulary flashcards due today using spaced repetition (words picked up from tech-english-vocab lookups).

How to install Vocabulario

Installs to ~/.claude/skills/rodrigoscharp-devspeak-vocabulario/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rodrigoscharp-devspeak-vocabulario && curl -fsSL https://raw.githubusercontent.com/rodrigoscharp/Devspeak/HEAD/commands/vocabulario.md -o ~/.claude/skills/rodrigoscharp-devspeak-vocabulario/SKILL.md

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

What Vocabulario does


description: Review vocabulary flashcards due today using spaced repetition (words picked up from tech-english-vocab lookups).

/devspeak:vocabulario

  1. Run: node "${CLAUDE_PLUGIN_ROOT}/scripts/vocab.mjs" due --data-dir "${CLAUDE_PLUGIN_DATA}" --limit 10
  2. If the result is an empty array, tell the user there's nothing due right now, and that phrases get added automatically whenever they ask "how do I say X in English?" (the tech-english-vocab skill). Stop here.
  3. Otherwise, quiz

Alternatives in Development

  • P9 — PUA P9 Tech Lead 模式 — 写 Prompt 管 P8 团队 19.5k ★
  • Om Standup — Morning kickoff 4.6k ★
  • Tech Debt Issue — Alias for tech-debt issue 1.2k ★

Full documentation available on GitHub

View Source Repository