What problem does it solve?
Users need to create specialized AI agents for unique tasks but require a robust system to manage their lifecycle, from temporary use to permanent promotion and proper organization. This Skill provides comprehensive tools for agent creation, namespacing, promotion, and cleanup, ensuring a clean and efficient agent ecosystem.
Core Features & Use Cases
- Temp Agent Lifecycle Management: Create ephemeral agents for single workflows, use them, and then decide to promote them to permanent status or automatically clean them up.
- Agent Promotion: Easily convert successful temporary agents into permanent, reusable defined agents, making them discoverable and available across all future workflows.
- Namespacing & Conflict Resolution: Automatically handle agent namespacing (
orchestration:) to prevent conflicts with built-in agents and ensure proper routing.
- Agent Maintenance: Update, delete, and track usage statistics for your defined agents, keeping your agent library optimized and relevant.
- Use Case: After a workflow successfully uses a temporary
security-scanner agent to find critical vulnerabilities, promote it to a permanent orchestration:security-scanner agent for reuse in all future CI/CD pipelines.
Quick Start
I want to create a custom agent for security auditing. How do I manage its lifecycle?