Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,529
总 Skills
98.3M
总安装量
2,626
贡献者
# Skill 仓库 描述 安装量
4401 codeql github/awesome-copilot
CodeQL Static Analysis When to Use CodeQL Ideal scenarios: Source code access with ability to build (for compiled languages) Open-source projects or GitHub Advanced Security license Need for interprocedural data flow and taint tracking Finding complex vulnerabilities requiring AST/CFG analysis Comprehensive security audits where analysis time is not critical Consider Semgrep instead when: No build capability for compiled languages Licensing constraints Need fast, lightweight pattern matching...
1.8K
4402 update-screenshots microsoft/vscode
Update Component Screenshots from CI When asked to update, accept, or refresh screenshot baselines from CI — or when the Screenshot Tests GitHub Action has failed with screenshot differences — follow this procedure to download the CI-generated screenshots and commit them as the new baselines. Why CI Screenshots? Screenshots captured locally may differ from CI due to platform differences (fonts, rendering, DPI). The CI (Linux, ubuntu-latest) is the source of truth. This skill downloads the CI-pro...
1.8K
4403 audioaccessorykit dpearson2699/swift-ios-skills
AudioAccessoryKit Automatic audio switching and intelligent audio routing for third-party audio accessories. Enables companion apps to register audio accessories with the system, report device placement, and declare capabilities so the system can seamlessly switch audio output. Available iOS 26.4+ / Swift 6.3. Beta-sensitive. AudioAccessoryKit is new in iOS 26.4 and may change before GM. Re-check current Apple documentation before relying on specific API details. AudioAccessoryKit builds on top ...
1.8K
4404 dockkit dpearson2699/swift-ios-skills
DockKit Framework for integrating with motorized camera stands and gimbals that physically track subjects by rotating the iPhone. DockKit handles motor control, subject detection, and framing so camera apps get 360-degree pan and 90-degree tilt tracking with no additional code. Apps can override system tracking to supply custom observations, control motors directly, or adjust framing. iOS 17+, Swift 6.3. Contents Setup Discovering Accessories System Tracking Custom Tracking Framing and Region of...
1.8K
4405 upload-insecure-files yaklang/hack-skills
SKILL: Upload Insecure Files — Validation Bypass, Storage Abuse, and Processing Chains AI LOAD INSTRUCTION : Expert file upload attack playbook. Use when the target accepts files, imports, avatars, media, documents, or archives and you need the full workflow: validation bypass, storage path abuse, post-upload access, parser exploitation, multi-tenant overwrite, and chaining into XSS, XXE, CMDi, traversal, or business logic impact. For web server parsing vulnerabilities, PUT method exploitation, ...
1.8K
4406 scenekit dpearson2699/swift-ios-skills
SceneKit Apple's high-level 3D rendering framework for building scenes and visualizations on iOS using Swift 6.3. Provides a node-based scene graph, built-in geometry primitives, physically based materials, lighting, animation, and physics. Deprecation notice (WWDC 2025): SceneKit is officially deprecated across all Apple platforms and is now in maintenance mode (critical bug fixes only). Existing apps continue to work. For new projects or major updates, Apple recommends RealityKit. See WWDC 202...
1.8K
4407 nosql-injection yaklang/hack-skills
SKILL: NoSQL Injection — Expert Attack Playbook AI LOAD INSTRUCTION : NoSQL injection is fundamentally different from SQL injection. Covers MongoDB operator injection, authentication bypass, blind extraction, aggregation pipeline injection, and Redis/CouchDB specific attacks. Very commonly missed by testers who only know SQLi patterns. 1. CORE CONCEPT — OPERATOR INJECTION SQL Injection breaks out of string literals. NoSQL Injection injects query operators that change query logic. MongoDB example...
1.8K
4408 macos-process-injection yaklang/hack-skills
SKILL: macOS Process Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS process injection techniques. Covers DYLD_INSERT_LIBRARIES, dylib hijacking (weak/rpath/proxy), XPC PID reuse attacks, Mach port manipulation, MIG abuse, and Electron injection. Base models miss entitlement prerequisites and SIP constraints on injection vectors. 0. RELATED ROUTING Before going deep, consider loading: macos-security-bypass when you need to bypass TCC, Gatekeeper, or SIP protections blocking...
1.8K
4409 rag-blueprint nvidia/skills
NVIDIA RAG Blueprint Purpose Use this skill for NVIDIA RAG Blueprint operations: deployment, configuration, troubleshooting, shutdown, and feature management across Docker, Helm, and library deployments. Instructions Match the user request to the intent routing table below. Read the referenced playbook before making changes. Use repository docs and deployment config files as the source of truth. Verify the affected service or workflow after changes. Prerequisites Show more Installs 503 Repositor...
1.8K
4410 usability-testing refoundai/lenny-skills
Usability Testing Help the user conduct effective usability testing using frameworks and insights from 11 product leaders. How to Help When the user asks for help with usability testing: Clarify the goal - Determine if they're validating a concept, finding friction points, or optimizing conversion Choose the right fidelity - Help them select between Wizard of Oz tests, fake doors, prototypes, or production testing Design the test - Guide them on recruiting users, creating scenarios, and what to ...
1.8K
4411 openclaw-history-ingest ar9av/obsidian-wiki
OpenClaw History Ingest — Session & Memory Mining You are extracting knowledge from the user's OpenClaw agent history and distilling it into the Obsidian wiki. OpenClaw stores both a structured long-term MEMORY.md and per-session JSONL transcripts — focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest openclaw ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and OPENCLAW_HISTORY_PATH (defaul...
1.8K
4412 critical-thinking-logical-reasoning sammcj/agentic-coding
The following guidelines help you think critically and perform logical reasoning. Your role is to examine information, arguments, and claims using logic and reasoning, then provide clear, actionable critique. One of your goals is to avoid signal dilution, context collapse, quality degradation and degraded reasoning for future agent or human understanding of the meeting by ensuring you keep the signal to noise ratio high and that domain insights are preserved. When analysing content: Understa...
1.8K
4413 brainstorm-ideas-existing phuryn/pm-skills
Brainstorm Product Ideas (Existing Product) Multi-perspective ideation for continuous product discovery. Generates ideas from PM, Designer, and Engineer viewpoints, then prioritizes the best five. Context You are supporting a product trio performing continuous product discovery for $ARGUMENTS . If the user provides files (research data, opportunity trees, personas), read them first. If they mention a product URL, use web search to understand the product. Domain Context Product Trio (Teresa Torre...
1.8K
4414 project-overview lobehub/lobehub
LobeHub Project Overview Project Description Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat). Supported platforms: Web desktop/mobile Desktop (Electron) Mobile app (React Native) - coming soon Logo emoji: 🤯 Complete Tech Stack Category Technology Framework Next.js 16 + React 19 Routing SPA inside Next.js with react-router-dom Language TypeScript UI Components @lobehub/ui , antd CSS-in-JS antd-style Icons lucide-react, @ant-design/icons i18n react-i18next State zustan...
1.8K
4415 cryptotokenkit dpearson2699/swift-ios-skills
CryptoTokenKit Access security tokens and the cryptographic assets they store using the CryptoTokenKit framework. Covers token driver extensions, smart card communication, token sessions, keychain integration, and certificate-based authentication. Targets Swift 6.3. Platform availability: CryptoTokenKit is primarily a macOS framework. Smart card reader access ( TKSmartCard , TKSmartCardSlotManager ) requires macOS. Token extension APIs ( TKTokenDriver , TKToken , TKTokenSession ) are macOS-only....
1.8K
4416 elasticsearch-audit elastic/agent-skills
Elasticsearch Audit Logging Enable and configure security audit logging for Elasticsearch via the cluster settings API. Audit logs record security events such as authentication attempts, access grants and denials, role changes, and API key operations — essential for compliance and incident investigation. For Kibana audit logging (saved object access, login/logout, space operations), see kibana-audit . For authentication and API key management, see elasticsearch-authn . For roles and user managem...
1.8K
4417 ingesting-into-data-lake aws/agent-toolkit-for-aws
Ingest into Data Lake Move data from a source into a queryable table in the data lake. This skill assumes the source connection (if one is needed) already exists. For Glue connection setup or troubleshooting, delegate to connecting-to-data-source . Philosophy Default to S3 Tables unless the environment says otherwise. S3 Tables is the recommended target for new data lake work. If the user's catalog inventory shows they haven't adopted S3 Tables, recommend standard Iceberg on their existing gener...
1.8K
4418 finding-data-lake-assets aws/agent-toolkit-for-aws
Find Data Lake Assets Overview Resolves data lake asset references to concrete catalog entries. Acts as a resolver for other skills and direct user requests. Covers Glue, S3, S3 Tables, and Redshift. Optimized for low token usage — return the answer fast and get out of the way. Constraints for parameter acquisition: You MUST accept a single argument: table name, keyword, column name, or S3 path You MUST accept the argument as direct input or a pointer to a file containing the spec You MUST ask f...
1.8K
4419 seo-content-brief agricidaniel/claude-seo
SEO Content Brief Generator Generate research-backed content briefs that help writers produce pages capable of outranking current top results. Briefs include competitor analysis with gap scoring, per-section word count breakdowns, keyword placement rules, and page-type-specific templates. Process 1. Determine Brief Mode Improve mode (existing page URL provided): Fetch the existing page content and structure Identify what is already strong (keep it) Identify missing, thin, or outdated sections Di...
1.8K
4420 elasticsearch-authz elastic/agent-skills
Elasticsearch Authorization Manage Elasticsearch role-based access control: native users, roles, role assignment, and role mappings for external realms. For authentication methods and API key management, see the elasticsearch-authn skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Feature availability differs between self-managed, ECH, and Serverless. See Deployment Compatibility for details. Jobs to Be Done Create a native user with a specific set of privileg...
1.8K
4421 kibana-agent-builder elastic/agent-skills
Manage Agent Builder Agents and Tools in Kibana Create, update, delete, inspect, and chat with Agent Builder agents. Create, update, delete, list, and test custom tools (ES|QL, index search, workflow). If the user provided a name, use $ARGUMENTS as the default agent name. Prerequisites Set these environment variables before running any script: Variable Required Description KIBANA_URL Yes Kibana base URL (e.g., https://my-deployment.kb.us-east-1.aws.elastic.cloud ) KIBANA_API_KEY No API key for a...
1.8K
4422 sentry-android-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Android SDK Sentry Android SDK Opinionated wizard that scans your Android project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to Android" or "set up Sentry" in an Android app User wants error monitoring, crash reporting, ANR detection, tracing, profiling, session replay, or logging in Android User mentions sentry-android , io.sentry:sentry-android ,...
1.8K
4423 alloy grafana/skills
Grafana Alloy Docs : https://grafana.com/docs/alloy/latest/ Alloy is an open-source OpenTelemetry collector distribution that unifies telemetry collection (metrics, logs, traces, profiles) in a single binary supporting Prometheus and OTel standards. Installation macOS brew install grafana/grafana/alloy Linux (Debian/Ubuntu) sudo apt install alloy Docker docker run -v $( pwd ) /config.alloy:/etc/alloy/config.alloy \ grafana/alloy:latest run /etc/alloy/config.alloy Show more
1.8K
4424 creating-data-lake-table aws/agent-toolkit-for-aws
Create Data Lake Tables with Amazon S3 Tables Overview Amazon S3 Tables provides managed Iceberg tables with automatic compaction and snapshot management. Queryable via Athena and Iceberg-compatible engines. Common Tasks You MUST use AWS MCP server tools when connected, they provide command validation, sandboxed execution, and audit logging. Fall back to AWS CLI if MCP unavailable. Decision Guide Before creating, You MUST check what exists: You MUST run aws glue get-tables --database-name <NAME>...
1.8K
4425 aiconfig-snippets launchdarkly/agent-skills
AI Config Prompt Snippets You're using a skill that will guide you through creating and managing prompt snippets in LaunchDarkly. Your job is to identify reusable text, create snippets, reference them in AI Config variations, and verify everything is wired correctly. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-prompt-snippet -- create a new reusable text block list-prompt-snippets -- browse existin...
1.8K
4426 aiconfig-agent-graphs launchdarkly/agent-skills
AI Config Agent Graphs You're using a skill that will guide you through creating and managing agent graphs in LaunchDarkly. Your job is to design the graph topology, create it with the right edges and handoffs, and verify the routing between AI Config nodes. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-agent-graph -- create a new graph with nodes and edges get-agent-graph -- inspect a graph's struct...
1.8K
4427 ads-google agricidaniel/claude-ads
Google Ads Deep Analysis Process Collect Google Ads account data (export, Change History, Search Terms Report) Read ads/references/google-audit.md for full 74-check audit Read ads/references/benchmarks.md for Google-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate Google Ads Health Score (0-100) Generate findings report with action plan What to Analyze Conversion Tracking (25% weight) Google tag (gta...
1.8K
4428 clickhouse-managed-postgres-rca clickhouse/agent-skills
ClickHouse Managed Postgres RCA When to use Trigger whenever a user reports slowness, high CPU, low throughput, cache thrash, or any unexplained pain on a ClickHouse-managed Postgres instance. What you have access to Two APIs on https://api.clickhouse.cloud (HTTP Basic auth using a ClickHouse Cloud API key/secret pair): Prometheus metrics — operation postgresInstancePrometheusGet under the Prometheus tag. Returns Prometheus exposition format. System and workload metrics for one Postgres service....
1.8K
4429 code-simplifier simonwong/agent-skills
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
1.7K
4430 dbskill-upgrade dontbesilent2025/dbskill
dbskill-upgrade 升级 dbskill 到最新版本,显示更新内容。 使用场景 用户主动调用 /dbskill-upgrade 升级 显示版本变化和更新内容 升级流程 Step 1: 检测安装位置 if [ -d " $HOME /.claude/skills/dbs" ] ; then INSTALL_DIR = " $HOME /.claude/skills" echo "Install location: $INSTALL_DIR " else echo "ERROR: dbskill not found in ~/.claude/skills/" exit 1 fi Step 2: 获取当前版本 OLD_VERSION = $( cat " $HOME /.claude/skills/dbskill-upgrade/../../VERSION" 2 > /dev/null || echo "unknown" ) echo "Current version: $OLD_VERSION " Step 3: 获取远程版本 REMOTE_VERSION = $( curl ...
1.7K
4431 browsing-with-playwright bilalmk/todo_correct
Browser Automation Automate browser interactions via Playwright MCP server. Server Lifecycle Start Server Using helper script (recommended) bash scripts/start-server.sh Or manually npx @playwright/mcp@latest --port 8808 --shared-browser-context & Stop Server Using helper script (closes browser first) bash scripts/stop-server.sh Or manually python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_close -p '{}' pkill -f "@playwright/mcp" When to Stop End of task : Stop when brows...
1.7K
4432 project-guidelines-example affaan-m/everything-claude-code
Project Guidelines Skill (Example) This is an example of a project-specific skill. Use this as a template for your own projects. Based on a real production application: Zenith - AI-powered customer discovery platform. When to Use Reference this skill when working on the specific project it's designed for. Project skills contain: Architecture overview File structure Code patterns Testing requirements Deployment workflow Architecture Overview Tech Stack: Frontend : Next.js 15 (App Router), TypeScr...
1.7K
4433 heygen heygen-com/skills
HeyGen API (Deprecated) This skill is deprecated. Use the focused skills instead: create-video — Generate videos from a text prompt (Video Agent API) avatar-video — Build videos with specific avatars, voices, scripts, and scenes (v2 API) This skill remains for backward compatibility but will be removed in a future release. AI avatar video creation API for generating talking-head videos, explainers, and presentations. Tool Selection If HeyGen MCP tools are available ( mcp__heygen__* ), prefer the...
1.7K
4434 ui-ux-designer lotosbin/claude-skills
Use this skill when Working on ui ux designer tasks or workflows Needing guidance, best practices, or checklists for ui ux designer Do not use this skill when The task is unrelated to ui ux designer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
1.7K
4435 resume section builder paramchoudhary/resumeskills
Use this skill when the user: - Needs help with specific resume sections - Wants to optimize a particular part of their resume - Is unsure what to include in a section - Needs section-specific guidance - Mentions: "resume sections", "skills section", "summary section", "experience section", "what to include" Core Capabilities - Build targeted professional summaries - Structure skills sections effectively - Optimize experience sections - Create education sections appropriately - Add s...
1.7K
4436 portfolio case study writer paramchoudhary/resumeskills
Use this skill when the user: - Wants to create portfolio case studies - Needs to expand resume bullets into detailed writeups - Is building a portfolio website - Wants to showcase project work in depth - Mentions: "case study", "portfolio", "project writeup", "work samples", "portfolio piece" Core Capabilities - Transform resume bullets into detailed case studies - Structure case studies for maximum impact - Create compelling project narratives - Balance technical detail with busines...
1.7K
4437 resume quantifier paramchoudhary/resumeskills
Use this skill when the user: - Needs to add metrics and numbers to their resume - Has bullets without quantifiable results - Doesn't know what numbers to include - Says they "don't have metrics" or "can't measure impact" - Mentions: "add metrics", "quantify", "add numbers", "measure impact", "no data" Core Capabilities - Find hidden metrics in any experience - Estimate numbers when exact data unavailable - Create before/after comparisons - Identify measurable impact points - Transfo...
1.7K
4438 academic cv builder paramchoudhary/resumeskills
Use this skill when the user: - Is applying for academic positions (faculty, research, postdoc) - Needs to create or update a curriculum vitae - Wants to format publications, grants, and teaching experience - Is in academia or transitioning to academic careers - Mentions: "academic CV", "curriculum vitae", "faculty position", "research CV", "professor resume" Core Capabilities - Structure CVs for academic positions - Format publications, presentations, and grants - Organize teaching an...
1.7K
4439 gemini-watermark-remover rookie-ricardo/erduo-skills
Gemini Watermark Remover Use the bundled runtime script for local file workflows. Prefer this Skill only after simpler end-user options have been considered: online tool: https://geminiwatermarkremover.io/ userscript this Skill If the user wants the simplest self-serve browser experience, send them to: https://geminiwatermarkremover.io/ If the watermark is not a known Gemini visible watermark, or this tool fails to remove it, suggest the general-purpose AI watermark remover: https://pilio.ai/ima...
1.7K
4440 web-reader answerzhao/agent-skills
This skill guides the implementation of web page reading and content extraction functionality using the z-ai-web-dev-sdk package, enabling applications to fetch and process web page content programmatically. Skills Path Skill Location: `{project_path}/skills/web-reader` This skill is located at the above path in your project. Reference Scripts: Example test scripts are available in the `{Skill Location}/scripts/` directory for quick testing and reference. See `{Skill Location}/scripts/web-r...
1.7K
4441 stock-research-executor liangdabiao/claude-code-stock-deep-research-agent
You are a Stock Investment Research Executor responsible for conducting comprehensive, multi-phase investment due diligence using a structured 8-phase research framework. Your role is to transform structured investment research prompts into well-cited, comprehensive due diligence reports. Core Responsibilities - Execute the 8-Phase Investment Research Process - Deploy Multi-Agent Research Strategy (parallel agents for efficiency) - Ensure Citation Accuracy and Quality (A-E source quality ra...
1.7K
4442 baidu-search countbot-ai/countbot
百度 AI 搜索 基于百度千帆平台的 AI 搜索服务,支持多种搜索模式。 配置 编辑 skills/baidu-search/scripts/config.json ,填写 API Key: { "api_key" : "bce-v3/YOUR_API_KEY_HERE" } API Key 从 百度千帆平台 获取。 命令行调用 网页搜索(默认) python3 skills/baidu-search/scripts/search.py "搜索关键词" JSON 输出(推荐 AI 使用) python3 skills/baidu-search/scripts/search.py "人工智能最新进展" --json 限制结果数 python3 skills/baidu-search/scripts/search.py "Python教程" --limit 5 站点过滤 python3 skills/baidu-search/scripts/search.py "天气预报" --sites weather.com.cn 时间过滤(week/month/semiyear/year)...
1.7K
4443 financial-operations-expert shipshitdev/library
Financial Operations Expert - Indie Business Finance Manager Overview You are a financial operations expert specializing in indie business finances. You help solo founders and small operators understand their financial health, set up proper bookkeeping, plan for taxes, manage cash flow across multiple ventures, and make data-driven financial decisions. Your job is to execute financial clarity—not just advise—by building systems that show the true health of each business. Core Principle: "Reven...
1.7K
4444 indesign sfkislev/flue
This skill lets a coding agent operate Adobe InDesign on the desktop through Flue , a local shell-to-application bridge. The agent pipes ExtendScript into indesign_bridge.py and gets structured JSON back. agent shell -> indesign_bridge.py -> ExtendScript -> JSON result When to use The human requests work performed inside InDesign — inspect the open document, spreads, pages, frames, text flows, styles; make bounded edits; run small ExtendScript steps. A CLI agent cannot act inside InDesign withou...
1.7K
4445 audition sfkislev/flue
This skill lets a coding agent operate Adobe Audition on the desktop through Flue , a local shell-to-application bridge. The agent pipes ExtendScript into audition_bridge.py and gets structured JSON back. agent shell -> audition_bridge.py -> ExtendScript -> JSON result When to use The human requests work performed inside Audition — inspect the open session, tracks, clips, markers; make bounded edits; run small ExtendScript steps. A CLI agent cannot act inside Audition without a bridge like Flue....
1.7K
4446 premiere sfkislev/flue
This skill lets a coding agent operate Adobe Premiere Pro on the desktop through Flue , a local shell-to-application bridge. The agent pipes ExtendScript into premiere_bridge.py and gets structured JSON back. agent shell -> premiere_bridge.py -> ExtendScript -> JSON result When to use The human requests work performed inside Premiere — inspect the open project, sequences, clips, markers; make bounded edits; run small ExtendScript steps. A CLI agent cannot act inside Premiere without a bridge lik...
1.7K
4447 dotnet-10-csharp-14 mhagrelius/dotfiles
.NET 10 & C 14 Best Practices .NET 10 (LTS, Nov 2025) with C 14. Covers minimal APIs, not MVC. Official docs: .NET 10 | C 14 | ASP.NET Core 10 Detail Files File Topics csharp-14.md Extension blocks, field keyword, null-conditional assignment minimal-apis.md Validation, TypedResults, filters, modular monolith, vertical slices security.md JWT auth, CORS, rate limiting, OpenAPI security, middleware order infrastructure.md Options, resilience, channels, health checks, caching, Serilog, EF Core, k...
1.7K
4448 flowstudio-power-automate-debug github/awesome-copilot
Power Automate Debugging with FlowStudio MCP A step-by-step diagnostic process for investigating failing Power Automate cloud flows through the FlowStudio MCP server. Prerequisite : A FlowStudio MCP server must be reachable with a valid JWT. See the flowstudio-power-automate-mcp skill for connection setup. Subscribe at https://mcp.flowstudio.app Source of Truth Always call tools/list first to confirm available tool names and their parameter schemas. Tool names and parameters may change between s...
1.7K
4449 ce-gemini-imagegen everyinc/compound-engineering-plugin
Gemini Image Generation (Nano Banana Pro) Generate and edit images using Google's Gemini API. The environment variable GEMINI_API_KEY must be set. Default Model Model Resolution Best For gemini-3-pro-image-preview 1K-4K All image generation (default) Note: Always use this Pro model. Only use a different model if explicitly requested. Quick Reference Default Settings Model: gemini-3-pro-image-preview Resolution: 1K (default, options: 1K, 2K, 4K) Aspect Ratio: 1:1 (default) Show more
1.7K
4450 ce-clean-gone-branches everyinc/compound-engineering-plugin
Clean Gone Branches Delete local branches whose remote tracking branch has been deleted, including any associated worktrees. Workflow Step 1: Discover gone branches Run the discovery script to fetch the latest remote state and identify gone branches: bash scripts/clean-gone scripts/clean-gone The script runs git fetch --prune first, then parses git branch -vv for branches marked : gone] . If the script outputs __NONE__ , report that no stale branches were found and stop. Show more
1.7K