python
Installation
SKILL.md
Python Skill (A2A Multi-Agent)
Quick Reference
| Rule | Convention |
|---|---|
| Python version | 3.11+ |
| Type hints | Always, use typing module |
| Async | All agent methods are async |
| Validation | Pydantic BaseModel |
| Formatting | Black + isort |
| Testing | pytest + pytest-asyncio |
Project Structure
Related skills