The official artifact repository for the AG2 CLI.
Install any artifact with:
ag2 install skills # AG2 skills (default)
ag2 install skills fastapi # FastAPI skills
ag2 install template mcp-server-python # MCP server template
ag2 install tool web-search # AG2 tool function
ag2 install tool github-mcp # MCP server
ag2 install dataset agent-eval-bench # Eval dataset
ag2 install agent research-analyst # Claude Code agent
ag2 install bundle research-assistant # Curated collection| Type | Description |
|---|---|
| Skills | Knowledge for AI coding agents — any framework |
| Templates | Project scaffolds with bundled skills |
| Tools | AG2 tool functions and MCP servers |
| Datasets | Evaluation and training data |
| Agents | Pre-built Claude Code subagents |
| Bundles | Curated collections of artifacts |
Submit artifacts via pull request. Each artifact must include:
artifact.json— manifest following the schema- Skills that explain how to use the artifact
- Tests (where applicable)
Apache 2.0