원클릭으로
agent-spawner
Spawns, manages lifecycle, and terminates autonomous AI agents from the 40+ built-in agent catalog.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Spawns, manages lifecycle, and terminates autonomous AI agents from the 40+ built-in agent catalog.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Sends messages between agents, broadcasts to channels, and retrieves message history for inter-agent communication.
Optimize prompts and context windows to reduce token usage while preserving quality.
Animated desktop character state machine for Sven's Tauri companion app. Manages character form (ORB, ARIA, REX, ORION), state transitions (idle→thinking→speaking→celebrating), walk cycles, thought bubbles, sound effects, and real-time agent event sync.
Multi-model deliberation system. Sends queries to multiple LLMs simultaneously, has them peer-review each other's responses anonymously, then a chairman model synthesizes the best answer. Supports configurable council composition, voting strategies, and cost tracking.
Interactive educational autograd engine — port of Karpathy's micrograd. Build, train, and visualise tiny neural networks step-by-step to learn how backpropagation works.
Runs benchmark suites against models, tracks ELO rankings, manages A/B tests, and generates performance reports.
| name | agent-spawner |
| description | Spawns, manages lifecycle, and terminates autonomous AI agents from the 40+ built-in agent catalog. |
| version | 0.1.0 |
| publisher | acmecorp |
| handler_language | typescript |
| handler_file | handler.ts |
| inputs_schema | {"type":"object","properties":{"action":{"type":"string","enum":["spawn","terminate","terminate_all","status","list_instances","list_definitions","supervision_tree","stats"]},"definition_id":{"type":"string"},"instance_id":{"type":"string"},"category":{"type":"string","enum":["code","research","operations","communication"]},"lifecycle":{"type":"string"}},"required":["action"]} |
| outputs_schema | {"type":"object","properties":{"result":{"type":"object"}}} |
Spawns autonomous sub-agents from a catalog of 40+ built-in agent definitions across Code, Research, Operations, and Communication categories. Manages lifecycle, supervision trees, and resource tracking.