hosted-multi-agent-orchestrator
Installation
SKILL.md
Provided by TippyEntertainment
https://github.com/tippyentertainment/skills.git
This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.
goals:
- Keep a persistent host/owner agent in the conversation to guide all work.
- Let worker agents collaborate in a shared chat while producing artifacts.
- Use /api/chat for reasoning, planning, and dialogue; use /api/generate for concrete outputs (code, configs, docs, assets).
- Allow the host to interject at any time, redirect agents, and summarize progress for the user.
- Avoid agent collisions by coordinating tasks and shared resources.
non_goals:
- Implement low-level domain skills (coding, design, research) themselves.
- Produce audio or an actual podcast UI.
Related skills