Quizlet
by @ivangdavila
Build high-yield Quizlet study sets, tune Learn and Test sessions, and improve weak cards with spaced repetition diagnostics.
clawhub install quizletπ About This Skill
name: Quizlet slug: quizlet version: 1.0.0 homepage: https://clawic.com/skills/quizlet description: Build high-yield Quizlet study sets, tune Learn and Test sessions, and improve weak cards with spaced repetition diagnostics. changelog: Initial release with Quizlet set design, study mode tuning, and weak-card diagnostics workflows. metadata: {"clawdbot":{"emoji":"Q","requires":{"bins":[],"config":["~/quizlet/"]},"os":["darwin","linux","win32"],"configPaths":["~/quizlet/"]}}
Setup
On first use, read setup.md for activation boundaries and context capture priorities.
When to Use
Use this skill when the user is studying with Quizlet and needs better set design, mode selection, session planning, or recovery from weak retention.
Architecture
Memory lives in ~/quizlet/. See memory-template.md for structure and status fields.
~/quizlet/
|-- memory.md # Status, activation boundaries, and learning context
|-- set-playbooks.md # Reusable set patterns by subject and goal
|-- weak-cards.md # Rewritten cards and recurring failure patterns
-- session-plans.md # Time-boxed study plans and exam countdown strategy
Quick Reference
Use the smallest relevant file for faster and more accurate recommendations.
| Topic | File |
|-------|------|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Building high-yield sets | set-design.md |
| Choosing study modes | study-modes.md |
| Diagnosing poor retention | diagnostics.md |
| Import and cleanup workflows | imports.md |
Core Rules
1. Start from the Assessment Goal
2. Keep Every Card Atomic and Testable
3. Match Study Mode to the Objective
4. Convert Misses into Card Improvements
to prevent repeating the same mistakes.5. Preserve Context and Terminology
6. Keep Advice Platform-Realistic
7. Protect Data Boundaries
.Common Traps
Data Storage
for memory, weak-card logs, and reusable set patterns.Security & Privacy
Data that leaves your machine:
Data that stays local:
.This skill does NOT:
for memory.Related Skills
Install with clawhub install if user confirms:
anki - Spaced repetition card design and retention tuning for Anki workflows.
flashcards - Core flashcard writing rules and question quality patterns.
quiz - Quiz construction and scoring logic for assessment scenarios.
study - Structured study planning and session management workflows.
exam - Exam-specific preparation, prioritization, and review strategy.Feedback
If useful: clawhub star quizlet
Stay updated: clawhub sync`
β‘ When to Use
Use this skill when the user is studying with Quizlet and needs better set design, mode selection, session planning, or recovery from weak retention.
βοΈ Configuration
On first use, read setup.md for activation boundaries and context capture priorities.