orbitant-init-learning
Use when the user wants to set up or update their learning profile, configure learning preferences, update their role or gaps, add feedback from reviews or 1:1s, or when any other learning skill detects no profile exists. Triggers on: "set up learning", "update my learning profile", "init learning", or pasting performance feedback.
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:init-learning 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-init-learning --agent cursor -y
# Install to Cline
npx skills add weorbitant/orbitant-os --skill orbitant-init-learning --agent cline -y
# Install to Claude Code
npx skills add weorbitant/orbitant-os --skill orbitant-init-learning --agent claude-code -y