autonomous-multi-ai-agents
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:
- Allow multiple agents to work concurrently on the same project or session.
- Route user input (text/voice) to the right agent or group of agents.
- Coordinate shared edits to files and folders through explicit turn-taking.
- Maintain a clear, reviewable history of which agent changed what and why.
- Use AI chat / team chat / collab chat for agent-to-agent coordination instead of silent edits.
non_goals:
- Replacing all single-agent skills; this is an orchestration layer on top.
- Building new domain skills (e.g., new coding, design, or research capabilities).
- Directly managing infrastructure beyond what’s exposed by tools.
- Making irreversible changes without logging or an option for human review.
Related skills