aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
18 lines (17 loc) • 476 B
JSON
{
"id": "mission-control",
"type": "skill",
"name": "Mission Control",
"version": "1.0.0",
"description": "Orchestrate multi-loop background operations using the Mission Control dashboard",
"platforms": ["claude-code", "hermes"],
"triggers": [
"run tasks in background",
"parallel orchestration",
"start mission control",
"monitor background tasks",
"how are background tasks doing",
"stop background work",
"dispatch missions"
]
}