Documentation: Agent Skills, ADK and A2A
Technical documentation on agent architecture and applied AI. Each section has real code, working examples and references to the repositories.
Available content
Section titled “Available content”Agent Skills
Section titled “Agent Skills”The design pattern that separates reasoning from execution in agent systems. Implementations in pure Python, Google ADK and Claude Code, with a multi-agent system via A2A Protocol.
→ View Agent Skills documentation
Google ADK + IDP
Section titled “Google ADK + IDP”A system of 7 specialized agents that autonomously generate a complete Internal Developer Platform — Docker Compose, CI/CD, Grafana, CLI and FastAPI portal — using Google ADK, SequentialAgent and A2A Protocol. Real demo with Gemini function calling.
→ View Google ADK + IDP documentation
ADK on Cloud Run
Section titled “ADK on Cloud Run”The 7 ADK agents deployed as independent A2A servers on Cloud Run. Each agent with its own URL, its own container, and scales to zero. GCP setup, deploy, HTTP orchestrator and Vertex AI migration.
→ View ADK on Cloud Run documentation
Claude Agent Teams
Section titled “Claude Agent Teams”Hybrid architecture of 7 agents in Claude Code: 4 teammates debate and build skills, 3 subagents execute scoped tasks. Full pipeline from prompt to published skill on the Hermit portal.