← Back to list

study-session
by neutronmoderator
Works on ̶m̶y̶ all nixOS machines™
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: study-session description: Assists with study sessions. Activates when reading PDFs or notes from ~/Documents/2026/References/, during concept Q&A about SICP, Lisp, programming theory, or other study material. Offers explanations, quizzes, flashcard extraction, and daily journal logging.
Study Session Skill
Help the user study effectively by offering assistance at session start, tracking concepts discussed, extracting flashcards after Q&A, and logging to the daily journal.
Phase 1: Session Start
When the user reads a file from ~/Documents/2026/References/:
- Note the filename and topic
- Offer assistance: "I see you're studying [filename]. Want me to explain concepts, quiz you, or just answer questions as you go?"
- If user wants a quiz, ask questions based on the material
- If user wants explanations, provide context and break down difficult concepts
Phase 2: During Session
As you answer questions about the material:
- Keep mental note of key concepts discussed
- Focus on understanding - explain "why" not just "what"
- When the user seems confused, offer alternative explanations
- Connect new concepts to ones already discussed
Phase 3: After Q&A Exchange
After substantial concept discussion (roughly 3+ back-and-forth exchanges about a topic):
- Offer flashcard extraction: "We've covered some good concepts. Want me to extract flashcards from this discussion?"
- If user agrees, follow the Flashcard Guide to generate cards
- Use AskUserQuestion to review cards one at a time:
- Show the card (Q/A or C: format)
- Options: Accept, Edit, Skip
- If Edit: ask for corrected version, confirm, then proceed
- Append accepted cards to the appropriate deck in
~/Documents/2026/Cards/
Phase 4: Journal Logging
After extracting flashcards OR when the session seems to be wrapping up:
- Offer to log: "Should I add this study session to your daily journal?"
- If user agrees, follow the Journal Format to append an entry
- Add a bullet point summarizing what was studied
Key Paths
- References:
~/Documents/2026/References/ - Cards:
~/Documents/2026/Cards/ - Daily Journal:
~/Documents/2026/Journal/Daily/ - SR Best Practices:
~/.claude/context/spaced-repetition.md
Important Notes
- Always read the spaced-repetition.md context before generating flashcards
- Check existing decks to avoid duplicate cards
- Match the style of existing cards in the selected deck
- Never auto-create cards without user review
- Journal entries should be brief (one bullet point)
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon