Plugin Claude Code
Plugin marketplace listing 1 plugin: shadowling.
Plugin Claude Code
Plugin marketplace listing 1 plugin: shadowling.
Settings file Claude Code
Passive vocabulary glossing for Claude Code — collect words with /vocab and get inline native-language translations in replies until you've learned them.
Skill Claude CodeCodex
Dev: check a target (spec / plan / working diff / code) for architectural drift from the rulebook docs/ARCHITECTURE.md — report qualitative deviations citing rule ids, and triage new ones into docs/Debt.md. Usage: /drift.
Skill Claude CodeCodex
Dev: force-reinstall the shadowling plugin from the local working tree into the Claude Code cache so you can test it by hand. Usage: /reinstall.
Skill Claude CodeCodex
Use whenever you read, query, or mutate shadowling's sqlite database (shadowling.db) — any SELECT/INSERT/UPDATE/DELETE, ad-hoc SQL, dropping/clearing/resetting rows, inspecting data, or checking a migration's result. All DB access goes through a skill entrypoint, a repository method (models/), or sql.py — never raw…
Plugin Claude Code
Passive language learning: add words with /loot (remove with /drop) and Claude glosses them inline in its replies, while /debrief turns your writing in the language you're learning into personal grammar/phrasing/idiom/irregular-verb frequency docs.
Hook
Runs when you submit a prompt, before the agent sees it, executing gloss.py via python3. From OleksandrHavuka/shadowling.
Hook
Runs when the agent finishes a response, executing gloss.py and capture.py via python3 (2 commands). From OleksandrHavuka/shadowling.
Skill Claude CodeCodex
Explain an expression in the language you're learning that you can't read literally — get a verdict (memorize vs learnable rule) + how to read it, saved to the decode dataset. Usage: /aha [+ your hunch].
Skill Claude CodeCodex
Push enriched vocab to Anki Desktop as flashcards and pull review progress back. Usage: /anki-sync.
Skill Claude CodeCodex
Review your buffered writing into per-category frequency docs (grammar / rephrasings / idioms / verbs). Usage: /debrief.
Skill Claude CodeCodex
Remove words/terms from your vocab list. Comma-separated for several at once. Usage: /drop [, , ...].
Skill Claude CodeCodex
Add words/terms you're learning, enriched (translation, alternative translations, examples, synonyms, definition) into your native/learning languages. Comma-separated for several at once. Usage: /loot [, , ...].
Skill Claude CodeCodex
Set up shadowling's three languages — native (translations), learning (what you study), and explanation (corrections). Required before first use. Usage: /shadowling:setup.
Skill Claude CodeCodex
Drill your recorded pains (friction phrasings, grammar fixes, irregular verbs, learned vocab) with spaced repetition. Usage: /tutor [size].
Skill Claude CodeCodex
Dev: wipe the six category datasets (incident tables) for a clean test run; keeps config, vocab, and the message store. Usage: /vipe.