Learn Quest plugin marketplace - RPG-style learning companion for AI coding assistants
npx claudepluginhub gilverse-icn/learn-questRPG-style learning companion for AI coding assistants. Level up your skills while coding!
RPG-style learning companion for AI coding assistants
AI coding assistants are convenient, but we often move on without understanding what was done and why.
Learn Quest is a plugin that helps you learn while coding with AI assistants, providing level-appropriate explanations and quizzes.
# 1. Add the marketplace
/plugin marketplace add https://github.com/gilverse-icn/learn-quest
# 2. Install the plugin
/plugin install learn-quest@learn-quest
# 3. Run setup
/learn-quest:setup
That's it! The setup wizard will guide you through configuring your learning level and preferences.
Note: If you skip setup, Learn Quest will use default settings and create a config file automatically on first use.
Automatically provides learning points after code is written/modified.
Automatically adds learning elements when you ask questions - no special commands needed!
When you ask "What is this?" or "How does this work?", Learn Quest:
Frequency adjusts automatically based on your level and learning history.
/learn-quest:stash, /learn-quest:study)Too busy to learn right now? Save learning points for later!
Workflow:
/learn-quest:study# Manual stash with memo
/learn-quest:stash "Login feature complete"
# Study saved points
/learn-quest:study # Show list
/learn-quest:study today # Today's only
/learn-quest:study jwt # Search by keyword
Auto-detection: Learn Quest detects completion signals ("thanks", "done", "완료") and prompts you to stash.
/learn-quest:explain)Request detailed explanations of specific concepts or recent work.
/learn-quest:explain React hooks
/learn-quest:explain Next.js 16 # Uses web search for latest info
/learn-quest:explain # Shows selection menu
Smart Features:
/learn-quest:setup)Interactive first-time configuration wizard.
/learn-quest:setup # Guided setup in your preferred language
/learn-quest:config)Configure your learning level, feature toggles, and language.
/learn-quest:config # Interactive menu
/learn-quest:config show # View current settings
/learn-quest:config level gold # Change level
/learn-quest:config language ko # Switch to Korean
A 5-tier rank system based on experience, providing depth-appropriate explanations.
| Rank | Perspective | Learning Focus |
|---|---|---|
| Bronze | "What is this?" | Basic syntax, fundamental concepts |
| Silver | "How do I use this?" | Implementation patterns, best practices |
| Gold | "Why this approach?" | Optimization, trade-offs |
| Platinum | "What's the big picture?" | Architecture, system design |
| Diamond | "What's the strategic view?" | Technical strategy, organizational impact |
Learn Quest supports multiple languages:
en) - Defaultko) - 한국어Change language with:
/learn-quest:config language ko
# Add marketplace and install
/plugin marketplace add https://github.com/gilverse-icn/learn-quest
/plugin install learn-quest@learn-quest
After installation, run the setup wizard:
/learn-quest:setup
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations