agents sdk skills

28 tagged agents sdk, measured the same way as everything else here.

Browse within: multi-agent-systems 17

adk-git

01

google/adk-python

Skill Claude CodeCodex

Writes commit messages and pull request descriptions for the adk-python repository: Conventional Commits types and scopes, subject lines that say why a change was made, and the linked-issue and testing-plan sections the PR template requires. Use when writing or rewording a commit message, squashing commits before a…

21k 2d ago A 138 tokens original Apache-2.0

adk-sample-creator

02

google/adk-python

Skill Claude CodeCodex

Creates a new sample agent in the ADK Python repository — the sample directory, its agent.py, and its README.md — following the conventions the existing samples already use. Use when the user wants to add a sample or example demonstrating a feature or agent pattern (dynamic nodes, fan-out/fan-in, a standalone…

21k 2d ago A 150 tokens original Apache-2.0

bigquery-graph

03

google/adk-python

Skill Claude CodeCodex

Skill for Graph Query Language (GQL) or SQL/PGQ queries against a property graph. Includes path finding, multi-hop traversal, topological connection, shortest path, node reachability, edge connectivity, and semantic graph queries.

21k 2d ago A 52 tokens original Apache-2.0

grocery-prices

04

google/adk-go

Skill Claude CodeCodex

A skill to calculate grocery prices with country-specific taxes.

8.7k 2d ago A 16 tokens original Apache-2.0

weather

05

google/adk-go

Skill Claude CodeCodex

A skill to check weather in different countries.

8.7k 2d ago A 11 tokens original Apache-2.0

algorithmic-art

06

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

07

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

08

google/adk-js

Skill Claude CodeCodex

Google Calendar: Manage calendars and events.

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

agent-repo-init

09

study8677/repobrain

Skill Claude CodeCodex

Bootstraps a new multi-agent repository from the RepoBrain template via initagentrepo. Supports quick scaffold and full runtime profile setup including MCP toggle, swarm preference, sandbox type, and optional git init. LLM configuration is handled later by rb-setup.

1.3k +1 4d ago A 58 tokens original MIT

graph-retrieval

10

study8677/repobrain

Skill Claude CodeCodex

Exposes graph-based retrieval as a tool capability via querygraph. Reads normalized graph store files, builds a query-relevant subgraph, and returns LLM-friendly semantic triples with replayable evidence metadata.

1.3k +1 4d ago A 46 tokens original MIT

knowledge-layer

11

study8677/repobrain

Skill Claude CodeCodex

High-level deployment wrapper over RepoBrain core with graph-first knowledge injection and all-file support. Exposes refreshfilesystem and askfilesystem for building and querying the knowledge graph.

1.3k +1 4d ago A 42 tokens original MIT