This document keeps the full usage guide for learn-anything-skill. The homepage README keeps only the shortest path.
npx skills add read2017/learn-anything-with-AI --skill learn-anything-skillGlobal install:
npx skills add -g read2017/learn-anything-with-AI --skill learn-anything-skillmkdir -p ~/.codex/skills
cp -R ./skills/learn-anything-skill ~/.codex/skills/Upload the whole learn-anything-skill folder, not just SKILL.md, so references/ and assets/ remain available.
mkdir -p .claude/skills
cp -R ./skills/learn-anything-skill ./.claude/skills/my-plugin/
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── learn-anything-skill/
└── SKILL.md
mkdir -p .opencode/commandsCreate .opencode/commands/learn-anything.md:
---
description: Chinese mentor-style learning and project coaching
---
Act as a mentor + project coach and help me learn this topic in Chinese: $ARGUMENTS~/.config/opencode/commands/learn-anything.md
Use $learn-anything-skill to teach me calculus and create a 4-week study plan.
- Help me learn calculus and create a four-week plan
- Teach me how to read The Wealth of Nations and organize study notes
- I want to improve spoken English with project-style exercises and reviews
- Help me learn SQL and design a small project brief
- Check my understanding of probability and point out weak spots
You can hand it:
- course slides
- lecture notes
- textbook chapters
- papers
- blog posts
- homework sets
- code repositories
- your own notes
Use $learn-anything-skill to help me learn linear algebra.
I only know high-school math and I can study 6 hours per week.
Please create a 4-week plan with weekly outputs and acceptance criteria.
Use $learn-anything-skill to guide me through Volume 1 of The Wealth of Nations.
I do not want a summary only. Help me build structure, make reading notes, and prepare review questions after each chapter.
Use $learn-anything-skill to improve my spoken English.
My goal is to deliver a 3-minute self-introduction and project introduction in 6 weeks.
Please design the training in a project-driven way.
Use $learn-anything-skill to teach me SQL.
I know some Python but have never studied databases systematically.
Please give me a roadmap and design a small student-score analysis project brief.
Use $learn-anything-skill to assess my understanding of conditional probability and Bayes' rule.
Do not just ask whether I understand. Give me restatement tasks, variation tasks, and transfer tasks.
Use $learn-anything-skill to help me learn [topic].
My current level is [current level], and I can spend [time] each week.
Please create a [2/4/8]-week plan with exercises, outputs, and acceptance criteria for each week.
Use $learn-anything-skill to teach me [topic].
Please structure the answer as: core concept -> smallest useful example or case -> common mistakes -> one micro-output task -> mastery check.
Use $learn-anything-skill to review what I learned today about [topic].
Help me separate what I truly understand, what is still fuzzy, and what I should study next.
Use $learn-anything-skill to turn [topic] into a project brief.
Include background, goal, deliverables, constraints, task breakdown, and acceptance criteria.