learn
v0.4.0Run self-directed learning sprints with one concept per session and a graded mastery gate.
By Nathan Wong1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 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 learn for Codex and Claude Code
codex plugin marketplace add thelogicmatrix/lm-tools
codex plugin marketplace upgrade lm-tools
codex plugin add learn@lm-toolsPaste and run these commands in a terminal with Codex. They add and refresh the lm-tools catalog, then install this plugin.
Compatibility: the page URL and API slug “learn-3” remain stable.
- Codex:
learn-3@agent-plugin-marketplace→learn@lm-tools
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/thelogicmatrix/lm-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is learn/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/learn/SKILL.md
Included Skills1
Use when the user says "I want to learn X", "start a learning sprint", "what week am I on", "grade my consolidate", "learn tracks", "learn profile", or "cross-check my curriculum", when a study session is starting or under way, or when a gate result needs recording. Self-directed learning sprints over the learn CLI.
Plugin manifests2
{
"name": "learn",
"version": "0.4.0",
"description": "Run self-directed learning sprints with one concept per session and a graded mastery gate.",
"author": {
"name": "Nathan Wong"
},
"skills": "./skills/",
"interface": {
"displayName": "Learn",
"shortDescription": "Run practical learning sprints",
"longDescription": "Study one concept at a time through a real project, then use an evidence-based mastery gate to advance or repeat.",
"developerName": "Nathan Wong",
"category": "Education",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": "Start a learning sprint for this subject."
}
}{
"name": "learn",
"version": "0.4.0",
"description": "learn — self-directed learning sprints on any subject: pick a track, build something real, and let a graded mastery gate decide whether you advance or repeat.",
"author": {
"name": "Nathan Wong"
}
}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.
[learn on Agent Plugins Marketplace](https://pluginsmp.com/plugins/learn-3)