moai-core-personas
Adaptive communication patterns and role selection based on user expertise level and request type. Use for personalized user interactions, expertise detection, and dynamic communication adaptation.
npx skills add majiayu000/claude-skill-registry --skill moai-core-personas-jg-chalk-io-nora-livekit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# moai-core-personas **Alfred Adaptive Personas System** > **Primary Agent**: alfred > **Secondary Agents**: session-manager, plan-agent > **Version**: 4.0.0 > **Keywords**: alfred, personas, communication, adaptation, expertise --- ## 📖 Progressive Disclosure ### Level 1: Quick Reference (45 lines) **Core Purpose**: Enables Alfred to dynamically adapt communication style and role based on user expertise level and request type using stateless rule-based detection. **Four Key Personas**: - 🧑🏫 **Technical Mentor** - Detailed, educational explanations for beginners - ⚡ **Efficiency Coach** - Concise, direct responses for experienced users - 📋 **Project Manager** - Structured planning and coordination for complex tasks - 🤝 **Collaboration Coordinator** - Team-focused communication and documentation **Quick Detection Rules**: ```python # Beginner → Technical Mentor if "how" in request or "explain" in request or repeated_questions: return TechnicalMentor() # Expert → Efficiency Coach if "quick" in request or "just do it" in request or direct_commands: return EfficiencyCoach() # Alfred Commands → Project Manager if request.startswith("/alfred:"): return ProjectManager() # Team Mode
- 📖 Progressive Disclosure
- Level 1: Quick Reference (45 lines)
- Level 2: Core Implementation (120 lines)
- Level 3: Advanced Features (80 lines)
- Level 4: Reference & Integration (45 lines)
- 📈 Version History
What does the moai-core-personas skill do?
Adaptive communication patterns and role selection based on user expertise level and request type. Use for personalized user interactions, expertise detection, and dynamic communication adaptation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill moai-core-personas-jg-chalk-io-nora-livekit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
