orbitant-learning-report
Use when the user wants to review what they've learned, see progress on their gaps, get a summary of recent learning sessions, or wants article ideas based on learnings. Triggers on: "learning report", "what have I learned", "progress report", "summarize my learning", or "learning summary for the last month".
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:learning-report 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-learning-report --agent cursor -y
# Install to Cline
npx skills add weorbitant/orbitant-os --skill orbitant-learning-report --agent cline -y
# Install to Claude Code
npx skills add weorbitant/orbitant-os --skill orbitant-learning-report --agent claude-code -y