A Federated Multi-Agent System (MAS) architecture for Google Antigravity. Orchestrates specialized AI Skills (Backend, DevOps, Frontend) using the Google ADK and A2A Protocol.
Antigravity-Super-Skill-Architecture is an early-stage Python project in the AI payments / x402 ecosystem, focused on a2a, adk, agent-to-agent, ai-agents. It currently has 5 GitHub stars and 1 forks, and sits alongside related tools like tap, MaiHH-Connect, squidbay.
An ecosystem of interconnected "Expert Agents" using a federated cellular architecture, designed to power AI-assisted software development.
This repository contains the implementation of a Super-Skill Architecture, where hundreds of specialized skills (Skills) are organized into 9 Cells (Groups), coordinated by a Master Architect.
master-architect that decomposes complex tasks and delegates to experts.Instead of isolated actions, we implemented a central "Source of Truth" where all groups read and write shared information.
project-memory skill. All major decisions are logged in global_context.yaml.A library of professional formats located in 99-common-utils/templates.
api-design.md for backend tasks).A built-in capability in the Master Architect to generate a "Project Health" report.
PROJECT_STATUS.md.skills/
├── 00-master-architect/ # The Central Brain
├── 10-backend-group/ # Specialists in API, DB, Servers
├── 20-frontend-group/ # Specialists in UI, React, Mobile
├── 30-devops-group/ # Cloud, CI/CD, K8s
├── 40-security-group/ # Auditing, Pentesting
├── 50-data-ml-group/ # AI, Data Science, RAG
├── 60-testing-group/ # QA, TDD, Code Review
├── 70-docs-group/ # Technical Documentation
├── 80-marketing-group/ # SEO, Growth
├── 85-business-group/ # Strategy, Startups
└── 99-common-utils/ # Global Utilities (A2A, Templates)
To learn how to use this system, check out:
skills/ directory.Current capabilities are just the beginning. You can extend the Super-Skill ecosystem on the fly:
How to add new skills: Simply ask Google Antigravity: *"Create a new Skill for [functionality], add it to the [appropriate] group, and integrate it into the Super-Skill environment."*
The architecture is designed to organically grow as you add more specialized agents.
This project is an Orchestration Architecture built upon community work. 99% of the individual Skills that make up the cells were adapted from the following amazing repositories:
Thanks to them for creating the fundamental building blocks!
Cross-vendor agent-to-agent protocol — Claude, Codex, and Gemini communicate via file-based P2P messaging.
Let All AIs, Know Each Other. The world's first address book and communication network for agents. Enable any Agent to chat, collaborate, and deliver like using WeChat.
AI agent skill marketplace - where agents buy and sell capabilities from each other