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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,560
总 Skills
37.3M
总安装量
2,452
贡献者
# Skill 仓库 描述 安装量
7951 android-viewmodel new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
265
7952 nano-banana-2 intellectronica/agent-skills
Nano Banana 2 - Gemini 3.1 Flash Image Preview Generate images with Google Gemini 3.1 Flash Image Preview via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-1-flash-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Examples Basic Text-to-Image infsh app run google/gemini-3-1-flash-image-preview --input '{ "prompt": "A futuristic citysca...
265
7953 context-retrospective jwynia/agent-skills
Context Network Retrospective Purpose Analyze agent-user interaction transcripts to identify context network maintenance needs and guidance improvements. Extract actionable insights for enhancing both network structure and agent instructions. Core Principle Learn from every interaction. Each transcript reveals gaps in context, navigation issues, and guidance problems that can be systematically fixed. Analysis Dimensions 1. Knowledge Gap Identification Look For: Questions agent couldn't ans...
265
7954 launch-strategy davila7/claude-code-templates
Launch Strategy You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users. Before Starting 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. Core Philo...
265
7955 git-pushing davila7/claude-code-templates
Git Push Workflow Stage all changes, create a conventional commit, and push to the remote branch. When to Use Automatically activate when the user: Explicitly asks to push changes ("push this", "commit and push") Mentions saving work to remote ("save to github", "push to remote") Completes a feature and wants to share it Says phrases like "let's push this up" or "commit these changes" Workflow ALWAYS use the script - do NOT use manual git commands: bash skills/git-pushing/scripts/smart_com...
265
7956 figma-implement-design davila7/claude-code-templates
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Skill Boundaries Use this skill when the deliverable is code in the user's repository. If the user asks to create/edit/delete nodes inside Figma itself, switch to figma-use . If the user asks to build or update a full-pa...
265
7957 faiss davila7/claude-code-templates
FAISS - Efficient Similarity Search Facebook AI's library for billion-scale vector similarity search. When to use FAISS Use FAISS when: Need fast similarity search on large vector datasets (millions/billions) GPU acceleration required Pure vector similarity (no metadata filtering needed) High throughput, low latency critical Offline/batch processing of embeddings Metrics: 31,700+ GitHub stars Meta/Facebook AI Research Handles billions of vectors C++ with Python bindings Use alternatives i...
265
7958 java-concurrency pluginagentmarketplace/custom-plugin-java
Java Concurrency Skill Master Java concurrency patterns for thread-safe applications. Overview This skill covers concurrency from basic threads to virtual threads (Java 21+), including thread pools, synchronization, and CompletableFuture. When to Use This Skill Use when you need to: Write thread-safe code Implement parallel processing Use async programming patterns Tune thread pools Debug concurrency issues Topics Covered Thread Management Thread lifecycle and states Daemon vs user threads...
265
7959 ebook-analysis jwynia/agent-skills
Ebook Analysis: Non-Fiction Knowledge Extraction You analyze ebooks to extract knowledge with full citation traceability. This skill supports two complementary extraction modes: Concept Extraction - Extract ideas classified by abstraction (principle → tactic) Entity Extraction - Extract named things (studies, researchers, frameworks, anecdotes) that persist across books Core Principle Every extraction must be traceable to its exact source. Citation traceability is non-negotiable. Extract less...
265
7960 error-handling-patterns sickn33/antigravity-awesome-skills
Error Handling Patterns Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences. When to Use This Skill Implementing error handling in new features Designing error-resilient APIs Debugging production issues Improving application reliability Creating better error messages for users and developers Implementing retry and circuit breaker patterns Handling async/concurrent errors Building fault-tolerant distribut...
265
7961 error-diagnostics-smart-debug sickn33/antigravity-awesome-skills
Use this skill when Working on error diagnostics smart debug tasks or workflows Needing guidance, best practices, or checklists for error diagnostics smart debug Do not use this skill when The task is unrelated to error diagnostics smart debug 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 res...
265
7962 postmark activecampaign/postmark-skills
Postmark Skills Postmark is a transactional email platform built for developers, with 15+ years of deliverability expertise. These skills teach AI agents how to use the Postmark API effectively. Sub-Skills Feature Skill Use When Sending emails postmark-send-email Sending transactional or broadcast emails — single, batch, bulk, or with templates Inbound processing postmark-inbound Processing incoming emails via webhooks, building reply-by-email, email-to-ticket, or document extraction Template ma...
265
7963 symfony:effective-context makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:effective-context<div
265
7964 symfony:using-symfony-superpowers makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:using-symfony-superpowers<div
265
7965 seo-aeo-audit warpdotdev/oz-skills
SEO Optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. Technical SEO Crawlability robots.txt: /robots.txt User-agent: * Allow: / Block admin/private areas Disallow: /admin/ Disallow: /api/ Disallow: /private/ Don't block resources needed for rendering ❌ Disallow: /static/ Sitemap: https://example.com/sitemap.xml Meta robots: <!-- Default: indexable, followable --> < meta name ...
265
7966 scroll-reveal-libraries freshtechbro/claudedesignskills
Scroll Reveal Libraries Overview This skill covers AOS (Animate On Scroll), a lightweight CSS-driven library for scroll-triggered animations. AOS excels at simple fade, slide, and zoom effects activated when elements enter the viewport. Key Features : Minimal Setup : Single JavaScript file + CSS Data Attribute API : Configure animations in HTML Performance : CSS-driven, GPU-accelerated animations 50+ Built-in Animations : Fades, slides, zooms, flips Framework Agnostic : Works with vanilla JS, Re...
265
7967 click-test-plan owl-listener/designer-skills
Click Test Plan You are an expert in designing click tests that evaluate findability and navigation clarity. What You Do You design first-click and click tests that measure whether users can find information and features. Test Types First-click test : Where do users click first for a given task? Click-path test : Full sequence of clicks to complete a task Navigation test : Can users find items using the nav structure? Five-second test : What do users remember after 5 seconds? Test Plan Structure...
265
7968 diary-study-plan owl-listener/designer-skills
Diary Study Plan Design a longitudinal diary study to capture user behavior in context over time. Context You are a UX researcher designing a diary study for $ARGUMENTS. Instructions Define research goals : What longitudinal behaviors or experiences are you studying? Design the study : Duration : Recommended length (typically 1-4 weeks) Participants : 8-15 participants, screening criteria, compensation plan Entry prompts : Daily or event-triggered prompts (mix of structured and open-ended) Captu...
265
7969 accessibility-audit owl-listener/designer-skills
Accessibility Audit Comprehensive WCAG 2.1 accessibility audit for Webflow pages with detailed issue detection and actionable fixes. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details Use Webflow MCP's data_pages_tool with action list_pages to...
265
7970 handoff-spec owl-listener/designer-skills
Handoff Spec You are an expert in creating clear, complete developer handoff specifications. What You Do You create handoff documents that give developers everything needed to implement a design accurately. Handoff Contents Visual Specifications Spacing and sizing (exact pixel values or token references) Color values (token names, not hex codes) Typography (style name, size, weight, line-height) Border radius, shadows, opacity values Responsive breakpoint behavior Interaction Specifications Stat...
265
7971 safe-action-client next-safe-action/skills
next-safe-action Client & Action Definition Quick Start // src/lib/safe-action.ts import { createSafeActionClient } from "next-safe-action" ; export const actionClient = createSafeActionClient ( ) ; // src/app/actions.ts "use server" ; import { z } from "zod" ; import { actionClient } from "@/lib/safe-action" ; export const greetUser = actionClient . inputSchema ( z . object ( { name : z . string ( ) . min ( 1 ) } ) ) . action ( async ( { parsedInput : { name } } ) => { return { greeting : ` Hel...
265
7972 safe-action-forms next-safe-action/skills
next-safe-action Form Integration Options Approach When to Use useAction + native form Simple forms, no complex validation UI useHookFormAction (RHF adapter) Complex forms with field-level errors, validation on change/blur useHookFormOptimisticAction RHF forms with optimistic UI updates Quick Start — Native Form "use client" ; import { useAction } from "next-safe-action/hooks" ; import { submitContact } from "@/app/actions" ; export function ContactForm ( ) { const { execute , result , isPending...
265
7973 safe-action-hooks next-safe-action/skills
next-safe-action React Hooks Import // Standard hooks import { useAction , useOptimisticAction } from "next-safe-action/hooks" ; // Deprecated — use React's useActionState directly instead import { useStateAction } from "next-safe-action/stateful-hooks" ; useAction — Quick Start "use client" ; import { useAction } from "next-safe-action/hooks" ; import { createUser } from "@/app/actions" ; export function CreateUserForm ( ) { const { execute , result , status , isExecuting , isPending } = useAct...
265
7974 mongodb-search-and-ai mongodb/agent-skills
MongoDB Search and AI Recommendations Skill You are helping MongoDB users implement, optimize, and troubleshoot Atlas Search (lexical), Vector Search (semantic), and Hybrid Search (combined) solutions. Your goal is to understand their use case, recommend the appropriate search approach, and help them build effective indexes and queries. Core Principles Understand before building - Validate the use case to ensure you recommend the right solution Always inspect first - Check existing indexes and s...
265
7975 sentry-setup-logging getsentry/sentry-agent-skills
Setup Sentry Logging Configure Sentry's structured logging feature. Invoke This Skill When User asks to "setup Sentry logging" or "capture logs in Sentry" User wants to integrate logging libraries (Pino, Winston, Loguru) with Sentry User asks about Sentry.logger or sentry_sdk.logger Quick Reference Platform Min SDK Enable Flag Logger API JavaScript 9.41.0+ enableLogs: true Sentry.logger.* Python 2.35.0+ enable_logs=True sentry_sdk.logger.* Ruby 5.24.0+ config.enable_logs = true Sentry.logger.*...
264
7976 alicloud-ai-cloud-call-center cinience/alicloud-skills
Category: service Cloud Call Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Cloud Call Center. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ...
264
7977 alicloud-ai-pai-aiworkspace cinience/alicloud-skills
Category: service PAI AIWorkspace Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Platform for Artificial Intelligence PAI - AIWorkspace. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET /...
264
7978 meitu-skills meitu/meitu-skills
meitu-skills (Root Entry) Purpose This is the top-level routing skill: Use meitu-poster for poster strategy, visual direction, and cover-design workflows. Use meitu-stickers for sticker pack and emoji pack generation from photos. Use meitu-visual-me for consolidated visual workflows such as try-on, portrait generation, group photo, and avatar sets. Use meitu-product-swap for swapping products in e-commerce images. Use meitu-video-dance for motion-transfer and dance-style video generation workflo...
264
7979 modern-short-video imaimai17468/modern-short-video-skills
Modern Short Video Skill Create professional, modern product launch videos using Remotion and React. Prerequisites (MANDATORY) WARNING: Do NOT skip this step. Skipping will result in missing rich expression opportunities. This skill extends Remotion best practices. You MUST do both: Load the skill first: /remotion-best-practices Read the SKILL.md of remotion-best-practices and identify which rules are relevant to the product (maps, charts, text animations, 3D, lottie, etc.) Workflow Ste...
264
7980 cloud-security-configuration aj-geddes/useful-ai-prompts
Cloud Security Configuration Overview Cloud security requires comprehensive strategies spanning identity management, encryption, network controls, compliance, and threat detection. Implement defense-in-depth with multiple layers of protection and continuous monitoring. When to Use Protecting sensitive data in cloud Compliance with regulations (GDPR, HIPAA, PCI-DSS) Implementing zero-trust security Securing multi-cloud environments Threat detection and response Identity and access management Ne...
264
7981 kpi-dashboard-design aj-geddes/useful-ai-prompts
KPI Dashboard Design Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions. When to Use This Skill Designing executive dashboards Selecting meaningful KPIs Building real-time monitoring displays Creating department-specific metrics views Improving existing dashboard layouts Establishing metric governance Core Concepts 1. KPI Framework Level Focus Update Frequency Audience Strategic Long-term goals Monthly/Quarterly Executives Tact...
264
7982 transaction-management aj-geddes/useful-ai-prompts
Transaction Management Overview Implement robust transaction management with ACID compliance, concurrency control, and error handling. Covers isolation levels, locking strategies, and deadlock resolution. When to Use ACID transaction implementation Concurrent data modification handling Isolation level selection Deadlock prevention and resolution Transaction timeout configuration Distributed transaction coordination Financial transaction safety Transaction Basics PostgreSQL Transactions Simple...
264
7983 meshyai opusgamelabs/game-creator
Meshy AI — 3D Model Generation, Rigging & Animation You are an expert at generating custom 3D models with Meshy AI and integrating them into Three.js browser games. Meshy is the preferred source for all 3D game assets — it generates exactly what you need from a text description or reference image, with consistent art style and game-ready topology. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read th...
264
7984 revision jwynia/agent-skills
Revision: Diagnostic Skill You diagnose revision-level problems and guide systematic manuscript improvement. Your role is to help writers work through revision efficiently and know when they're done. Core Principle Revision is not one activity but many, each operating at a different scale. Work from largest scale to smallest: Developmental (structure, story) Line (sentences, paragraphs) Copy (mechanics, consistency) Crucial insight: Polishing prose in a scene you'll later cut is wasted eff...
264
7985 executing-plans davila7/claude-code-templates
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
264
7986 guidance davila7/claude-code-templates
Guidance: Constrained LLM Generation When to Use This Skill Use Guidance when you need to: Control LLM output syntax with regex or grammars Guarantee valid JSON/XML/code generation Reduce latency vs traditional prompting approaches Enforce structured formats (dates, emails, IDs, etc.) Build multi-step workflows with Pythonic control flow Prevent invalid outputs through grammatical constraints GitHub Stars: 18,000+ | From: Microsoft Research Installation Base installation pip install guidanc...
264
7987 skill-reviewer daymade/claude-code-skills
Skill Reviewer Review and improve Claude Code skills against official best practices. Setup (Auto-Install Dependencies) Before using this skill, ensure skill-creator is installed for automated validation. Auto-install sequence: 1. Check if skill-creator exists SKILL_CREATOR=$(find ~/.claude/plugins/cache -name "skill-creator" -type d 2>/dev/null | head -1) 2. If not found, install it if [ -z "$SKILL_CREATOR" ]; then claude plugin marketplace add https://github.com/daymade/claude-code-s...
264
7988 commit sickn33/antigravity-awesome-skills
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
264
7989 sql-optimization-patterns sickn33/antigravity-awesome-skills
SQL Optimization Patterns Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis. When to Use This Skill Debugging slow-running queries Designing performant database schemas Optimizing application response times Reducing database load and costs Improving scalability for growing datasets Analyzing EXPLAIN query plans Implementing efficient indexes Resolving N+1 query problems Core Concepts 1. Query Execution Plans...
264
7990 nansen-prediction-markets nansen-ai/nansen-cli
Prediction Market Screeners All commands: nansen research prediction-market <sub> [options] (alias: nansen research pm <sub> ) No --chain flag needed — Polymarket runs on Polygon. Top events (groups of related markets) nansen research pm event-screener --sort-by volume_24hr --limit 20 → event_title, market_count, total_volume, total_volume_24hr, total_liquidity, total_open_interest, tags Top markets by 24h volume nansen research pm market-screener --sort-by volume_24hr --limit 20 → market_id...
264
7991 api-versioning-strategy aj-geddes/useful-ai-prompts
API Versioning Strategy Overview Comprehensive guide to API versioning approaches, deprecation strategies, backward compatibility techniques, and migration planning for REST APIs, GraphQL, and gRPC services. When to Use Designing new APIs with versioning from the start Adding breaking changes to existing APIs Deprecating old API versions Planning API migrations Ensuring backward compatibility Managing multiple API versions simultaneously Creating API documentation for different versions Implem...
264
7992 maestro-e2e raphaelbarbosaqwerty/maestro-dev-skills
When to use Use this skill whenever you are: Creating E2E, UI, or integration tests Testing login, registration, or navigation flows Handling permission dialogs (camera, location, notifications) Debugging test failures or exploring UI hierarchy Working with Maestro test files (.yaml) Captions When dealing with native permission dialogs, load the ./rules/permissions.md file for platform-specific information. When working with Flutter apps, load the ./rules/platforms/flutter.md file for Semantics ...
264
7993 use-modern-go jetbrains/go-modern-guidelines
Modern Go Guidelines Detected Go Version ! grep -rh "^go " --include="go.mod" . 2>/dev/null | cut -d' ' -f2 | sort | uniq -c | sort -nr | head -1 | xargs | cut -d' ' -f2 | grep . || echo unknown How to Use This Skill DO NOT search for go.mod files or try to detect the version yourself. Use ONLY the version shown above. If version detected (not "unknown"): Say: "This project is using Go X.XX, so I’ll stick to modern Go best practices and freely use language features up to and including this versi...
264
7994 aws-cost-operations zxkane/aws-skills
AWS Cost & Operations This skill provides comprehensive guidance for AWS cost optimization, monitoring, observability, and operational excellence with integrated MCP servers. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation - Search AWS docs mcp__aws-mcp__aws...
264
7995 site-audit webflow/webflow-skills
Comprehensive audit of a Webflow site's structure, content health, and quality with detailed analysis and multiple export formats. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information - Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages - Use Webflow MCP's `data_cm...
264
7996 query-metrics axiomhq/skills
CRITICAL: ALL script paths are relative to this skill's folder. Run them with full path (e.g., scripts/metrics-query ). Querying Axiom Metrics Query OpenTelemetry metrics stored in Axiom's MetricsDB. Setup Run scripts/setup to check requirements (curl, jq, ~/.axiom.toml). Config in ~/.axiom.toml (shared with axiom-sre): [ deployments.prod ] url = "https://api.axiom.co" token = "xaat-your-token" org_id = "your-org-id" The target dataset must be of kind otel:metrics:v1 . Discovering Datasets List ...
264
7997 accounting whawkinsiv/claude-code-skills
Accounting & Bookkeeping Expert Act as a top 1% small business accounting advisor who specializes in bootstrapped SaaS companies. You help solo founders set up clean books, stay tax-ready, and avoid the financial messes that cost thousands to fix later. You explain accounting in plain English — no jargon, no unnecessary complexity. You always recommend the simplest system that keeps the founder legal, informed, and out of trouble. Core Principles Bookkeeping is not optional. Messy books cost you...
264
7998 blitzreels-video-editing blitzreels/agent-skills
BlitzReels Video Editing Edit videos via the BlitzReels API: upload media, transcribe, edit timeline, apply captions, add overlays and backgrounds, then export. If the task is specifically long-form to shorts, podcast-to-shorts, suggestion-backed clipping, or public automatic-layout reframe planning, prefer the blitzreels-clipping skill first and come back here for lower-level timeline work. Important: project preview and visual QA endpoints now exist. Use them when an agent needs to verify fram...
264
7999 affinity-diagram owl-listener/designer-skills
Affinity Diagram Organize qualitative research data into themed clusters and insight statements. Context You are a UX researcher synthesizing qualitative data for $ARGUMENTS. If the user provides files (interview notes, observation data, survey responses), read them first. Instructions Extract data points : Pull individual observations, quotes, and notes from the raw data. Bottom-up clustering : Group related data points into natural clusters (do not start with predefined categories). Name each ...
264
8000 summarize-interview owl-listener/designer-skills
Summarize Customer Interview Transform an interview transcript into a structured summary focused on Jobs to Be Done, satisfaction, and action items. Context You are summarizing a customer interview for the product discovery of $ARGUMENTS . The user will provide an interview transcript — either as an attached file (text, PDF, audio transcription) or pasted directly. Read any attached files first. Instructions Read the full transcript carefully before summarizing. Fill in the summary template belo...
264