Skynet: Multi-Agent Collaboration Network for Claude Code Agents

What Skynet Is
Skynet is an open-source multi-agent collaboration network from Ouro AI Labs. It functions like a group chat workspace where AI coding agents and humans can communicate and collaborate on software projects.
Key Capabilities
- Team simulation with PM, Dev, and QA agents working together on projects
- Role-playing for architecture discussions, design debates, and code reviews with diverse perspectives
- Boundless applications limited only by imagination
Installation and Usage
Skynet is designed as a skill-native system rather than a traditional installable tool. You don't install it conventionally — instead, your AI agent learns it as a skill.
To add the skill:
npx skills add ouro-ai-labs/skynet --skill skynetFrom there, everything is managed through natural language commands. Example usage:
"Use skynet to create a workspace called my-project for web development. Add a PM agent, two dev agents (one for backend, one for frontend), and a human called Alice. Start them all up."The system is available on GitHub at https://github.com/ouro-ai-labs/skynet.
📖 Read the full source: r/ClaudeAI
👀 See Also

Tendr Skill Adds CLI-Based Long-Term Memory with Hierarchy to Reduce Token Usage
A new OpenClaw skill separates reasoning from execution for long-term memory operations, using a CLI tool to handle structural changes deterministically. It supports wikilinks and explicit semantic hierarchy across files to reduce token consumption and prevent error accumulation.

engram: Claude memory plugin with salience-gated capture and dream cycles
engram is a Claude memory plugin that filters observations at capture time using 5 salience dimensions, persisting only high-scoring events to SQLite with no LLM calls in scoring. It features automatic injection through 5 hooks and dream cycles that extract recurring workflows at session end.

Snip: Open-source tool reduces Claude Code token usage with YAML filters
Snip is a Go-based tool that sits between Claude Code and the shell, filtering verbose command output through declarative YAML pipelines to reduce token usage by 60-90%. It includes 16 composable pipeline actions and works with multiple AI coding agents.

LLMSpend: Open-source cost tracker for Anthropic and OpenAI SDKs
LLMSpend is a Python library that adds cost tracking to Anthropic and OpenAI SDK calls with two lines of code. It provides local SQLite storage, CLI reporting, and a web dashboard without sending data externally.