Skip to content

orbitant-new-learning

v0.1.0 Part of orbitant-engineering

Use when the user wants to find what to learn next, explore learning topics, get project ideas for a skill gap, or add a learning idea to their backlog. Triggers on: "what should I learn", "suggest learning projects", "I want to learn X", "add to my learning backlog", or "find me resources on X".

learningbacklogideasprojectsresourcesgapssuggestions

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:new-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-new-learning --agent cursor -y

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

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