From memcli
Use memcli when the user wants to inspect or update Memrise teaching courses, levels, items, or pools through the installed memcli or memrise CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memcli:memcliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for Memrise teacher and course-maintenance tasks that should be performed with the `memcli` CLI from this repository.
Use this skill for Memrise teacher and course-maintenance tasks that should be performed with the memcli CLI from this repository.
Use memcli when the user wants to:
Do not use this skill for generic Memrise learner questions, language-study advice, or tasks that do not require the installed CLI.
memcli binary must be installed and available on PATH.memrise binary alias may also exist and points to the same executable.MEMRISE_USERNAMEMEMRISE_PASSWORDMEMRISE_CLIENT_ID when the user already has one--username and --password directly to the command.coursescourse-by-idcourse-by-sluglevelscolumnswordslearnableget-poolsearch-pooladd-thing-course or add-to-courseadd-thing-level or add-to-leveladd-level-to-course or add-levelrename-leveldelete-level--output json when another tool or script needs to consume the result.Read references/commands.md for exact invocation patterns.
memcli --help or memcli <command> --help if you are unsure about the current command surface.courses to find course IDslevels <course-id> to find level IDscolumns <course-id> to confirm field keys before adding or searching itemsRead references/usage.md for product-specific workflows and failure handling.
Missing credentials, configure MEMRISE_USERNAME and MEMRISE_PASSWORD or pass --username and --password.--limit, --offset, --level, or --level-index, fix the value before retrying:
--limit must be >= 1--offset must be >= 0--level is 1-based and must be >= 1--level-index is 0-based and must be >= 0npx claudepluginhub dvcrn/memcli --plugin memcliShows language learning progress, statistics, mastery levels, streak, and achievements. Useful when learners ask about their stats or dashboard.
Builds optimized flashcard decks using spaced repetition (SM-2 algorithm). Use when a learner needs long-term retention of vocabulary, grammar, or phrases.
Invoked via /memsy slash command; classifies intent (search, store, switch profile, list, doctor, setup) and runs the matching Memsy workflow for context memory.