learning-coach
v3.0.0-alpha.21A multi-Skill learning system with Topic-local coaching, portfolio planning, read-only views, and a private GitHub-backed Learning Vault.
By SShendingLicense: Apache-2.00 GitHub starsUpdated 23 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 31, 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 learning-coach for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add learning-coach@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/SShending/learning-coachClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/ask-coach/SKILL.md├── skills/learning-view/SKILL.md├── skills/topic-coach/SKILL.md└── skills/vault-curator/SKILL.md
Included Skills4
Plan attention across the learner's whole Learning Vault. Use whenever the learner asks what to study, review, practice, switch, defer, or prioritize across Topics; wants a weekly/periodic portfolio review; asks for cross-Topic connections or bottlenecks; asks whether a new Topic is worth starting; or wants cross-Topic Learning Strategy synthesis, even if they phrase it simply as "what should I do next?" Do not use for actual teaching or assessment inside one chosen Topic, read-only state display, or Vault maintenance. May persist only Coach State and evidence-backed cross-Topic Learning Strategy observations.
Show and explain the learner's existing Learning Vault state without changing it. Use whenever the learner asks to see, summarize, inspect, compare, list, or visualize current progress, a Topic, roadmap, gaps, unassessed areas, notes, reviews, evidence, mastery basis, Learning Strategy, or stored Ask Coach advisory context—even if they only ask "where am I?" or "show my progress." Never teach/assess new mastery, reprioritize what to learn next, or mutate any Vault authority domain; hand those to Topic Coach, Ask Coach, or Vault Curator.
Guide long-term learning inside one chosen Topic and persist evidence-backed learner state. Use whenever the learner wants to start or resume a Topic, learn or understand something as part of an ongoing Topic, practice/build/debug, review/retrieve, test mastery, correct a misconception, reason through a design or comparison, or advance/adapt that Topic's roadmap—even if they do not explicitly ask for "coaching." Do not use for one-off factual questions without ongoing learning intent, cross-Topic prioritization/new-Topic recommendations/global review or strategy, read-only state views, or Vault maintenance; use Ask Coach, Learning View, or Vault Curator for those.
Maintain and refactor the Learning Vault as a long-lived data/codebase. Use whenever the learner asks to inspect Vault health, repair stale references or projections, reorganize Topic structure, merge/split/rename/archive Topics, consolidate Concepts, repair Coach State references, forget stored material, clean orphaned state, or prepare a privacy-safe public export—even if they call it "cleanup" or "reorganize my learning." Do not use for ordinary teaching/assessment, portfolio advice, routine Topic-state updates, read-only progress views, or unsupported legacy-schema conversion.
Plugin manifests1
{
"name": "learning-coach",
"version": "3.0.0-alpha.21",
"description": "A multi-Skill learning system with Topic-local coaching, portfolio planning, read-only views, and a private GitHub-backed Learning Vault.",
"author": {
"name": "SShending",
"url": "https://github.com/SShending"
},
"homepage": "https://github.com/SShending/learning-coach",
"repository": "https://github.com/SShending/learning-coach",
"license": "Apache-2.0",
"keywords": [
"learning",
"knowledge-tree",
"memory",
"review",
"coaching",
"github",
"mcp"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Learning Coach",
"shortDescription": "Learn inside Topics and plan across your learning portfolio",
"longDescription": "Learning Coach is a multi-Skill learning system backed by a user-owned GitHub Learning Vault. Topic Coach runs Topic-local learning, Ask Coach plans across the portfolio, Learning View presents state read-only, and Vault Curator maintains the Vault. The Plugin requires the canonical GitHub app and never requires PATs or private infrastructure.",
"developerName": "SShending",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/SShending/learning-coach",
"defaultPrompt": [
"Resume one of my learning Topics and continue from the next useful step.",
"Based on my Learning Vault, what should I learn, review, practice, or defer next?",
"Show my current learning state without changing it."
]
}
}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.
[learning-coach on Agent Plugins Marketplace](https://pluginsmp.com/plugins/learning-coach)