一键导入
agent-launcher
Launches specialized Claude agents for targeted tasks. Analyzes requirements, selects appropriate agent, and executes with optimized configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Launches specialized Claude agents for targeted tasks. Analyzes requirements, selects appropriate agent, and executes with optimized configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Agent Launcher |
| description | Launches specialized Claude agents for targeted tasks. Analyzes requirements, selects appropriate agent, and executes with optimized configuration. |
The Agent Launcher Skill enables intelligent, purpose-driven task execution by automatically selecting and launching the most appropriate Claude agent from your framework's agent registry. Instead of manually configuring agents, simply describe what you need done and let Agent Launcher select the right agent with optimal settings.
Use this skill when:
Provide a description of what needs to be done. Agent Launcher analyzes:
Based on analysis, Agent Launcher selects from your framework's agents:
Configures the selected agent with:
Example: "Implement a new authentication module with OAuth support"
Example: "Create comprehensive API documentation for our REST endpoints"
Example: "Generate comprehensive unit tests for the payment module"
Example: "Analyze this Python project and identify architectural patterns"
Example: "Fix a typo in the README.md file"
Request: "Implement a Fibonacci cache system using the Singleton pattern
in Python with comprehensive tests"
Analysis Result:
- Complexity: Medium
- Best Agent: Code Specialist
- Required Tools: Code execution, file system, testing
- Model: Claude Sonnet
- Estimated Tokens: 8,000-12,000
- Estimated Duration: 5-10 minutes
Result: Code Specialist launches with Python execution,
generates implementation + tests, returns code files
Request: "Create a comprehensive user guide for our API including
examples and best practices"
Analysis Result:
- Complexity: Medium
- Best Agent: Documentation Expert
- Required Tools: File generation, markdown processing
- Model: Claude Sonnet
- Estimated Duration: 10-15 minutes
Result: Documentation Expert generates guide with examples,
formats with proper structure, returns markdown + PDF
Request: "Write integration tests for the checkout workflow
covering success and failure paths"
Analysis Result:
- Complexity: Medium
- Best Agent: Test Generator
- Required Tools: Test framework, assertions, mock setup
- Model: Claude Sonnet
- Estimated Duration: 8-12 minutes
Result: Test Generator creates comprehensive test suite,
includes fixtures and mocks, returns test files ready to run
Request: "Update the copyright year in all files to 2025"
Analysis Result:
- Complexity: Simple
- Best Agent: Generalist
- Required Tools: File processing, regex
- Model: Claude Haiku
- Estimated Duration: 2-3 minutes
Result: Generalist updates files efficiently,
returns summary of changes made
For complex tasks, Agent Launcher can chain multiple agents:
Step 1: Project Analyzer
└─ "Analyze codebase structure and identify gaps"
Step 2: Code Specialist
└─ "Implement missing features based on gaps"
Step 3: Test Generator
└─ "Create tests for new features"
Specify execution priority:
Specify limitations:
Real-time monitoring of:
See REFERENCE.md for:
This skill works seamlessly with:
.claude-library/REGISTRY.json"Use the Agent Launcher to write unit tests for my validation module"
"Launch the Code Specialist to refactor this function,
but keep token usage under 8K"
"Queue a project analysis to run after current tasks complete"
"Run the Documentation Expert on our API, and I want the result
as both markdown and PDF formats"
This skill cannot:
For these cases, launch agents directly using Claude Code's Task tool.
Agent Launcher succeeds when: ✅ Correct agent selected for task type ✅ Configuration matches task requirements ✅ Execution completes within estimated time ✅ Results meet quality standards ✅ Token usage is optimized ✅ Output is in requested format
Problem: Wrong agent selected
Problem: Configuration doesn't match needs
Problem: Execution exceeds estimated time
Problem: Not enough context provided
For questions or issues, refer to REFERENCE.md or your framework documentation.