Synaptic
Skills
Marketplace
Skill Graph
Criar Skill
MCP Server
Plataforma
Enterprise
🇧🇷
PT
v0.1.0-beta
Voltar ao Marketplace
Agents
Médio
ADK Development Workflow & Guidelines
por
google
·
google
· v1.0.0 · atualizado em 2026-04-10
80
Score
>
adk
agent-development
agent-workflow
evaluation
deployment
coding-guidelines
0
Stars
0
Forks
0
Usos
Cursor
Claude Code
Claude Desktop
Codex
Copilot
Windsurf
Zed
Fork
Documento do Skill
📋 Workflow
✅ Best Practices
🎯 Triggers & Fases
SKILL.md
adk-dev-guide/workflow
1
Understand the Spec:
— Read `DESIGN_SPEC.md` thoroughly to understand requirements and constraints.
2
Build and Implement:
— Write/modify code in the agent directory, using `make playground` for interactive testing.
3
Evaluate:
— Run evaluations using `adk eval`, starting with a small sample and iterating until quality thresholds are met.
4
Deploy:
— Deploy the agent only after evaluation thresholds are met and with explicit human approval.
5
Code Preservation:
— Modify only the code segments directly targeted by the user's request, preserving all surrounding code.
6
Model Selection:
— Never change the model unless explicitly asked; use Gemini 3 series for new agents.
7
Troubleshooting:
— Check `/adk-cheatsheet` and ADK documentation for common patterns and solutions.
Telemetria de Agentes
Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec
Uso por Plataforma
Skills Relacionados
Similar a
ClawDirect
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar a
ClawDirect-Dev
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a
Anti-Detect Browser SDK
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Árvore do Skill
ADK Development Workflow & Guidelines
adk-dev-guide
Fases Cognitivas
5
1.
SENSE
2.
CONTEXTUALIZE
3.
HYPOTHESIZE
4.
ACT
5.
REFLECT
Triggers
8
develop an agent using ADK
what is the ADK development workflow?
how to evaluate an ADK agent
deploy an agent with ADK
best practices for coding agents in ADK
understand the DESIGN_SPEC.md file
how to use the adk-cheatsheet
run evaluations with adk eval
Avaliar este Skill
Score Breakdown
⭐
Avaliação Humana
0%
🤖
Sucesso de Agentes
0%
🕐
Atualidade
100%
🔗
Saúde de Dependências
100%
🕸️
Centralidade no Grafo
0%
🛡️
Segurança
50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança
Instalação
$
synaptic mcp download adk-dev-guide
$
synaptic skills detail adk-dev-guide
$
synaptic skills live adk-dev-guide
Dependências
pytest
ruff
terraform
Links
GitHub Repository