add /_learn command and learning-tour skill (MVP)#33
add /_learn command and learning-tour skill (MVP)#33frdzy wants to merge 3 commits intoshanraisshan:mainfrom
Conversation
…st, progress tracking on _learning-tour branch) Co-Authored-By: Claude <noreply@anthropic.com>
ab70a30 to
80b1c0a
Compare
|
@shanraisshan hi! I've tested this skill as a clean run a few times and feel this is ready (would recommend a squash commit though to not clobber up the main branch). I'm open to feedback here too! Also ok to close this out if it doesn't feel like it belongs in the main repo. I tried out |
|
i am working on self awareness as a skill, a skill that will help shape your repo in accordance with best practices. i also like your idea as well, but as you know /powerup is launched today as of 2.1.90, lets wait a bit. also i think there are 100's of public repos with 1000's of skill so i dont want to bloat this repo with skill, commands and agents, that's why this PR is still not closed, rest are. |
This repo's README.md is a great comprehensive guide, but so full of information that I wasn't sure how to get started.
This PR adds a meta command+skill to take a user on a personalized tour through its concepts, to build familiarity (and optionally mastery).
Summary
/_learncommand as a thin entry point: reads README, sets up_learning-tourbranch, invokes skilllearning-tourskill with survey-first personalization (familiarity vs mastery modes), progress tracking, and live demosDesign decisions
_prefix convention:/_learnis an infrastructure/meta command, not a workflow command like/weather-orchestrator_learning-tourbranch isolation: progress file committed to a separate branch so users cangit pullmain without losing tour state.claude/): avoids permission promptsreferences/: SKILL.md is a ~75-line routing doc; phase logic, progress schema, and doc-surprise examples are in reference files loaded on demandFile layout
Adding more demo files
Each demo file follows the template in
demos/commands-skills.md: repo artifact, steps, expected question, mastery follow-up. Stops without a demo file are handled gracefully — the skill presents the concept from docs + repo artifacts and notes the gap.Generated with Claude Code