Agent skill
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".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/learning-system-taylorhuston-local-life-manager
SKILL.md
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
- Assess - What do they already know? (retrieval warm-up)
- Identify - What do they want to learn?
- Teach - Incrementally with checkpoints
- Correct - Fix misconceptions
- Connect - Link to other topics
- Summarize - Key takeaways
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?