Skip to content

orbitant-end-learn

v0.1.0 Part of orbitant-engineering

Use when the user is done learning for the day, wants to save progress, or wants to wrap up a lesson. Also triggered by /learn when postponing or abandoning. Updates the learning intelligence layer (insights.md) after each session. Triggers on: "end session", "done learning", "save progress", "wrap up", "end-learn", "I'm done for today".

learningsessionlogdebriefobservationsprogresswrap-up

Installation

# Install the parent plugin
/plugin marketplace add weorbitant/orbitant-os
/plugin install orbitant-engineering

Usage

After installing, this skill will automatically activate when Claude detects relevant context. You can also invoke it directly:

/orbitant-engineering:end-learn

Using with Other Agents

Install this skill on other AI agents using skills.sh:

# Install to Cursor
npx skills add weorbitant/orbitant-os --skill orbitant-end-learn --agent cursor -y

# Install to Cline
npx skills add weorbitant/orbitant-os --skill orbitant-end-learn --agent cline -y

# Install to Claude Code
npx skills add weorbitant/orbitant-os --skill orbitant-end-learn --agent claude-code -y