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
github-workflow-automation
by sickn33/antigravity-awesome-skills
Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices.
graphql-architect
by jeffallan/claude-skills
Senior GraphQL architect specializing in schema design and distributed graph architectures with deep expertise in Apollo Federation 2.5+, GraphQL subscriptions, and performance optimization.
setting-okrs-goals
by refoundai/lenny-skills
Help the user create effective objectives and key results using frameworks and insights from 55 product leaders.
trading-analysis
by gracefullight/stock-checker
This skill generates comprehensive investment reports combining real-time market data, technical analysis, Claude AI insights, and professional visualizations.
zustand
by lobehub/lobehub
Source details, install context, and public review data are available on the full page.
hono-routing
by jezweb/claude-skills
Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : None (framework-agnostic) Latest Versions : hono@4.11.4, zod@4.3.5, valibot@1.2.0, @hono/zod-validator@0.7.6, @hono/valibot-validator@0.6.1
verify
by facebook/react
Source details, install context, and public review data are available on the full page.
trigger-config
by triggerdotdev/skills
Configure your Trigger.dev project with trigger.config.ts and build extensions.
code-quality
by tursodatabase/turso
Production database. Correctness paramount. Crash > corrupt.
python-backend
by jiatastic/open-python-skills
Production-ready Python backend patterns for FastAPI, SQLAlchemy, and Upstash.
shopify-liquid-themes
by benjaminsehl/liquid-skills
Comparison: == , != , > , = , <= Logical: and , or , contains
content-hash-cache-pattern
by affaan-m/everything-claude-code
Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes.
asc-localize-metadata
by rudrankriyam/app-store-connect-cli-skills
Use this skill to pull English (or any source locale) App Store metadata, translate it with LLM, and push translations back to App Store Connect — all automated.
writing-specs-designs
by refoundai/lenny-skills
Help the user write effective specs and design documents using frameworks and insights from 7 product leaders.
trigger-agents
by triggerdotdev/skills
Build production-ready AI agents using Trigger.dev's durable execution.
ux-researcher-designer
by davila7/claude-code-templates
Comprehensive toolkit for user-centered research and experience design.
exploratory-data-analysis
by davila7/claude-code-templates
Perform comprehensive exploratory data analysis (EDA) on scientific data files across multiple domains. This skill provides automated file type detection, format-specific analysis, data quality assessment, and generates detailed markdown reports suitable for documentation and downstream analysis planning.
animation-designer
by daffy0208/ai-dev-standards
I help you create smooth, professional animations for web applications using Framer Motion and CSS.
recipe-audit-external-sharing
by googleworkspace/cli
PREREQUISITE: Load the following skills to execute this recipe: gws-drive
redis-development
by redis/agent-skills
Comprehensive performance optimization guide for Redis, including Redis Query Engine, vector search, and semantic caching. Contains 29 rules across 11 categories, prioritized by impact to guide automated optimization and code generation.
ui-design
by tencentcloudbase/skills
Source details, install context, and public review data are available on the full page.
faster-whisper
by theplasmak/faster-whisper
Local speech-to-text using faster-whisper — a CTranslate2 reimplementation of OpenAI's Whisper that runs 4-6x faster with identical accuracy. With GPU acceleration, expect ~20x realtime transcription (a 10-minute audio file in ~30 seconds).
mongodb
by hoodini/ai-agents-skills
Build and query MongoDB databases with best practices.
regex-vs-llm-structured-text
by affaan-m/everything-claude-code
A practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases cheaply and deterministically. Reserve expensive LLM calls for the remaining edge cases.