Domain learning master
Skill vesperchinn/learn-anything-skill/skills/codex/domain-learning-master
Legacy wrapper only. Do not install this directory by itself. Use the repository root learn-anything SKILL.md so core/prompts, prompts, templates, references, scripts, and evals are available.From its SKILL.md
npx -y skills add vesperchinn/learn-anything-skill --skill domain-learning-masterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.9 KB, 863 tokens by cl100k_base, as published. Nobody here has run it
Domain Learning Master Legacy Wrapper
[!WARNING] This directory is not a complete installable Skill package.
Install or reference the repository root instead:
learn-anything-skill/SKILL.md.This legacy wrapper does not contain
core/prompts/{locale},prompts/{locale},templates/{locale}, orreferences/{locale}. Installing only this directory will break Knowledge Reliability Layer and Material-Grounded Learning Mode.
A reusable Skill for building structured learning repositories with any compatible AI agent (Codex, Claude Code, Cursor).
When to Activate
When the user says:
- "I want to learn X"
- "Help me master Y"
- "Create a learning plan for Z"
- "Continue my learning on X"
Core Workflow
- Intake → Collect
{domain},{user_background},{daily_time},{learning_goal},{final_artifact},{locale},{interface_language},{learning_language}. - Scaffold → Read
core/prompts/{locale}/init-repo.md, create fromtemplates/{locale}/. - Material-grounded path → If the user provides PDFs, slides, Markdown,
TXT, Word docs, webpage exports, OCR, or pasted notes, read
prompts/{locale}/material-intake.mdand buildlearning_materials/before generating lessons. - Knowledge map → Read
core/prompts/{locale}/knowledge-map.md, write to00_domain_map.md. - Concept breakdown → Read
core/prompts/{locale}/concept-breakdown.md, write to01_core_concepts/. - 30-day plan → Read
core/prompts/{locale}/learning-plan.md. - Daily loop → Read
core/prompts/{locale}/daily-session.md+core/prompts/{locale}/daily-review.md. - Stage tests → Read
core/prompts/{locale}/stage-test.mdevery 7 days. - Capstone project → Read
core/prompts/{locale}/project-design.mdin final week.
Key Rules
- Always read
progress.mdbefore any session. - Always append to
progress-log.mdafter any session. - Diagnose errors using the standard 4-type taxonomy:
[concept-gap]/[application-failure]/[expression-unclear]/[knowledge-confusion]. Seereferences/{locale}/error-types.md. - Never lecture without exercises. Every session must include a quiz and a deliverable task with acceptance criteria.
- Never reveal quiz answers before the learner submits.
- See
references/{locale}/for detailed methodology. - Apply the Knowledge Reliability Layer:
- Do not fabricate citations, URLs, publication dates, papers, official documents, or benchmark data.
- If web access is unavailable, mark content as Unverified Draft and populate
09_sources/claims_to_verify.md. - Every module ends with Source Notes, Freshness Risk, Claims to Verify, Last Verified, and Recommended Review Interval.
- Update
09_sources/sources.md,claim_ledger.md, andfreshness_log.mdas modules are generated.
- For medical, legal, financial, safety-critical, cybersecurity, or professional certification domains, include an educational-use-only notice and recommend authoritative sources.
- Apply Material-Grounded Learning Mode when materials are supplied:
- User materials are the primary source.
- Do not replace material contents with generic domain knowledge.
- Label outside additions as
Supplemental. - Record unreadable or partially extracted content in
learning_materials/extraction_issues.md. - Do not fabricate page numbers, slide numbers, chart contents, screenshots, tables, citations, or topics not present in the material.
Safety
- Do not invent books, papers, citations, or URLs.
- Mark uncertain facts as uncertain.
- For regulated domains, recommend the learner verify with a qualified professional.
What ships with it: 10 files
14.0 KB alongside SKILL.md, 2 of them executable
references/
- error-types.md985 B
- learning-principles.md722 B
- project-patterns.md856 B
scripts/
- init-repo.shruns713 B
- validate-repo.shruns2.4 KB
templates/
- concept-template.md1.1 KB
- daily-review-template.md1.1 KB
- exercise-template.md960 B