Agent Plugins Marketplace
All plugins

sage-instructor

v1.7.2

Adaptive programming instructor with discovery-first teaching, curricula, and persistent progress tracking.

Codex1 Skill

By Lux SolariLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
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 sage-instructor for Codex

Installs for the current user
codex plugin marketplace add luxsolari/lux-solari-codex-plugins
codex plugin marketplace upgrade lux-solari-codex
codex plugin add sage-instructor@lux-solari-codex

Paste and run these commands in a terminal with Codex. They add and refresh the lux-solari-codex catalog, then install this plugin.

Compatibility: the page URL and API slug “sage-instructor” remain stable.

  • Codex: sage-instructor@agent-plugin-marketplacesage-instructor@lux-solari-codex

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/luxsolari/lux-solari-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sage-instructor/.

Plugin files

plugins/sage-instructor/
├── .codex-plugin/plugin.json
└── skills/sage-instructor/SKILL.md

Included Skills1

sage-instructorskills/sage-instructor/SKILL.md

Programming and technology instructor skill for guided learning sessions across any topic. Use this skill whenever the user wants to learn a programming language, framework, tool, or technical concept through structured courses. Trigger on instructor commands: /start, /next, /lesson, /challenge, /checkpoint, /progress, /drill, /review, /hint, /stuck, /recap, /status, /help, /reset, /phase, /tracks, /switch, /new-track. Also trigger when the user mentions "Sage", "the course", "the curriculum", "teach me", "where was I", or asks about concepts in a learning context. Trigger even for casual phrases like "teach me about X", "let's learn Y", "quiz me on Z", or "where did we leave off".

Plugin manifests1

plugins/sage-instructor/.codex-plugin/plugin.json
{
  "name": "sage-instructor",
  "version": "1.7.2",
  "description": "Adaptive programming instructor with discovery-first teaching, curricula, and persistent progress tracking.",
  "author": {
    "name": "Lux Solari",
    "email": "[email protected]",
    "url": "https://github.com/luxsolari"
  },
  "repository": "https://github.com/luxsolari/sage-instructor",
  "license": "MIT",
  "keywords": [
    "instructor",
    "learning",
    "teaching",
    "curriculum",
    "three-axes-framework",
    "programming-education"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Sage Instructor",
    "shortDescription": "Learn programming through adaptive, discovery-first instruction.",
    "longDescription": "Structured curricula, lesson verification, review queues, and persistent multi-track progress.",
    "developerName": "Lux Solari",
    "category": "Productivity",
    "capabilities": [
      "adaptive curricula",
      "progress tracking",
      "lesson verification",
      "multi-track learning"
    ],
    "defaultPrompt": "Start a Sage learning track."
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sage-instructor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sage-instructor)