Productivity

google/adk-cheatsheet

github.com

MUST 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).

$ npx skills add google/adk-docs
スキルを見る

upstash/context7-cli

github.com

Use the ctx7 CLI to fetch library documentation, manage AI coding skills, and configure Context7 MCP. Activate when the user mentions "ctx7" or "context7", needs current docs for any library, wants to install/search/generate skills, or needs to set up Context7 for their AI coding agent.

$ npx skills add upstash/context7
スキルを見る

warpdotdev/council

109github.com

Run a model-diverse subagent council to investigate the same problem from multiple perspectives, compare findings, and produce a final recommendation. Use this skill whenever the user asks for a council, second opinions, multiple agents/models to evaluate one question, parallel investigation, red-team/blue-team comparison, or help deciding between competing technical approaches.

$ npx skills add warpdotdev/common-skills
スキルを見る

bobmatnyc/playwright-e2e-testing

59github.com

Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner

$ npx skills add bobmatnyc/claude-mpm-skills
スキルを見る

sickn33/game-development

43.4kgithub.com

Game development orchestrator. Routes to platform-specific skills based on project needs.

$ npx skills add sickn33/antigravity-awesome-skills
スキルを見る

resend/resend-cli

github.com

Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events via the `resend` CLI. Use when the user wants to run Resend commands in the shell, scripts, or CI/CD pipelines, or send/preview React Email templates. Always load this skill before running `resend` commands — it contains the non-interactive flag contract and gotchas that prevent silent failures.

$ npx skills add resend/resend-skills
スキルを見る

coinbase/search-for-service

github.com

Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar".

$ npx skills add coinbase/agentic-wallet-skills
スキルを見る

google/adk-dev-guide

github.com

ALWAYS 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.

$ npx skills add google/adk-docs
スキルを見る

dontbesilent2025/dbs-learning

6.9kgithub.com

dontbesilent 交互式学习。把一个课题拆成连续学习文章,根据用户在上一篇中的反馈调整下一篇的深度、角度和节奏。 触发方式:/dbs-learning、/dbs-learn、/交互式学习、「带我学一个课题」「继续下一篇」「根据我的反馈写下一篇」 Interactive learning workflow. Builds an adaptive sequence of learning articles based on user feedback. Trigger: /dbs-learning, /dbs-learn, "teach me a topic", "continue the next lesson"

$ npx skills add dontbesilent2025/dbskill
スキルを見る

sophieguanongit/browser-automation

github.com

浏览器自动化控制。【优先使用此 skill,不要用内置 browser 工具】当用户说"打开网页"、"点击"、"填写表单"、"截图"、"网页操作"、"自动填表"、"浏览器"时使用。基于 Playwright,支持连接已有 Chrome(CDP 模式)或启动新 Chromium。

$ npx skills add sophieguanongit/openclaw-browser-automation
スキルを見る

web-infra-dev/desktop-computer-automation

github.com

Vision-driven desktop automation using Midscene. Control your local desktop (macOS, Windows, Linux) or a remote Windows desktop over RDP with natural language commands. Operates entirely from screenshots — no DOM or accessibility labels required. Can interact with all visible elements on screen regardless of technology stack. ⚠️ In local mode this takes over the user's real mouse and keyboard. For web apps, prefer "Browser Automation" instead. Only use this for desktop-native apps (Electron, Qt, native macOS/Windows/Linux) that cannot run in a browser, or for driving a remote Windows host via RDP. Triggers: open app, press key, desktop, computer, click on screen, type text, screenshot desktop, launch application, switch window, desktop automation, control computer, mouse click, keyboard shortcut, screen capture, find on screen, read screen, verify window, close app, test Electron app, rdp, remote desktop, windows server, connect via rdp Powered by Midscene.js (https://midscenejs.com)

$ npx skills add web-infra-dev/midscene-skills
スキルを見る

qodex-ai/word-document-processor

github.com

