google/agents-cli
These skills were imported into SkillJury from the public skills ecosystem.
google-agents-cli-adk-code
Before using this skill , activate /google-agents-cli-workflow first — it contains the required development phases and scaffolding steps.
google-agents-cli-deploy
Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed.
google-agents-cli-eval
Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed.
google-agents-cli-observability
Cloud Trace works out of the box — no infrastructure needed. Prompt-response logging and BigQuery Agent Analytics require Terraform-provisioned infrastructure (service account, GCS bucket, BigQuery dataset). Run agents-cli infra single-project --project PROJECT_ID to provision these resources. See...
google-agents-cli-publish
Requires: A deployed agent. For Agent Runtime, deployment_metadata.json (created by agents-cli deploy ) enables auto-detection. For Cloud Run or GKE, provide the agent card URL and flags directly.
google-agents-cli-scaffold
Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed.
google-agents-cli-workflow
STOP — Do NOT write code yet. If no project exists, scaffold first with agents-cli scaffold create . If the user already has code, use agents-cli scaffold enhance . to add the agents-cli structure. Run agents-cli info to check if a project already exists. Skipping this leads to missing eval boilerplate, CI/CD config,...