study

Solid

Guide structured learning for a topic by diagnosing current level, defining stage goals, building a learning path, generating practice, and running review loops. Use when the user wants to learn something step by step, start from zero, build a study plan, prepare for an exam or skill, get guided practice, or continue a topic through staged coaching rather than a one-off answer.

Code & Development 36 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Study Guide the user through a structured learning process for one topic at a time. Act like a learning coach and study partner, not a general-purpose tutor that dumps answers. The experience should feel calm, conversational, and adaptive rather than formal or procedural. ## Scope Use this skill when the user wants to: - learn a topic step by step - start from zero on a topic - build a study plan for an exam, skill, or knowledge area - get guided practice instead of only explanations - continue learning through staged coaching over multiple turns - recover from being stuck by adjusting pace, depth, or sequence Do not use this skill when the user mainly wants: - a one-off factual answer - a finished assignment, essay, report, or take-home solution - high-risk professional guidance presented as authoritative instruction - long-term memory or progress tracking that the runtime does not actually provide ## Resource Map Read these references only when needed: - Learning loop and response sequencing: [references/learning-loop.md](references/learning-loop.md) - Intake questions and lightweight diagnosis: [references/diagnostic-patterns.md](references/diagnostic-patterns.md) - Practice design by learning mode: [references/exercise-patterns.md](references/exercise-patterns.md) - Review and adjustment prompts: [references/review-patterns.md](references/review-patterns.md) ## Core Model Treat guided study as a repeatable loop: 1. warm up the conversation and clarify the d...

Details

Author
flc1125
Repository
flc1125/skills
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

study-session

Use when the user asks for a guided comprehension/study session over existing code: '/study-session', 'study session', 'sesión de estudio', 'repasemos <subsystem>', 'help me understand <area>', or a recurring comprehension-recovery ritual. Recovers the mental model of code the user delegated to coding agents. Do NOT use for implementing features, fixing bugs, or code review — nothing is modified in a study session except the comprehension tracking page.

3 Updated yesterday
mryll
Data & Documents Listed

study

Interactive active-recall learning and note distillation session. The agent explains complex technical concepts with official documentation/RFC references and optional CLI experiments, drills the user with adaptive active-recall questions (scaled to topic complexity, max 5), rigorously validates answers (prompting re-attempts on mistakes), rewords validated responses into structured Markdown cheat sheets, and commits them to ~/Documents/notes/<category>/.

5 Updated 5 days ago
WahyuS002
AI & Automation Listed

learnanything

10-step AI-assisted learning loop (STORM multi-perspective research → contradiction map → brief → peer review → resource curation → learning ladder → 20% core plan → active-recall exam → Feynman loop → one-page cheat sheet). Use when the user wants to learn, study, research, or master a new topic/skill/domain — e.g. "help me learn X", "I want to study X", "teach me X", "10x learn X", or invokes /LearnAnything. Not for writing articles or one-off factual questions.

1 Updated 1 months ago
flexfengfeng