π¦ ClawHub
Study
by @ivangdavila
Structure study sessions, manage materials, and prepare for exams with active recall techniques.
TERMINAL
clawhub install studyπ About This Skill
name: Study slug: study version: 1.0.1 description: Structure study sessions, manage materials, and prepare for exams with active recall techniques. changelog: Simplified structure, removed broken script references, explicit data storage metadata: {"clawdbot":{"emoji":"π","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
Data Storage
~/study/
βββ subjects/ # One folder per subject
β βββ {subject}/
β βββ materials/ # PDFs, notes, resources
β βββ flashcards.json
β βββ schedule.md
β βββ progress.md
βββ calendar/ # Exam dates, deadlines
β βββ deadlines.json
βββ config.json # Preferences
Create on first use: mkdir -p ~/study/{subjects,calendar}
Scope
This skill:
Quick Reference
| Topic | File |
|-------|------|
| Study techniques | techniques.md |
| Subject strategies | subjects.md |
| Exam preparation | exams.md |
Core Rules
1. Workflow
Plan Semester β Weekly Schedule β Daily Sessions β Review β Exam Prep
2. AI Scaffolds, Student Creates
3. Adding a Subject
1. Create ~/study/subjects/{subject}/ 2. Set exam date in deadlines.json 3. Estimate weekly hours needed 4. Generate initial schedule4. Study Session Flow
1. Start: What topic? How long? 2. Active recall: Questions first, answers second 3. Practice: Problems, not just reading 4. Summary: Student writes key points 5. Schedule: Next session based on spaced repetition5. Exam Preparation
When exam approaches (β€2 weeks): 1. Review all flashcards with SR 2. Practice past exams if available 3. Identify weak areas from progress.md 4. Create focused review plan6. Configuration
In ~/study/config.json:{
"level": "undergraduate",
"technique": "pomodoro",
"session_minutes": 25,
"break_minutes": 5
}
7. Progress Tracking
In {subject}/progress.md:## Topics
[x] Chapter 1: Intro (mastered)
[~] Chapter 2: Basics (in progress)
[ ] Chapter 3: Advanced (not started) Weak Areas
Integration techniques
Proof by induction