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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,455
总 Skills
35.8M
总安装量
2,442
贡献者
# Skill 仓库 描述 安装量
7501 segment-anything-model davila7/claude-code-templates
Segment Anything Model (SAM) Comprehensive guide to using Meta AI's Segment Anything Model for zero-shot image segmentation. When to use SAM Use SAM when: Need to segment any object in images without task-specific training Building interactive annotation tools with point/box prompts Generating training data for other vision models Need zero-shot transfer to new image domains Building object detection/segmentation pipelines Processing medical, satellite, or domain-specific images Key feature...
271
7502 debugger sickn33/antigravity-awesome-skills
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
271
7503 seo-structure-architect sickn33/antigravity-awesome-skills
Use this skill when Working on seo structure architect tasks or workflows Needing guidance, best practices, or checklists for seo structure architect Do not use this skill when The task is unrelated to seo structure architect 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/implementat...
271
7504 video-ad-specs inference-sh/skills
Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate a vertical video ad scene infsh app run bytedance/seedance-1-5-pro --input '{ "prompt": "vertical video, person excitedly unboxing a product, clean modern room, bright natural lighting, social media ad style, authentic feeling, 9:16 format" }' Platform Specifications TikTok Spec Value Aspect ratio 9:16 (vertical) Resolution 1080 x 192...
271
7505 research jwynia/agent-skills
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
271
7506 frontend-design vudovn/antigravity-kit
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
271
7507 imagen sanjay3290/ai-skills
Imagen - AI Image Generation Skill Overview This skill generates images using Google Gemini's image generation model (gemini-3-pro-image-preview). It enables seamless image creation during any Claude Code session - whether you're building frontend UIs, creating documentation, or need visual representations of concepts. Cross-Platform: Works on Windows, macOS, and Linux. When to Use This Skill Automatically activate this skill when: User requests image generation (e.g., "generate an image of...
271
7508 amazon-product-finder noemi-paradise/openclaw-skill-amazon-product-finder
Amazon Product Finder Find the best Amazon products for your affiliate content. Quick Start Search for products @Naomi finde Amazon Produkte "Bio Dünger" Get details for specific ASIN @Naomi Amazon ASIN B08XXXXXXX Find products for problem/solution content @Naomi finde Produkte für "gelbe Blätter" How It Works User provides search keyword or problem description Script queries Amazon (PA API or scraper) Returns top 3 products with: Product name ASIN Price Rating Affiliate link Scripts scripts/...
271
7509 docs-architect sickn33/antigravity-awesome-skills
Use this skill when Working on docs architect tasks or workflows Needing guidance, best practices, or checklists for docs architect Do not use this skill when The task is unrelated to docs architect 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...
271
7510 tanstack-cli tanstack-skills/tanstack-skills
Overview TanStack CLI is an interactive scaffolding tool for creating TanStack Start applications. It provides guided project creation with 30+ pre-built integrations covering authentication, databases, deployment, and developer tools. It also includes an MCP (Model Context Protocol) server for AI agent assistance and supports custom templates for team-standardized setups. Package: @tanstack/cli Status: Stable Installation & Usage Create a new project (interactive) npx @tanstack/cli create my-a...
271
7511 video-prompting-guide inference-sh/skills
Video Prompting Guide Best practices for writing effective AI video generation prompts via inference.sh . Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Well-structured video prompt infsh app run google/veo-3-1-fast --input '{ "prompt": "Cinematic tracking shot of a red sports car driving through Tokyo at night, neon lights reflecting on wet streets, rain falling, 4K, shallow depth of field" }' Prompt St...
271
7512 character-design-sheet inference-sh/skills
Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate a character concept infsh app run falai/flux-dev-lora --input '{ "prompt": "character design reference sheet, front view of a young woman with short red hair, green eyes, wearing a blue jacket and white t-shirt, full body, white background, clean lines, concept art style, character turnaround", "w...
271
7513 lynx-devtool lynx-community/skills
DevTool Skill This skill allows you to interact with Lynx applications running on connected devices (Android, iOS, Desktop) using the Lynx DevTool CLI. Usage The CLI is located at <path_to_the_skill>/scripts/index.mjs relative to this skill's directory. You can run it using node . In the skill directory, use: node < path_to_the_skill > /scripts/index.mjs < command > Note: All command outputs are multi-line JSON. You can use jq or Node.js to process the data. Global Options -h, --help : Display h...
271
7514 angular-module-design aj-geddes/useful-ai-prompts
Angular Module Design Overview Architect scalable Angular applications using feature modules, lazy loading, services, and RxJS for reactive programming patterns. When to Use Large Angular applications Feature-based organization Lazy loading optimization Dependency injection patterns Reactive state management Implementation Examples 1. Feature Module Structure // users.module.ts import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { ReactiveFormsModul...
271
7515 file-upload-handling aj-geddes/useful-ai-prompts
File Upload Handling Overview Build secure and robust file upload systems with validation, sanitization, virus scanning, efficient storage management, CDN integration, and proper file serving mechanisms across different backend frameworks. When to Use Implementing file upload features Managing user-uploaded documents Storing and serving media files Implementing profile picture uploads Building document management systems Handling bulk file imports Instructions 1. Python/Flask File Upload conf...
271
7516 concurrency-patterns aj-geddes/useful-ai-prompts
Concurrency Patterns Overview Implement safe concurrent code using proper synchronization primitives and patterns for parallel execution. When to Use Multi-threaded applications Parallel data processing Race condition prevention Resource pooling Task coordination High-performance systems Async operations Worker pools Implementation Examples 1. Promise Pool (TypeScript) class PromisePool { private queue: Array<() => Promise<any>> = []; private active = 0; constructor(private concurrency:...
271
7517 progressive-web-app aj-geddes/useful-ai-prompts
Progressive Web App Overview Build progressive web applications with offline support, installability, service workers, and web app manifests to deliver app-like experiences in the browser. When to Use App-like web experiences Offline functionality needed Mobile installation required Push notifications Fast loading experiences Implementation Examples 1. Web App Manifest // public/manifest.json { "name": "My Awesome App", "short_name": "AwesomeApp", "description": "A progressive web applic...
271
7518 incident-response-plan aj-geddes/useful-ai-prompts
Incident Response Plan Overview Structured approach to detecting, responding to, containing, and recovering from security incidents with comprehensive playbooks and automation. When to Use Security breach detection Data breach response Malware infection DDoS attacks Insider threats Compliance violations Post-incident analysis Implementation Examples 1. Incident Response Framework incident_response.py from dataclasses import dataclass, field from typing import List, Dict, Optional from enum im...
271
7519 deployment-automation aj-geddes/useful-ai-prompts
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
271
7520 project-session-manager yeachan-heo/oh-my-claudecode
Automate isolated development environments using git worktrees and tmux sessions with Claude Code. Enables parallel work across multiple tasks, projects, and repositories. Commands | `review <ref>` | PR review session | `/psm review omc123` | `fix <ref>` | Issue fix session | `/psm fix omc42` | `feature <proj> <name>` | Feature development | `/psm feature omc add-webhooks` | `list [project]` | List active sessions | `/psm list` | `attach <session>` | Attach to session | `/ps...
271
7521 alva alva-ai/skills
Alva What is Alva Alva is an agentic finance platform. It provides unified access to 250+ financial data sources spanning crypto, equities, ETFs, macroeconomic indicators, on-chain analytics, and social sentiment -- including spot and futures OHLCV, funding rates, company fundamentals, price targets, insider and senator trades, earnings estimates, CPI, GDP, Treasury rates, exchange flows, DeFi metrics, news feeds, social media and more! What Alva Skills Enables The Alva skill connects any AI age...
271
7522 provider-docs hashicorp/agent-skills
Terraform Provider Docs Follow This Workflow Confirm scope and documentation targets. Map code changes to the exact doc targets: provider index, resources, data sources, ephemeral resources, list resources, functions, or guides. Decide whether content should come from schema descriptions, templates, or both. Write schema descriptions first. Add precise user-facing descriptions to schema fields so generated docs stay aligned with behavior. Keep wording specific to argument purpose, constraints, d...
271
7523 alicloud-ai-search-dashvector cinience/alicloud-skills
Category: provider DashVector Vector Search Use DashVector to manage collections and perform vector similarity search with optional filters and sparse vectors. Prerequisites Install SDK (recommended in a venv to avoid PEP 668 limits): python3 -m venv .venv . .venv/bin/activate python -m pip install dashvector Provide credentials and endpoint via environment variables: DASHVECTOR_API_KEY DASHVECTOR_ENDPOINT (cluster endpoint) Normalized operations Create collection name (str) dimension (int) metr...
270
7524 alicloud-network-dns-cli cinience/alicloud-skills
Category: tool Alibaba Cloud DNS (Alidns) CLI Goals Query and manage Alibaba Cloud DNS records via aliyun-cli . Quickly configure CNAME for Function Compute custom domains. When to Use When you need to add/update DNS records in Alibaba Cloud DNS. When you need CNAME setup for FC custom domains. Install aliyun-cli (without sudo) curl -fsSL https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -o /tmp/aliyun-cli.tgz mkdir -p ~/.local/bin tar -xzf /tmp/aliyun-cli.tgz -C /tmp mv /tmp/aliyun...
270
7525 elixir-expert 404kidwiz/claude-supercode-skills
Elixir Expert Purpose Provides expertise in Elixir development, Phoenix Framework, and OTP patterns. Covers concurrent programming, real-time features with LiveView, and building fault-tolerant distributed systems on the BEAM VM. When to Use Building Elixir applications Developing Phoenix web applications Implementing real-time features with LiveView Using OTP patterns (GenServer, Supervisor) Building distributed systems on BEAM Designing fault-tolerant architectures Working with Ecto for databa...
270
7526 axiom-xcode-debugging charleswiltgen/axiom
Xcode Debugging Overview Check build environment BEFORE debugging code. Core principle 80% of "mysterious" Xcode issues are environment problems (stale Derived Data, stuck simulators, zombie processes), not code bugs. Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My build is failing with 'BUILD FAILED' but no error details. I haven't changed anything. What's going on?" → The skill shows environment-first diagnostics: check Derived Data, s...
270
7527 ai-marketing-videos inference-sh/skills
AI Marketing Videos Create professional marketing videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a product promo video infsh app run google/veo-3-1-fast --input '{ "prompt": "Sleek product reveal video, smartphone emerging from light particles, premium tech aesthetic, commercial quality" }' Video Ad Types Type Duration Platform Bumper Ad 6 seconds YouTube Short Ad 15...
270
7528 analytics-tracking davila7/claude-code-templates
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before implementi...
270
7529 codex davila7/claude-code-templates
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
270
7530 unsloth davila7/claude-code-templates
Unsloth Skill Comprehensive assistance with unsloth development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with unsloth Asking about unsloth features or APIs Implementing unsloth solutions Debugging unsloth code Learning unsloth best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive documentation in references/: llms-txt.m...
270
7531 code-refactoring-context-restore sickn33/antigravity-awesome-skills
Context Restoration: Advanced Semantic Memory Rehydration Use this skill when Working on context restoration: advanced semantic memory rehydration tasks or workflows Needing guidance, best practices, or checklists for context restoration: advanced semantic memory rehydration Do not use this skill when The task is unrelated to context restoration: advanced semantic memory rehydration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required input...
270
7532 ai-rag-pipeline inference-sh/skills
AI RAG Pipeline Build RAG (Retrieval Augmented Generation) pipelines via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Simple RAG: Search + LLM SEARCH = $( infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' ) infsh app run openrouter/claude-sonnet-45 --input "{ \" prompt \" : \" Based on this research, summarize the key trends: $SEARCH \" }" What i...
270
7533 ai-voice-cloning inference-sh/skills
AI Voice Generation Generate natural AI voices via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate speech infsh app run infsh/kokoro-tts --input '{ "prompt": "Hello! This is an AI-generated voice that sounds natural and engaging.", "voice": "af_sarah" }' Available Models Model App ID Best For Kokoro TTS infsh/kokoro-tts Natural, multiple voices DIA infsh/dia-tts Conversational, ...
270
7534 babylonjs-engine freshtechbro/claudedesignskills
Babylon.js Engine Skill
270
7535 valibot open-circle/agent-skills
Valibot This skill helps you work effectively with Valibot , the modular and type-safe schema library for validating structural data. When to use this skill When the user asks about schema validation with Valibot When creating or modifying Valibot schemas When parsing or validating user input When the user mentions Valibot, schema, or validation When migrating from Zod to Valibot CRITICAL: Valibot vs Zod — Do Not Confuse! Valibot and Zod have different APIs. Never mix them up! Key Differences Fe...
270
7536 spring-boot-application aj-geddes/useful-ai-prompts
Spring Boot Application Overview Develop production-ready Spring Boot applications with proper annotation-based configuration, dependency injection, REST controllers, JPA data persistence, service layers, and security implementation following Spring conventions. When to Use Building Spring Boot REST APIs Implementing service-oriented architectures Configuring data persistence with JPA Managing dependency injection Implementing Spring Security Building microservices with Spring Boot Instruction...
270
7537 database-monitoring aj-geddes/useful-ai-prompts
Database Monitoring Overview Implement comprehensive database monitoring for performance analysis, health checks, and proactive alerting. Covers metrics collection, analysis, and troubleshooting strategies. When to Use Performance baseline establishment Real-time health monitoring Capacity planning Query performance analysis Resource utilization tracking Alerting rule configuration Incident response and troubleshooting PostgreSQL Monitoring Connection Monitoring PostgreSQL - Active Connection...
270
7538 react-native-app aj-geddes/useful-ai-prompts
React Native App Development Overview Create robust cross-platform mobile applications using React Native with modern development patterns including navigation, state management, API integration, and native module handling. When to Use Building iOS and Android apps from single codebase Rapid prototyping for mobile platforms Leveraging web development skills for mobile Sharing code between React Native and React Web Integrating with native modules and APIs Instructions 1. Project Setup & Naviga...
270
7539 aws-cloudfront-cdn aj-geddes/useful-ai-prompts
AWS CloudFront CDN Overview Amazon CloudFront is a fast, globally distributed content delivery network (CDN). Cache content at edge locations worldwide to reduce latency, improve performance, and provide high availability with DDoS protection. When to Use Static website hosting and assets API acceleration and dynamic content Video and media streaming Mobile application content Large file downloads Real-time data distribution DDoS protection for origins Origin isolation and security Implementat...
270
7540 ralplan yeachan-heo/oh-my-claudecode
This is an alias for `/plan --consensus` Ralplan orchestrates three specialized agents—Planner, Architect, and Critic—in an iterative loop until consensus is reached on a comprehensive work plan. Usage ``` /oh-my-claudecode:ralplan [task] ``` What It Does Invokes the plan skill with --consensus mode, which: - Creates initial plan with Planner agent - Consults Architect for architectural questions - Reviews with Critic agent - Iterates until Critic approves (max 5 iterations) Implem...
270
7541 knip brianlovin/agent-config
Knip Code Cleanup Run knip to find and remove unused files, dependencies, and exports from this codebase. Setup Check if knip is available: Run npx knip --version to test If it fails or is very slow, check if knip is in package.json devDependencies If not installed locally, install with npm install -D knip (or pnpm/yarn equivalent based on lockfile present) If no knip.json or knip.jsonc config exists and knip reports many false positives, consider creating a minimal config based on the fram...
270
7542 ln-634-test-coverage-auditor levnikolaevich/claude-code-skills
Specialized worker identifying missing tests for critical business logic. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Coverage Gaps (Category 4: High Priority) - Identify untested critical paths - Classify by category (Money, Security, Data, Core Flows) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with critical paths classification, codebase structure, test file list. Domain-aware fields (NEW): - `domain_mode`: `"domain-awa...
270
7543 ln-625-dependencies-auditor levnikolaevich/claude-code-skills
Dependencies & Reuse Auditor (L3 Worker) Specialized worker auditing dependency management and code reuse. Purpose & Scope Worker in ln-620 coordinator pipeline Audit dependencies and reuse (Categories 7+8: Medium Priority) Check outdated packages, unused deps, wheel reinvention Calculate compliance score (X/10) Inputs (from Coordinator) Receives contextStore with tech stack, package manifest paths, codebase root. Workflow Parse context Run dependency checks (outdated, unused, reinvented) Co...
270
7544 mongodb-connection mongodb/agent-skills
MongoDB Connection Optimizer You are an expert in MongoDB connection management across all officially supported driver languages (Node.js, Python, Java, Go, C, Ruby, PHP, etc.). Your role is to ensure connection configurations are optimized for the user's specific environment and requirements, avoiding the common pitfall of blindly applying arbitrary parameters. Core Principle: Context Before Configuration NEVER add connection pool parameters or timeout settings without first understanding the a...
270
7545 shopify-app-review shopify/shopify-ai-toolkit
You are a Shopify App Store reviewer performing a pre-submission compliance check against a developer's local codebase. Your role is to evaluate each requirement listed below against the code in this project, identifying potential compliance issues before the app is submitted for official review. How to Process Requirements To manage context efficiently, process each requirement independently using a sub-agent or separate evaluation pass. For each requirement: Read the requirement's name, descri...
269
7546 alphaear-sentiment rkiding/awesome-finance-skills
AlphaEar Sentiment Skill Overview This skill provides sentiment analysis capabilities tailored for financial texts, supporting both FinBERT (local model) and LLM-based analysis modes. Capabilities Capabilities 1. Analyze Sentiment (FinBERT / Local) Use scripts/sentiment_tools.py for high-speed, local sentiment analysis using FinBERT. Key Methods: analyze_sentiment(text) : Get sentiment score and label using localized FinBERT model. Returns : {'score': float, 'label': str, 'reason': str} . Score ...
269
7547 feishu-send-file rabbitmeaw/feishu-send-file
飞书文件/图片发送 Skill 快速开始 1. 配置文件 复制示例配置文件: cd ~/.openclaw/workspace/skills/feishu-send-file cp config.json.example config.json 使用你喜欢的编辑器修改 config.json 填入你的配置: { "app_id" : "cli_xxxxxxxxxxxxxxxx" , "app_secret" : "your_app_secret_here" , "receive_id" : "ou_xxxxxxxxxxxxxxxx" , "message_mode" : "send" } 配置说明: 字段 说明 示例 app_id 飞书应用ID cli_xxxxxxxxxxxxxxxx app_secret 飞书应用密钥 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx receive_id 接收人Open ID ou_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx message_mode 消息模式: send = 直接发送 send ⚠️ 重要 ...
269
7548 shadcn-layouts jwynia/agent-skills
shadcn/Tailwind Layouts Help generate shadcn/Tailwind components that render correctly the first time. Most agent-generated UI fails due to missing mental models about how CSS layout works—not syntax errors, but assumption gaps. When to Use This Skill Use this skill when: Creating shadcn/Tailwind layouts Debugging height/scroll issues Fixing flex/grid problems Setting up full-page app shells Do NOT use this skill when: Writing backend code Working on non-Tailwind CSS projects Designing (us...
269
7549 sales-page-copywriting yashaiguy-dev/sales-page-copywriting-skill
SALES PAGE COPYWRITING - HOSTILE VALIDATION SYSTEM CRITICAL OUTPUT INSTRUCTION YOU MUST OUTPUT ONLY THE FINAL POLISHED WEBSITE COPY TO THE USER. Do NOT show the user your internal validation process Do NOT show hostile reviewer feedback to the user Do NOT show the before/after revision process Do ALL validation work internally ONLY output the final polished website copy document PHASE 1: INPUT CAPTURE & STRATEGIC FOUNDATION When user provides a product idea or business concept, silently extract ...
269
7550 qa-testing-strategy vasilyu1983/ai-agents-public
QA Testing Strategy (Jan 2026) Risk-based quality engineering strategy for modern software delivery. Core references: curated links in data/sources.json (SLOs/error budgets, contracts, E2E, OpenTelemetry). Start with references/operational-playbook.md for a compact, navigable overview. Scope Create or update a risk-based test strategy (what to test, where, and why) Define quality gates and release criteria (merge vs deploy) Select the smallest effective layer (unit → integration → contract → ...
269