Skip to content
All Skills

Learning System

Structured learning and spaced repetition system. Use when user wants to learn a topic, start a study session, review material, generate flashcards, create study notes, or track learning progress. Triggers on phrases like "let's learn", "teach me", "study session", "review [topic]", "flashcards", "study notes".

Education & Writing|v1|Updated 7/14/2026|GitHub source
MCP get_skill({ skillId: "learning-system-e00baf1d" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# Learning System

A structured system for learning new topics and retaining knowledge through spaced repetition.

## Workflows

| Command | Purpose |
|---------|---------|
| `/start-session [topic]` | Begin a teaching session on a topic |
| `/end-session` | End current session, update progress |
| `/log-session` | Log entries mid-session |
| `/review-session [topic]` | Retrieval practice (test retention) |
| `/flashcards [file/topic]` | Generate spaced repetition flashcards |
| `/study-notes [topic]` | Create comprehensive study notes |

## Data Storage

- Sessions: `.claude/learning-sessions/`
- Learning plan: `.claude/learning-sessions/learning-plan.json`
- Session index: `.claude/learning-sessions/index.json`

## References

- **Session structure**: See `references/session-schema.md`
- **Entry types**: See `references/entry-types.md`
- **Proficiency levels**: See `references/proficiency.md`
- **Flashcard syntax**: See `references/flashcard-syntax.md`

## Teaching Approach

- Teach conversationally with Q&A
- Explain concepts, then ask questions to check understanding
- Correct misconceptions as they arise
- Build from fundamentals to advanced
- Use ASCII diagrams and tables where helpful
- Reference existing notes in `my-vault/06 Knowledge Base/`

## Session Structure

1. **Assess** - What do they already know? (retrieval warm-up)
2. **Identify** - What do they want to learn?
3. **Teach** - Incrementally with checkpoints
4. **Correct** - Fix misconceptions
5. **Connect** - Link to other topics
6. **Summarize** - Key takeaways
#personal-productivity#daily-routine#weekly-review#life-planning#personal-knowledge#language#learning

Related Skills

More skills in Education & Writing

Academic Plotting

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn. Use when creating any figure for a conference paper.

#broad-capability#ai-researchMIT

Add Educational Comments

Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.

#github-copilot#educationMIT

AI Prompt Engineering & Safety Best Practices

Comprehensive best practices for AI prompt engineering, safety frameworks, bias mitigation, and responsible AI usage for Copilot and LLMs.

#github-copilot#awesome-copilotMIT

Anti Slop

Comprehensive toolkit for detecting and eliminating "AI slop" - generic, low-quality AI-generated patterns in natural language, code, and design. Use when reviewing or improving content quality, preventing generic AI patterns, cleaning up existing content, or enforcing quality standards in writing, code, or design work.

#broad-capability#mathMIT

Apple Notes

Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.

#broad-capability#browserMIT

Asc Whats New Writer

Generate engaging, localized App Store release notes (What's New) from git log, bullet points, or free text using canonical metadata under `./metadata`. Optionally pairs with promotional text updates.

#rudrankriyam-app-store-connect#iosMIT