weather-skill
✓skillA skill that provides weather information based on reference data.
adk-scaffold
✓skillMUST READ before creating or enhancing any ADK agent project. Use when the user wants to build a new agent (e.g. "build me a search agent") or enhance an existing project (e.g. "add CI/CD to my project", "add RAG").
adk-dev-guide
✓skillALWAYS ACTIVE — read at the start of any ADK agent development session. ADK development lifecycle and mandatory coding guidelines — spec-driven workflow, code preservation rules, model selection, and troubleshooting.
adk-observability-guide
✓skillMUST READ before setting up observability for ADK agents or when analyzing production traffic, debugging agent behavior, or improving agent performance. ADK observability guide — Cloud Trace, prompt-response logging, BigQuery Agent Analytics, third-party integrations, and troubleshooting. Use when configuring monitoring, tracing, or logging for agents, or when understanding how a deployed agent handles real traffic.
adk-eval-guide
✓skillMUST READ before running any ADK evaluation. ADK evaluation methodology — eval metrics, evalset schema, LLM-as-judge, tool trajectory scoring, and common failure causes. Use when evaluating agent quality, running adk eval, or debugging eval results. Do NOT use for API code patterns (use adk-cheatsheet), deployment (use adk-deploy-guide), or project scaffolding (use adk-scaffold).
adk-cheatsheet
✓skillMUST READ before writing or modifying ADK agent code. ADK API quick reference for Python — agent types, tool definitions, orchestration patterns, callbacks, and state management. Includes an index of all ADK documentation pages. Do NOT use for creating new projects (use adk-scaffold).
adk-deploy-guide
✓skillMUST READ before deploying any ADK agent. ADK deployment guide — Agent Engine, Cloud Run, GKE, CI/CD pipelines, secrets, observability, and production workflows. Use when deploying agents to Google Cloud or troubleshooting deployments. Do NOT use for API code patterns (use adk-cheatsheet), evaluation (use adk-eval-guide), or project scaffolding (use adk-scaffold).
secops-hunt
✓skillExpert guidance for proactive threat hunting. Use this when the user asks to "hunt" for threads, IOCs, or specific TTPs.
secops-setup-gemini
✓skillHelps the user configure the Google SecOps Remote MCP Server for Gemini CLI. Use this when the user asks to "set up" or "configure" the security tools for Gemini CLI.
secops-setup-antigravity
✓skillHelps the user configure the Google SecOps Remote MCP Server for Antigravity. Use this when the user asks to "set up" or "configure" the security tools for Antigravity.
secops-triage
✓skillExpert guidance for security alert triage. Use this when the user asks to "triage" an alert or case.
secops-investigate
✓skillExpert guidance for deep security investigations. Use this when the user asks to "investigate" a case, entity, or incident.
push-to-github
✓skillRuns all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
verify-changes
✓skillRuns unit tests to quickly verify changes during the development loop.
prepare-commit
✓skillPrepares the codebase for a commit by formatting code and helping identify temporary comments.
fetch-pr-comments
✓skillFetches comments and reviews from the current GitHub Pull Request and formats them as Markdown.
mapi-developer-assistant
✓skillExpert in Google Merchant API (the new API replacing Content API). Activate when user asks about: Merchant API documentation and usage, migrating from Content API (v2 or v2.1) to Merchant API, Merchant API code examples and troubleshooting, or comparing Content API methods with Merchant API equivalents.