Agent skill
master-orchestrator
Intelligent AI task orchestration system with intent analysis and multi-backend coordination.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/master-orchestrator
SKILL.md
Master Orchestrator
Intelligent task orchestration system that analyzes user intent and routes to optimal execution paths across multiple AI backends.
Quick Start
# Basic usage
python -m master-orchestrator "your request" [-v]
# Examples
python -m master-orchestrator "run npm test"
python -m master-orchestrator "review code in src/auth.py"
python -m master-orchestrator "develop a user management system" -v
Slash Commands
python -m master-orchestrator "/discover" # Re-discover resources
python -m master-orchestrator "/list-skills" # List registered skills
python -m master-orchestrator "/stats" # Show system stats
python -m master-orchestrator "/reload" # Reload configuration
python -m master-orchestrator "/clear-cache" # Clear registry cache
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?