Comprehensive word document processing with full format support. Handles creation, editing, formatting preservation, tracked changes, and metadata management.

$ npx skills add qodex-ai/ai-agent-skills
スキルを見る

coinbase/monetize-service

github.com

Build and deploy a paid API that other agents can pay to use via x402. Use when you or the user want to monetize an API, make money, earn money, offer a service, sell a service to other agents, charge for endpoints, create a paid endpoint, or set up a paid service. Covers "make money by offering an endpoint", "sell a service", "monetize your data", "create a paid API".

$ npx skills add coinbase/agentic-wallet-skills
スキルを見る

texiaoyao/office-automation

6github.com

自动化处理 Word 和 Excel 文件。使用 Python 脚本读取、写入、格式化文档和表格。支持批量处理、模板填充、数据提取和格式转换。

$ npx skills add texiaoyao/office-automation-skill
スキルを見る

asksurf-ai/surf

github.com

Your AI agent's crypto brain. One skill, 83+ commands across 15 data domains — real-time prices, wallets, social intelligence, DeFi, on-chain SQL, prediction markets, and more. Natural language in, structured data out. Install once, access everything. Use whenever the user needs crypto data, asks about prices/wallets/tokens/DeFi, wants to investigate on-chain activity, or is building something that consumes crypto data — even if they don't say "surf" explicitly.

$ npx skills add asksurf-ai/surf-skills
スキルを見る

wshobson/hads

38.0kgithub.com

Use when writing technical documentation that needs to be readable by both humans and AI models, converting existing docs to HADS format, validating a HADS document, or optimizing documentation for token-efficient AI consumption.

$ npx skills add wshobson/agents
スキルを見る

jeffallan/terraform-engineer

10.6kgithub.com

Use when implementing infrastructure as code with Terraform across AWS, Azure, or GCP. Invoke for module development (create reusable modules, manage module versioning), state management (migrate backends, import existing resources, resolve state conflicts), provider configuration, multi-environment workflows, and infrastructure testing.

$ npx skills add jeffallan/claude-skills
スキルを見る

vectorize-io/hindsight-docs

github.com

Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.

$ npx skills add vectorize-io/hindsight
スキルを見る

coinbase/send-usdc

github.com

Send tokens (USDC, ETH, POL, or SOL) to an address or ENS name on Base, Polygon, or Solana. Use when you or the user want to send money, pay someone, transfer tokens, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", "transfer to vitalik.eth", or "send USDC on Solana".

$ npx skills add coinbase/agentic-wallet-skills
スキルを見る

wshobson/block-no-verify-hook

38.0kgithub.com

Configure a PreToolUse hook to prevent AI agents from skipping git pre-commit hooks with --no-verify and other bypass flags. Use when setting up Claude Code projects that enforce commit quality gates.

$ npx skills add wshobson/agents
スキルを見る

browser-use/remote-browser

99.5kgithub.com

Controls a local browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.

$ npx skills add browser-use/browser-use
スキルを見る

getsentry/agents-md

864github.com

Creates and maintains concise AGENTS.md and CLAUDE.md project instruction files. Use when asked to create AGENTS.md, update AGENTS.md, maintain agent docs, set up CLAUDE.md, document repository agent conventions, or keep coding-agent instructions minimal and reference-backed.

$ npx skills add getsentry/skills
スキルを見る

manaflow-ai/cmux

22.9kgithub.com

End-user control of cmux topology and routing (windows, workspaces, panes/surfaces, focus, moves, reorder, identify, trigger flash). Use when automation needs deterministic placement and navigation in a multi-pane cmux layout.

$ npx skills add manaflow-ai/cmux
スキルを見る

coinbase/pay-for-service

github.com

Make a paid API request to an x402 endpoint with automatic USDC payment. Use when you or the user want to call a paid API, make an x402 request, use a paid service, or pay for an API call. Use after finding a service with search-for-service.

$ npx skills add coinbase/agentic-wallet-skills
スキルを見る