| Crates.io | skrills-subagents |
| lib.rs | skrills-subagents |
| version | 0.5.3 |
| created_at | 2025-12-21 23:55:39.829717+00 |
| updated_at | 2026-01-25 00:14:24.138432+00 |
| description | Subagent MCP tools for the skrills server with pluggable backends. |
| homepage | https://github.com/athola/skrills |
| repository | https://github.com/athola/skrills |
| max_upload_size | |
| id | 1998768 |
| size | 367,094 |
This crate provides subagent capabilities for Skrills, enabling task delegation to specialized agents.
Build with the subagents feature:
cargo run -p skrills-server --features subagents -- serve
Use via MCP tools:
list-subagents: View available templates.run-subagent: Execute a task (e.g., { "prompt": "list files", "backend": "codex" }).get-run-status: Check progress using run_id.Configure: Set SKRILLS_SUBAGENTS_DEFAULT_BACKEND=claude to change the default adapter.
Note: Async runs and secure transcripts require the Codex backend. WebSocket/HTTP streaming is planned.