Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Version: 4.0.0
Allowed tools: ReadAskUserQuestionTodoWrite
Path: skills/agent/moai-core-personas-jg-chalk-io-nora-livekit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. 📖 Progressive Disclosure
  2. Level 1: Quick Reference (45 lines)
  3. Level 2: Core Implementation (120 lines)
  4. Level 3: Advanced Features (80 lines)
  5. Level 4: Reference & Integration (45 lines)
  6. 📈 Version History
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going