This repository houses curated AGENTS.md playbooks that describe how specialized AI collaborators should operate within different language or framework ecosystems. Use these documents to bootstrap consistent multi-agent workflows, enforce coding standards, and clarify responsibilities across your team.
- Choose the technology stack you are working on (Python basics, Flask web apps, or C++ basics).
- Open the corresponding
AGENTS.mdto understand which meta agent coordinates the work and which specialist agents are available. - Follow the README in that directory for quickstart setup, tooling expectations, and contribution guidelines.
- Python — Basic Toolkit
- Python — Flask-Based Services
- Python — Eve Data Framework
- C++ — Basic Toolkit
| Subtree | AGENTS Charter | Key Capabilities |
|---|---|---|
Python/Basic/ |
Advanced Multi-Agent Guide for Python Projects | Meta-driven orchestration for core Python utilities with code, documentation, testing, infra, security, packaging, data, auth, and utility specialists. |
Python/Flask-Based/ |
Flask-Oriented Multi-Agent Guide | Web-focused delegation covering backend APIs, templating, front-end assets, authentication, deployment, QA, and observability agents coordinated by a meta agent. |
Python/Eve-Data-Framework/ |
Eve Data Framework Agent Charter | Schema-driven REST services on Eve with agents for resource design, hooks, security, deployment, and documentation. |
C++/Basic/ |
Advanced Multi-Agent Guide for C++ Projects | Structured support for C++ source, build, documentation, testing, packaging, performance, safety, and cross-language integration led by a meta coordinator. |
- Each directory’s README provides stack-specific setup steps, tooling conventions, and quality gates.
- The
MetaAgentin every charter interprets requests, activates the right specialists, and explains delegation decisions—consult it when planning complex tasks. - Extend or adapt these charters by adding new agents or adjusting scopes to match your organization’s practices.
Distributed under the terms of the MIT License.