opencode-studyplan-architect
v1.0.0
Published
Gamified skill for opencode that generates personalized study plans.
Maintainers
Readme
🏛️ StudyPlan Architect
An open-source skill for opencode that acts as your pedagogical architect. Instead of just spitting out a generic syllabus, it first calibrates your actual level and available time, generates a plan with measurable goals, and tracks your progress week by week.
The skill automatically adapts to the language you speak!
✨ Features
- Conversational Gamification: Activates like a mini-game using the
/universitycommand. - Smart Calibration: Evaluates your free time and learning style by asking just one question at a time.
- Realism Filter: Warns you if your time expectations vs. ultimate goal are not physically possible.
- Actionable Goals: Zero vague goals like "Learn Python". Uses specific goals like "Create a To-Do API in Python".
- Save System: Use
/exitand the AI will generate amy_university.mdfile with your progress and plan so you can resume later.
🚀 Automatic Installation (Via npx)
The fastest way to install the skill globally on your machine is by running this command in your terminal:
npx opencode-studyplan-architectThis command will automatically copy the skill's brain into your global opencode config folder.
Manual Installation (Alternative)
If you prefer doing it manually:
- Download the
SKILL.mdfile from this repository. - Copy it to
~/.config/opencode/skills/studyplan-architect/SKILL.md.
🎮 How to use it
Open your terminal, launch opencode, and simply type:
/universityThe AI will welcome you to your personalized university and start asking calibration questions (one by one) in your preferred language.
To save your progress and generate your study path file, just type:
/exit