Classroom-ready skills for education — lesson plans, Socratic tutoring, circle time, rubrics, arts & crafts, study guides, and concept maps — all inside Claude Code. Alpha preview. Seven skills ship today; six more are on the way.
FAQ
school-skills is a Claude Code plugin with 7 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes arts-crafts, circle-time, concept-map. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add Jellypod-Inc/school-skills> /plugin install school-skills@jellypod
Repo: Jellypod-Inc/school-skills
Classroom-ready skills for education — lesson plans, Socratic tutoring, circle time, rubrics, arts & crafts, study guides, and concept maps — all inside Claude Code.
Alpha preview. Seven skills ship today; six more are on the way.
Claude Code is a free AI assistant from Anthropic that runs on your computer. You talk to it in plain English and it can read, write, and create things for you — lesson plans, worksheets, handouts, you name it.
Skills are little packets of expertise you can add to Claude Code. Instead of starting from scratch every time, you install a skill once and then Claude knows how to, say, build a standards-aligned lesson plan the way a master teacher would.
School Skills is a bundle of classroom-focused skills for education — useful to teachers, students, tutors, homeschool parents, and anyone helping someone learn.
You do not need to know how to code to use this. If you can paste a command into a window, you are set.
There are two ways to install School Skills. Most people should use the first one.
Inside Claude Code, type these two commands. You can literally copy-paste them.
/plugin marketplace add Jellypod-Inc/school-skills
/plugin install school-skills@jellypod
What is /plugin? It is a built-in Claude Code command for adding and managing add-ons. You type a forward slash (/), then the command name. Claude Code shows you a menu as you type.
That is it. All shipping skills are now available. When you ask Claude something like "help me plan a 5th grade fractions lesson," it will automatically pull up the lesson-plan skill.
To update later:
/plugin marketplace update jellypod
To remove:
/plugin uninstall school-skills@jellypod
npx (alternative)If you already have Node.js installed and you would rather copy the skill files directly into your Claude Code skills folder, run:
npx school-skills install
This copies every bundled skill into ~/.claude/skills/. Claude Code picks them up automatically on the next session.
Other options:
npx school-skills install lesson-plan # install just one skill
npx school-skills install --force # overwrite without prompting
npx school-skills list # see what is bundled
npx school-skills --help # see all options
| Skill | What it does |
|---|---|
lesson-plan ✅ | Builds a standards-aligned lesson plan with objectives, activities, and assessments. Tailors to grade level, subject, and time available. |
socratic-tutor ✅ | Guides a student through a problem with questions instead of answers. Great for math, science, and reading comprehension. |
circle-time ✅ | Runs a morning meeting or classroom circle with prompts, SEL check-ins, and transition suggestions. |
rubric ✅ | Turns an assignment prompt into a grading rubric — markdown + CSV, aligned to Bloom's. |
arts-crafts ✅ | Plans age-appropriate craft projects with supplies, steps, mess level, and substitutions. |
lecture-to-study-guide ✅ | Converts lecture notes, transcripts, or slides into an outline + key terms + practice questions. |
concept-map ✅ | Produces mind maps and concept maps in Mermaid, Graphviz, or Markmap format — with optional rendering. |
| Skill | What it will do |
|---|---|
flashcards | Generate flashcard decks (CSV, Anki .apkg, Quizlet TSV) from notes or topic. |
quiz-generator | Multiple choice, short answer, cloze, matching — with answer key and optional printable PDF. |
worksheet | Turn a topic or standard into a printable PDF worksheet with answer key. |
latex-paper | Scaffold a LaTeX paper, problem set, or lab report — IEEE/ACM/APA/MLA/math templates. |
language-drill | CEFR-calibrated vocab / conjugation / dialogue drills across 11 languages. |
coloring-page | Printable SVG/PDF coloring pages by theme and age. |
(Legend: ✅ shipping, blank = in development.)
Just talk to Claude Code naturally. For example:
Claude will recognize when a skill fits and use it automatically.
npx path: Node.js 18 or newer.This is an early alpha. If something is broken, confusing, or you wish a particular skill existed, please open an issue:
https://github.com/Jellypod-Inc/school-skills/issues
Teacher feedback is the whole point.
MIT. See LICENSE.
.claude-plugin/
marketplace.json
plugin.json
.gitignore
bin/
install.js
CHANGELOG.md
LICENSE
package.json
README.md
skills/
arts-crafts/
evals/
evals.json
references/
catalog.md
fine-motor.md
safety.md
substitutions.md
SKILL.md
circle-time/
evals/
evals.json
references/
accommodations.md
books.md
finger-plays.md
sel-frameworks.md
transitions.md
tunes.md
SKILL.md
concept-map/
evals/
evals.json
references/
dot-cheatsheet.md
graph-type-guide.md
markmap-syntax.md
mermaid-cheatsheet.md
node-labeling.md
novak-concept-maps.md
scripts/
render.py
SKILL.md
lecture-to-study-guide/
evals/
evals.json
references/
input-types.md
output-format.md
question-mix.md
study-techniques.md
term-extraction.md
SKILL.md
lesson-plan/
evals/
evals.json
references/
differentiation/
catalog.md
ell-strategies.md
gifted-strategies.md
sped-strategies.md
edge-cases.md
grade-calibration.md
output-contract.md
pedagogy/
5e.md
gradual-release.md
madeline-hunter.md
udl.md
standards/
cambridge.md
common-core-ela.md
common-core-math.md
ib.md
ngss.md
state-frameworks.md
templates/
lesson-plan.md
multi-day-unit.md
sub-plan.md
workflow.md
SKILL.md
rubric/
evals/
evals.json
references/
criterion-writing.md
descriptor-phrasing.md
examples/
art-portfolio-6-8.md
coding-project-college.md
grad-thesis-proposal.md
group-presentation-7.md
kindergarten-letter-formation.md
lab-report-ap-bio.md
math-problem-set-6-8.md
narrative-essay-9-12.md
frameworks.md
standards-crosswalk.md
taxonomies.md
SKILL.md
socratic-tutor/
evals/
evals.json
references/
breaking-character.md
grade-calibration.md
misconceptions-biology.md
misconceptions-history.md
misconceptions-math.md
misconceptions-physics.md
misconceptions-writing.md
multi-turn-patterns.md
scaffolding-patterns.md
socratic-taxonomy.md
SKILL.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic