Lingua banner
zzmicer zzmicer

Lingua

Development community

Description

--- description: Manage lingua — the language cards that appear while the agent is busy argument-hint: "[status | next | again | gen | seed | demo | doctor | init … | install | on | off]" allowed-tools: Bash(python3 "${CLAUDE_PLUGIN_ROOT}/scripts/lingua.py":*) --- Run the lingua CLI with the user's arguments and report the result. ``` python3 "${CLAUDE_PLUGIN_ROOT}/scripts/lingua.py" $ARGUMENTS ``` If `$ARGUMENTS` is empty, run `status`. Then summarise the output for the user in one or two l

Installation

Installs to ~/.claude/skills/zzmicer-lingua-lingua/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository