memrise
Installation
SKILL.md
Memrise
Overview
Use this skill to run memcli safely and produce exact commands for common Memrise course operations.
Prefer commands that can be pasted directly, and switch to JSON output when results are consumed by scripts.
Read references/commands.md when you need full command/flag coverage.
Read references/example-output.md when you need concrete output examples.
Runbook
- Confirm installation state.
- Confirm authentication source (env vars or flags).
- Run a read-only command first (
courses,course-levels,words,search-pool). - For level diagnostics, use
course-levels --include-emptyto surface empty/draft levels. - For automation, append
--output jsonwhen supported. - Before write operations (
add-to-course,add-to-level,add-level), validate the target IDs and fields with read commands.