google

145 mods across 15 repositories, 72k stars between them.

a-b

97

google/adk-java

Skill Claude CodeCodex

conflicting skill 2.

1.7k 4d ago A 8 tokens original Apache-2.0

a_b

98

google/adk-java

Skill Claude CodeCodex

conflicting skill 1.

1.7k 4d ago A 8 tokens copy · 100% Apache-2.0

adk-bot-review

99

google/adk-docs

Skill Claude CodeCodex

Reviews adk-bot pull requests by validating technical correctness against source code, checking PR states and formatting, and following Google's developer documentation style and ADK docs conventions. Triggers on "review bot PR", "check bot changes", or "verify bot issue".

1.5k 3d ago A 58 tokens original Apache-2.0

api-reference-audit

100

google/adk-docs

Skill Claude CodeCodex

Audits whether ADK API reference docs and version-pinned strings are up to date across all language SDKs. Compares in-repo versions against upstream releases and package registries, then reports what needs bumping and which process to follow, and emits an executable plan only when asked. Triggers on "audit API…

1.5k 3d ago A 98 tokens original Apache-2.0

integration-create

101

google/adk-docs

Skill Claude CodeCodex

Creates a new ADK integration documentation page (a Markdown file under docs/integrations/) for a third-party tool, plugin, observability platform, data store, MCP server, or connector. Gathers details, picks the right category template, and drafts a page that follows adk-docs conventions. Triggers on…

1.5k 3d ago A 91 tokens original Apache-2.0

integration-review

102

google/adk-docs

Skill Claude CodeCodex

Reviews an ADK integration documentation page (a Markdown file under docs/integrations/) or an integration pull request for correctness, structure, style, working code, valid links, and catalog conventions. Produces a prioritized review report, a recommended decision (approve, request changes, or close PR), a…

1.5k 3d ago A 110 tokens original Apache-2.0

config

103

google/adk-docs

Agent

Supported in ADK Python v1.11.0 Java v0.3.0 Go v0.3.0 Experimental.

1.5k 3d ago A 0 tokens original Apache-2.0

custom-agents

104

google/adk-docs

Agent

Supported in ADK Python v0.1.0 TypeScript v0.2.0 Go v0.1.0 Java v0.1.0 Kotlin v0.1.0.

1.5k 3d ago A 0 tokens original Apache-2.0

index

105

google/adk-docs

Agent

Supported in ADK Python TypeScript Go Java.

1.5k 3d ago A 0 tokens original Apache-2.0

llm-agents

106

google/adk-docs

Agent

Supported in ADK Python v0.1.0 TypeScript v0.2.0 Go v0.1.0 Java v0.1.0 Kotlin v0.1.0.

1.5k 3d ago A 0 tokens original Apache-2.0

managed-agents

107

google/adk-docs

Agent

Agent "managed-agents" from google/adk-docs, covering managed agents, what are managed agents?, when to use managed agents vs. building your own, prerequisites and gemini api backend.

1.5k 3d ago A 0 tokens original Apache-2.0

routing

108

google/adk-docs

Agent

Supported in ADK TypeScript v1.0.0 Experimental.

1.5k 3d ago A 0 tokens original Apache-2.0

weather_skill

109

google/adk-docs

Skill Claude CodeCodex

A skill to get the weather information.

1.5k 3d ago A 11 tokens original Apache-2.0

algorithmic-art

110

google/adk-js

Skill Claude CodeCodex

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

1.4k 3d ago A 62 tokens copy · 100% Apache-2.0

gh-issues

111

google/adk-js

Skill Claude CodeCodex

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…

1.4k 3d ago A 116 tokens copy · 100% Apache-2.0

gws-calendar

112

google/adk-js

Skill Claude CodeCodex

Google Calendar: Manage calendars and events.

1.4k 3d ago A 12 tokens copy · 100% Apache-2.0

internal-comms

113

google/adk-js

Skill Claude CodeCodex

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project…

1.4k 3d ago A 67 tokens copy · 88% Apache-2.0

sam AGENTS.md

114

google/sam

Instructions file CodexOpenCode

Instructions for google/sam, covering sam repository ai agent guidelines, 1. architecture & component independence, 2. dependency management (strict constraint), 3. testing best practices and 4. code quality & modularity.

796 3d ago A 1,044 tokens original Apache-2.0

sam-mesh

115

google/sam

Skill Claude CodeCodex

Use when local tools cannot provide a needed capability and a SAM (Sovereign Agent Mesh) network can: inspect mesh state, discover reachable services/tools, describe and call namespaced remote MCP tools, and reach OpenAI-compatible inference models hosted by mesh peers. Also use to set up, join, or reconnect a…

796 3d ago D 78 tokens original Apache-2.0

mantis AGENTS.md

116

google/mantis

Instructions file CodexOpenCode

Instructions for google/mantis, covering agent rules, before committing, verbatim blocks, reference files and extraction criteria.

781 4d ago A 670 tokens original Apache-2.0

mantis-advise

117

google/mantis

Skill Claude CodeCodex

Proactive security advisor and guardrail assistant for secure code development. Use to query threat models, historical vulnerability lineages, verified patch patterns, triaged false positives, and learned trajectory invariants before and during code edits to prevent repeat mistakes. Don't use for automated multi-pass…

781 4d ago A 67 tokens original Apache-2.0

mantis-architecture

118

google/mantis

Skill Claude CodeCodex

Synthesizes raw learnings and codebase analysis into an interlinked Markdown Knowledge Base (KB). Use at the beginning of a loop to build or update architecture.md, entities, and vulnerabilities. Don't use for generating threat models or formulating execution plans.

781 4d ago A 56 tokens original Apache-2.0

mantis-calibrate

119

google/mantis

Skill Claude CodeCodex

Calculates the final risk score based on empirical evidence and architectural impact. Use when findings have been fully processed by previous stages and you need to append final risk scores to the finding files. Don't use for discovering new vulnerabilities or writing patches.

781 4d ago A 52 tokens original Apache-2.0

mantis-chain

120

google/mantis

Skill Claude CodeCodex

Analyzes individual security findings to identify and construct complex exploit chains. Use after validation stages to see if multiple low-severity bugs can be combined into a higher impact vulnerability. Don't use for initial codebase auditing or writing patch code.

781 4d ago A 50 tokens original Apache-2.0