A specialized skill for frontend development tasks using the Gemini CLI. It leverages Gemini's multimodal capabilities for generating UI code (React, Tailwind CSS) from…
Generates images using Google's Gemini model. Prioritizes standard resolution to save quota. Automatically opens images on macOS.
Generates and formats changelog files for a new release based on provided version and raw changelog data. — from iice257/Skills-quickstarter-essentials
Use when the user wants to invoke Gemini CLI for a code review of uncommitted changes or a branch diff, an adversarial design-challenge review, or to delegate a coding task to…
Mengelola folder riwayat aktivitas Gemini CLI. Gunakan skill ini untuk secara otomatis mencatat setiap tindakan teknis, pembaruan sistem, atau perubahan codebase ke dalam file…
Generate consistent medieval manuscript-style illustrations for the Scholastic Bible using Gemini Imagen.
Generate images using Google Gemini and Imagen models via scripts/. Use for AI image generation, text-to-image, creating visuals from prompts, generating multiple images, custom…
Edit existing images with text prompts using fal.ai Gemini 3 Pro. Use when the user wants to modify, edit, transform, or change an existing image based on a text description.
Patterns for prompting Gemini to generate conceptual images for game development. Use when creating concept art, UI mockups, character designs, environment sketches, or visual…
Uses the Gemini Imagen 3 API (imagegeneration endpoint) to apply stylistic transformations to uploaded images, converting photos to watercolor, line art, or oil painting styles.
Generate or edit images using the Gemini API. Supports text-to-image, image editing, multi-turn refinement, style transfer, logos with text, stickers, product mockups, and…
Google Gemini API 集成指南:提供 AI 分析、提示词工程、流式响应和多模态处理的最佳实践。 Use when: 需要集成 Gemini API、编写提示词、处理流式响应、多模态输入。 Triggers: "Gemini", "AI", "LLM", "提示词", "prompt", "流式", "streaming", "多模态"
Guides the usage of Gemini Interactions API on Gemini Enterprise Agent Platform. Use when the user wants to use the stateful, server-managed Interactions API for multi-turn…
Parse Gemini CLI headless output (JSON and stream-JSON formats). Covers response extraction, stats interpretation, error handling, and tool call analysis.
Manage MCP (Model Context Protocol) servers with Gemini CLI for extended tool capabilities, custom integrations, and enterprise workflows.
Synchronization patterns for CLAUDE.md and GEMINI.md memory files. Covers import syntax, drift detection, and one-way sync.
Gemini Files API의 강력한 멀티모달 기능을 활용한 증거 분석 스킬. 이미지, PDF, 문서 OCR, 비디오 등 다양한 형식의 증거를 AI로 분석하고 법적 판단을 지원합니다.
Google Gemini CLI code review with Gemini 2.5 Pro, 1M token context, CI/CD integration
Gemini에게 코드나 문서 리뷰를 요청할 때 사용한다. 코드 파일(.py, .js, .ts 등) 작성/수정 후, 설계 문서나 계획 완성 후, 또는 사용자가 "리뷰해줘", "평가해줘", "검토해줘"라고 요청했을 때 트리거한다. SDK 우선 호출(Exponential Backoff 재시도) + CLI 폴백 이중화.
Google Gemini SDK (google-genai) 활용 가이드. Gemini 3/2 모델, Structured Output, Function Calling, Google Search Grounding, 이미지 생성 구현 시 참조.
Generate text content using Google Gemini models via scripts/. Use for text generation, multimodal prompts with images, thinking mode for complex reasoning, JSON-formatted…
End-to-end pipeline for generating Roblox games from Gemini-generated concept images. Covers map generation, model reference sheets, and building Lua code from images.
Execute and manage Gemini CLI built-in tools including file operations, web search, shell commands, and memory.
Generate speech from text using Google Gemini TTS models via scripts/. Use for text-to-speech, audio generation, voice synthesis, multi-speaker conversations, and creating audio…
在本机 Mac 或 Apple Silicon 上部署 Gemma 4 12B。本地安装/升级 llama.cpp,下载 GGUF 量化模型,用 llama-server 暴露 OpenAI-compatible API,或用 Ollama 暴露本地模型服务,按用户需求把 12B 上下文从默认 32K 提升到 64K/128K,配置 tmux…
Use Caliber when agent-facing repo instructions have started drifting from the actual codebase and you want one workflow to audit, generate, review, and keep those files fresh…
Turn successful traces into reusable skills, then benchmark those skills across models before you trust them in production.
Interactive wizard to generate a CLAUDE.md file for a project. Use when setting up a new project or when user asks to create/initialize CLAUDE.md or AGENTS.md.
Use esta skill sempre que o usuário trouxer texto bruto, notas soltas, briefing parcial ou um pedido informal e quiser transformar isso em uma demanda Markdown pronta para…
Turn raw documents into structured fine-tuning, RAG, and evaluation datasets when the real job is dataset preparation, not generic document parsing.
Converts approved design documents into agent-executable XML subtasks. Use after a design doc is approved and ready for implementation.
Generate images, video, audio and avatars (700+ models) or call OpenAI-compatible LLMs (290+ models — Claude, GPT, Gemini, DeepSeek, Llama) through the WaveSpeedAI inference…
Bilinguale Dokumente Deutsch und Englisch parallel. Satzung Gesellschaftervereinbarung Geschaeftsfuehreranstellungsvertrag Beiratsordnung Term Sheet Convertible Loan Agreement.
Gesellschaftervereinbarung Shareholder Agreement SHA. Vesting Cliff Bad-Leaver Good-Leaver Founder Restrictions Drag-Along Tag-Along Liquidation-Preference Anti-Dilution.
GmbH-Gesellschaftsvertrag oder Satzung. Pflichtangaben Paragraf 3 GmbHG Firma Sitz Gegenstand Stammkapital Anteile.
KG- und GmbH-und-Co-KG-Gruendung. Komplementaer Kommanditist Hafteinlage Pflichteinlage Paragraf 161 ff HGB. Bei GmbH und Co KG: zuerst Komplementaer-GmbH dann KG-Beurkundung.
Volltextliche Standardklauseln Deutsch und Englisch fuer GmbH-Satzung und SHA. Stimmbindungs-Vorrangklausel Golden-Share-StaRUG-Veto Sperrminoritaets-Klausel BSG-fest Drag- und…
Automated code review for local branches, PRs, commits, and files. Supports single-agent review with interactive fix selection, or multi-agent deep review with reviewer-verifier…
Analyze staged changes and create meaningful git commits with appropriate commit messages following conventional commit standards.
How to track our work through commits, pull-requests, and pushes. Maintain proper git hygiene in our chaotic, multi-agent environment through atomic commits, with the option to…
Git 项目版本发布自动化工具。支持语义化版本号升级 (major/minor/patch), 基于 Angular commit 规范自动生成 CHANGELOG,创建 git tag 并推送到远程仓库。 触发关键词: - "发布版本"、"升级版本"、"更新版本"、"版本发布"、"发新版" - "更新版本并提交"、"升级并提交"、"发布 — from…
GitHub's official Model Context Protocol (MCP) server that connects AI agents, assistants, and chatbots directly to GitHub's platform.
GitHub MCP Server ile GitHub API erisimi. Repo, issue, PR, code search, release yonetimi.
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning — from Claude Code
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning — from bg-szy/TOP-SKILLS
GitHub issue-based swarm coordination for intelligent task decomposition and progress tracking. Use for transforming issues into multi-agent tasks, automated triage, task…
Pull request swarm management for multi-agent code review and validation. Use for coordinated PR reviews, automated validation, PR-based swarm creation, and intelligent merge…
Prüft Zulässigkeit und Begründetheit eines Gläubigerantrags auf Eröffnung des Insolvenzverfahrens nach § 14 InsO — sowohl aus Gläubigerperspektive (Antragstellung) als auch aus…
Discover and search 18K+ MCP servers and AI agents across 6+ registries using Global Chat's cross-protocol directory and MCP server.
Go Agent 开发指南,涵盖 Agent 架构设计、心跳机制、任务执行、日志上报、升级流程、与 Dispatch 模块交互。当用户开发构建机 Agent、实现任务执行逻辑、处理 Agent 通信或进行 Go 语言开发时使用。
Maintain Go repositories with high-quality standards, adhering to CI/CD, linting, and agent-friendly best practices.
Verwende diesen Skill fuer einen vollautonomen Goalz-Bot ueber den oeffentlichen Goalz-MCP-Endpunkt, der eigenstaendig spielt, berichtet und den Verein langfristig zum be — from…
Verwende diesen Skill fuer einen vollautonomen Goalz-Bot ueber den oeffentlichen Goalz-MCP-Endpunkt, der eigenstaendig spielt, berichtet und den Verein langfristig zum be — from…
Invoke for complex multi-step tasks requiring intelligent planning and multi-agent coordination. Use when tasks need decomposition, dependency mapping,…
Scan repository for golden principle violations with agent-readable remediation. Enforces GP-001 through GP-008 from .agents/governance/golden-principles.md.
Comprehensive codebase review and parallel agent-based remediation skill. Use PROACTIVELY when agent needs to perform full codebase audit, generate master findings report with…
Synchronizes events across multiple Google Calendar accounts using the Calendar API v3 and OAuth 2.0. Handles recurring events, timezone conversions, and conflict resolution.
Integrate Gemini API with @google/genai SDK (NOT deprecated @google/generative-ai). Text generation, multimodal (images/video/audio/PDFs), function calling, thinking mode,…
The Google Workspace MCP Server provides comprehensive natural language control over Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, and Chat through…
An open-source, extensible AI agent from Block (formerly Square) that goes beyond code suggestions to install packages, execute commands, edit files, and run tests.