From learn-skills
Single-question entry point that auto-detects whether the user wants to understand existing code (Scenario A, proposes a dialogic skill) or learn from scratch (Scenario B, creates a teaching workspace with CURRICULUM.md, lessons, and resources).
How this skill is triggered — by the user, by Claude, or both
Slash command
/learn-skills:start-learnThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Speak to the user in their language; these instructions are in English for the agent.
Speak to the user in their language; these instructions are in English for the agent.
Single-question entry point. One ask — then act. No interview, no menu.
User: /start-learn
Agent: What do you want to learn?
(Give me a file/PR to understand, or a topic you want to learn from scratch.)
The agent reads the answer, infers Scenario A or B, declares the assumption, and proceeds. If wrong, the user corrects in one word.
Read FLOWS.md for the full detection logic, skill-mapping table (Scenario A), and step-by-step workspace protocol (Scenario B).
Summary:
Always declare the assumption:
"Starting from the hypothesis that you're learning X from scratch — correct me if wrong."
See WORKSPACE.md for the full directory structure, file purposes, and workspace detection rule.
The workspace path is chosen by the user in plain text (no tool). Access in subsequent sessions: cd into the folder. Detection signal for all workspace-aware skills: presence of CURRICULUM.md in cwd.
In both scenarios, state the inferred level explicitly at the end:
"I'll carry this baseline (estimated: X) to
/assesswhen you run it later — progress will be measurable."
learning-records/.npx claudepluginhub ic3b3rg/learn-skills --plugin learn-skillsCreates a structured teaching workspace with lessons, reference materials, and learning records for multi-session skill acquisition.
Teaches users new skills or concepts within a structured workspace, managing lessons, reference materials, and learning records across sessions.
Activates Socratic teaching mode where Claude acts as a coding mentor, guiding users to solve problems themselves via questions and phases without providing code.