Claude-skill-registry-data moai-cc-agents
Claude Code Agents system, task delegation patterns, and multi-agent coordination. Use when creating custom agents, managing agent workflows, or implementing task delegation.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/moai-cc-agents-ajbcoding-claude-skill-eval" ~/.claude/skills/majiayu000-claude-skill-registry-data-moai-cc-agents && rm -rf "$T"
manifest:
data/moai-cc-agents-ajbcoding-claude-skill-eval/SKILL.mdsource content
Claude Code Agents System
Skill Metadata
| Field | Value |
|---|---|
| Skill Name | moai-cc-agents |
| Version | 2.0.0 (2025-11-11) |
| Allowed tools | Read, Bash, Task |
| Auto-load | On demand when agent patterns detected |
| Tier | Claude Code (Core) |
What It Does
Claude Code Agents system, task delegation patterns, and multi-agent coordination.
Key capabilities:
- ✅ Agent creation and management
- ✅ Task delegation patterns
- ✅ Multi-agent coordination
- ✅ Workflow orchestration
- ✅ Agent communication protocols
When to Use
- ✅ Creating custom agents
- ✅ Managing agent workflows
- ✅ Implementing task delegation
- ✅ Coordinating multi-agent systems
Core Agent Patterns
Agent Architecture
- Task Delegation: Specialized task assignment
- Agent Communication: Inter-agent messaging
- Workflow Coordination: Multi-agent orchestration
- Resource Management: Agent resource allocation
- Performance Monitoring: Agent effectiveness tracking
Agent Types
- Specialist Agents: Domain-specific expertise
- General Agents: Broad capability coverage
- Coordinator Agents: Workflow management
- Automation Agents: Repetitive task handling
- Validation Agents: Quality and compliance checking
Dependencies
- Claude Code agents system
- Task delegation framework
- Agent communication protocols
- Workflow orchestration tools
Works Well With
(Agent knowledge)moai-cc-skills
(Agent event handling)moai-cc-hooks
(Agent selection patterns)moai-alfred-agent-guide
Changelog
- v2.0.0 (2025-11-11): Added complete metadata, agent architecture patterns
- v1.0.0 (2025-10-22): Initial agents system
End of Skill | Updated 2025-11-11