ashlrai

Lexicon — Development skill for Claude Code

Development community

Show, add, harvest or export the user's personal voice lexicon (STT spelling corrections).

How to install Lexicon

Installs to ~/.claude/skills/ashlrai-lexicon-lexicon/SKILL.md

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

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

What Lexicon does


description: Show, add, harvest or export the user's personal voice lexicon (STT spelling corrections). argument-hint: "[add as , | learn -> | stats | harvest | export ]"

Manage the user's voice lexicon through the `lexicon` MCP server. Arguments: `$ARGUMENTS`

Decide what to do from the arguments:

  1. No arguments - call list_terms with no filters and show the result as a compact table: canonical, aliases, category, scope. Inc

Alternatives in Development

  • /diagnose — Vérifie l'état de l'environnement RTK et suggère des corrections 25.5k ★
  • Octo Docs — Document delivery with export to PPTX, DOCX, PDF formats 2.8k ★
  • Instinct Export — Export instincts from project/global scope to a file 1.9k ★

Full documentation available on GitHub

View Source Repository