Agent skill
tasks
Task decomposition — break features into subtasks, assign workers, track progress
Install this agent skill to your Project
npx add-skill https://github.com/iii-hq/agentos/tree/main/plugin/skills/tasks
SKILL.md
Task management:
- Decompose:
curl -X POST http://localhost:3111/api/tasks/decompose -H 'Content-Type: application/json' -d '{"description": "<feature>", "maxDepth": 3}' - List:
curl http://localhost:3111/api/tasks/list?agentId=claude-code - Update:
curl -X POST http://localhost:3111/api/tasks/update -H 'Content-Type: application/json' -d '{"taskId": "<id>", "status": "completed"}' - Spawn workers:
curl -X POST http://localhost:3111/api/tasks/spawn -H 'Content-Type: application/json' -d '{"taskId": "<id>"}'
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
recover
Scan agent health and auto-recover stale or dead sessions
memory
Persistent agent memory — store, recall, search across sessions
swarm
Multi-agent swarm coordination — create swarms, broadcast tasks, reach consensus
status
System status and health checks — dashboard stats, agent health, worker status
evolve
Create, test, and improve functions at runtime — agents write their own code
lifecycle
Session lifecycle management — transitions, state tracking, reactions
Didn't find tool you were looking for?