using-practice
SolidUse when creating or recovering a durable paper, attempt, grade, flashcard, scheduled review, mistake history, or goal-evidence record. Skip Tutor comprehension checks, lightweight diagnostics, and disposable questions.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- JanYork
- Repository
- JanYork/llm-wiki-cli
- Created
- 1 months ago
- Last Updated
- 6 days ago
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
rust-practice
The user names a Rust concept they want to PRACTICE and learn by doing (e.g. "lifetimes", "trait objects", "Arc<Mutex>", "iterators", "error handling with ?"). This skill does NOT hand over solutions — it lays out a deep ladder of 7-8+ small, self-contained problems that goes all the way from basics to mastery (edge cases, footguns, real-world patterns, and a build-it capstone), scaffolds starter files in src/bin/, and coaches the user through implementing each one themselves with staged hints, one at a time. Use when the user says they want to practice / drill / get exercises / "give me problems" for a Rust concept, or runs /rust-practice <concept>.
build-course-fill-in-workbook
Turn course notes, slides, or homework into a printable practice workbook with examples first, less help over time, and answers kept behind a clear STOP page. Use when the user wants safe practice rather than answers to live graded work.
drill
Use when a concept needs practising rather than explaining: run a scaffolded exercise from worked example to independent problem, quiz the learner, run spaced recall over what they cleared, or probe for the gaps blocking what they want next. For explanation, use explain-concept; for an end-to-end build, use capstone.