By OMIXEC
Skills and subagents for building production Google ADK (Agent Development Kit) agents — multi-agent workflows, LiteLLM/LangGraph, RAG, deployment, and CI/CD.
Build, test, and iterate on ADK agents: agent creation, mode configuration (task/single-turn), graph workflows with function nodes, routing/conditions, LLM agent nodes, RAG, personas, domain experts, and samples. Use when creating or configuring an ADK agent.
Deep ADK architecture knowledge: graph orchestration, resumption/checkpoint, execution flow, node contracts, Runner/NodeRunner/Workflow separation, LLM context orchestration, and observability design. Use when understanding ADK internals, event flow, state management, or designing core components.
Debug ADK agents: inspect sessions, test agent behavior, troubleshoot tool calls, diagnose event flow and LLM/model issues. Supports `adk web` (browser UI + REST) and `adk run` (CLI) debugging modes.
Git operations for ADK projects: commit, push, pull, rebase, branch, PR, cherry-pick. Enforces Conventional Commits with scope guidance. Use for any git operation on ADK repositories.
Set up a local ADK Python development environment: Python 3.11+, the uv package manager, pre-commit hooks, and project dependencies. Use when getting started, setting up a new environment, or preparing to contribute.
ADK Agent-to-Agent (A2A) protocol expert covering remote agent communication, agent cards, HTTP-based delegation, and distributed agent systems. Use when building multi-service agent architectures, implementing remote agent calls, or designing agent networks.
Central hub for building, testing, and iterating on ADK agents. Trigger this skill when the user wants to create a new agent, configure modes (task, single-turn), or build graph-based workflows.
ADK Agentic Production Workflow Builder. Design and generate production-grade multi-agent workflows (graph-based, dynamic, collaborative, template) with full scaffolding: agents, tools, infra, CI/CD, evals, security, and observability. Use when building ADK agent systems, composing multi-agent workflows, scaffolding agent projects, designing workflow architectures, or deploying ADK agents to production (Cloud Run, Agent Engine, GKE). Covers Python, Go, and TS backends with A2A and MCP protocol support.
ADK multi-agent systems expert covering agent composition, routing patterns, sequential/parallel execution, and supervisor architectures. Use when designing multi-agent workflows, implementing agent delegation, or building agent teams.
ADK architectural knowledge — graph orchestration, resumption, execution flow, node contracts, observability, and LLM context orchestration. Use this skill whenever you need to understand the architecture, event flow, or state management of the ADK system, or when designing or modifying core components. Triggers on "how does X work", "design of", "architecture of", "event flow", "resumption state", "checkpoint", "BaseNode", "NodeRunner".
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
25 production-grade Google ADK skills for Codex, OpenCode, Claude, Cline, Cursor, Gemini CLI, and Windsurf
Build sophisticated AI agents using Google's Agent Development Kit (ADK): multi-agent orchestration, LangGraph state machines, LiteLLM multi-provider routing, real-time bidirectional streaming, RAG pipelines, MCP tool integration, autonomous agents, and production deployment.
npx skills add OMIXEC/Google-ADK-Skills
The skills.sh CLI is the primary install path for agent skills. It installs the GitHub skill collection and makes the repo visible on skills.sh after the repository has been seen by the CLI.
# Auto-detect installed tools/config dirs and install all skills
curl -fsSL https://raw.githubusercontent.com/OMIXEC/Google-ADK-Skills/main/install.sh | bash
# Guided install with target/method/runtime/skill prompts
git clone https://github.com/OMIXEC/Google-ADK-Skills.git
cd Google-ADK-Skills
bash install.sh --interactive
By default the installer only installs skill folders. It does not require Python, pip, Google credentials, GitHub auth, or shell rc changes.
Main target paths:
| Target | Skills directory |
|---|---|
codex | ~/.codex/skills |
opencode | ~/.opencode/skills |
claude | ~/.claude/skills |
cline | ~/.cline/skills |
cursor | ~/.cursor/skills |
gemini-cli | ~/.gemini/skills |
windsurf | ~/.windsurf/skills |
Flags:
--target <codex|opencode|claude|cline|cursor|gemini-cli|windsurf|all|auto>
--copy Copy skill folders instead of symlinking them
--install-dir <path> Checkout/cache location, default: ~/.google-adk-skills
--skills-dir <path> Install into a custom tool skills directory
--scope <user|global> User home install or global /usr/local/share install
--ref <branch-or-tag> Git ref to install, default: main
--skills <list|all> Comma-separated skills to install, default: all
--interactive Prompt for target, method, runtime, evals, and skills
--with-evals Keep tests/ in the install checkout
--with-runtime Create a Python venv and install runtime dependencies
--shell-integration Add the adk alias/PATH entry to your shell rc file
--force Replace existing non-symlink skill directories
Examples:
# Install for Codex and replace any existing copied skills
bash install.sh --target codex --copy --force
# Install into the main skills paths for every supported tool
bash install.sh --target all
# Install globally for every supported tool (requires writable /usr/local/share)
sudo bash install.sh --target all --scope global
# Install only selected skills
bash install.sh --target opencode --skills adk-agents,adk-tools,adk-memory
# Install into any compatible custom skills directory
bash install.sh --skills-dir ~/.my-agent-tool/skills --copy
# Install skills plus the Python runtime helpers
bash install.sh --target claude --with-runtime --shell-integration
npx google-adk-skills
npx google-adk-skills --interactive
npx google-adk-skills --target cline --copy
The npx package is a thin wrapper around install.sh and passes all flags through to the same installer. The legacy npx claude-adk-skills binary remains as a compatibility alias.
/plugin marketplace add OMIXEC/Google-ADK-Skills
/plugin install google-adk-skills
Use npx skills add OMIXEC/Google-ADK-Skills as the reliable public path today. The repo installer remains available for custom target paths, selective installs, runtime helpers, and global installs.
bash plus either git, curl, or wget.--with-runtime.GOOGLE_API_KEY or the credentials required by the models/tools you choose.PINECONE_API_KEY for RAG and LITELLM_* keys for multi-provider routing.npx claudepluginhub omixec/google-adk-skills --plugin google-adk-skillsWebsite-specific browser scraping skills for AI agents plus generic fallback scraper. No external APIs, no Firecrawl, no dependencies.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code