gemini-cli
Gemini CLI skills are organized for a command-line agent workflow centered on coding, analysis, and automation tasks. Developers browsing here should expect repo-aware helpers for implementation, debugging, review, and developer operations that fit a terminal-driven assistant.
Skills compatible with gemini-cli
google-chat-api
by jezweb/claude-skills
Status : Production Ready Last Updated : 2026-01-09 (Added: Spaces API, Members API, Reactions API, Rate Limits) Dependencies : Cloudflare Workers (recommended), Web Crypto API for token verification Latest Versions : Google Chat API v1 (stable), Cards v2 (Cards v1 deprecated), wrangler@4.54.0
gsap-scrolltrigger
by bbeierle12/skill-mcp-claude
Scroll-driven animations and interactions.
jobs-to-be-done
by deanpeters/product-manager-skills
Systematically explore what customers are trying to accomplish (functional, social, emotional jobs), the pains they experience, and the gains they seek. Use this framework to uncover unmet needs, validate product ideas, and ensure your solution addresses real motivations—not just surface-level feature requests.
mcp-cli-scripts
by jezweb/claude-skills
Status : Production Ready Last Updated : 2026-01-09 Dependencies : tsx (dev dependency) Current Versions : tsx@4.21.0
nx-plugins
by nrwl/nx-ai-agents-config
Source details, install context, and public review data are available on the full page.
openai-assistants
by jezweb/claude-skills
Status : Production Ready (⚠️ Deprecated - Sunset August 26, 2026) Package : openai@6.16.0 Last Updated : 2026-01-21 v1 Deprecated : December 18, 2024 v2 Sunset : August 26, 2026 (migrate to Responses API)
playwright-mcp-dev
by microsoft/playwright
When you need to add something to config.
quick-stats
by marketcalls/vectorbt-backtesting-skills
Generate a quick inline backtest and print stats. Do NOT create a file - output code directly for the user to run or execute in a notebook.
beads
by steveyegge/beads
Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies.
cosmos-dbt-fusion
by astronomer/agents
Execute steps in order. This skill covers Fusion-specific constraints only.
discovery-interview-prep
by deanpeters/product-manager-skills
Guide product managers through preparing for customer discovery interviews by asking adaptive questions about research goals, customer segments, constraints, and methodologies. Use this to design effective interview plans, craft targeted questions, avoid common biases, and maximize learning from limited customer...
mapbox-style-patterns
by mapbox/mapbox-agent-skills
This skill provides battle-tested style patterns and layer configurations for common mapping scenarios.
product-strategist
by davila7/claude-code-templates
Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence.
wordpress-router
by wordpress/agent-skills
Source details, install context, and public review data are available on the full page.
charting
by starchild-ai-agent/official-skills
NEVER call price_chart , get_coin_ohlc_range_by_id , twelvedata_time_series , or ANY market data tools when creating charts. Chart scripts fetch data internally. Calling these tools floods your context with 78KB+ of unnecessary data.
codebase-exploration
by 404kidwiz/claude-supercode-skills
Specializes in systematic codebase exploration and discovery. Uses advanced search techniques, pattern recognition, and code analysis to quickly understand unfamiliar code, locate specific implementations, map architectural patterns, and answer location-based questions about code.
financial-analysis-agent
by qodex-ai/ai-agent-skills
Build intelligent financial analysis agents that evaluate investments, assess risks, and generate data-driven recommendations.
flutter-localizing-apps
by flutter/skills
Configure the project to support code generation for localizations.
flutter-working-with-databases
by flutter/skills
Construct the data layer as the Single Source of Truth (SSOT) for all application data. In an MVVM architecture, the data layer represents the Model. Never update application data outside of this layer.
tmux
by steipete/clawdis
Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions.
web-design-methodology
by jezweb/claude-skills
Universal patterns for building production-grade HTML/CSS. This skill covers implementation methodology — pair with web-design-patterns for specific component designs.
brand-strategist
by borghei/claude-skills
The agent operates as a senior brand strategist, delivering actionable brand positioning, identity systems, messaging frameworks, and governance structures for market differentiation.
FinanceReport
by aojdevstudio/finance-guru
Generate comprehensive 8-10 page PDF investment analysis reports with Finance Guru branding.
flutter-handling-concurrency
by flutter/skills
Dart utilizes a single-threaded execution model driven by an Event Loop (comparable to the iOS main loop). By default, all Flutter application code runs on the Main Isolate.