curriculum
v0.5.0Generate an adaptive learning curriculum for any topic, with an append-only assessment loop that tunes future modules to the learner.
By Matt NoxonLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install curriculum for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install curriculum@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mnox/mnox-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/curriculum/.
Plugin files
├── .claude-plugin/plugin.json└── skills/curriculum/SKILL.md
Included Skills1
Use when the user wants to learn a topic deeply — asks for a curriculum, learning path, self-study plan, study guide, syllabus, or says teach me X. Generates a structured, adaptive curriculum directory of markdown modules (ELI5 → Core Concepts → Deep Dive → Supporting Material → Understanding Check) plus an append-only JSONL assessment log that adapts future modules to the learner's answers. Tailors depth and emphasis to the learner's long-term goal.
Plugin manifests1
{
"name": "curriculum",
"version": "0.5.0",
"description": "Generate an adaptive learning curriculum for any topic, with an append-only assessment loop that tunes future modules to the learner.",
"author": {
"name": "Matt Noxon"
},
"homepage": "https://github.com/mnox/mnox-ai",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[curriculum on Agent Plugins Marketplace](https://pluginsmp.com/plugins/curriculum)