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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,441
总 Skills
94.6M
总安装量
2,621
贡献者
# Skill 仓库 描述 安装量
351 notion-api intellectronica/agent-skills
This skill enables interaction with Notion workspaces through the Notion REST API. Use `curl` and `jq` for direct REST calls, or write ad-hoc scripts as appropriate for the task. Authentication API Key Handling - Environment Variable: Check if `NOTION_API_TOKEN` is available in the environment - User-Provided Key: If the user provides an API key in context, use that instead - No Key Available: If neither is available, use AskUserQuestion (or equivalent) to request the API key from the use...
52.7K
352 referral-program coreyhaines31/marketingskills
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. 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. Gather this context (ask if not...
52.6K
353 ab-test-setup coreyhaines31/marketingskills
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. 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 designing a test, understand: Test Context ...
52.5K
354 media-use heygen-com/hyperframes
media-use Resolve media needs into frozen local files. One verb, four types, zero context noise. When to use Call resolve whenever a composition needs media — background music, sound effects, images, or icons. media-use searches the HeyGen catalog, downloads the best match, freezes it locally, and registers it in a manifest. The agent gets back one line; all search noise stays on disk. Resolve node < SKILL_DIR > /scripts/resolve.mjs --type < type > --intent "<description>" --project < dir > Retu...
52.4K
355 signup-flow-cro coreyhaines31/marketingskills
Signup Flow CRO You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation. 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 providing recomme...
52.2K
356 firecrawl-build-search firecrawl/skills
Firecrawl Build Search Use this when the application starts with a query, not a URL. Use This When the user asks a question and the product must discover sources first the feature needs current web results you want to turn a search query into a shortlist of pages for later scraping Default Recommendations Use /search first when URL discovery is part of the product behavior. Keep search and extraction conceptually separate unless scraping search results is clearly required. Prefer selective follo...
52K
357 firecrawl-build-scrape firecrawl/skills
Firecrawl Build Scrape Use this when the application already has the URL and needs content from one page. Use This When the feature starts from a known URL you need page content for retrieval, summarization, enrichment, or monitoring you want the default extraction primitive before considering /interact Default Recommendations Return markdown unless the feature truly needs another format. Use onlyMainContent for article-like pages where nav and chrome add noise. Add waits or other rendering opti...
52K
358 typescript-advanced-types wshobson/agents
TypeScript Advanced Types Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building robust, type-safe applications. When to Use This Skill Building type-safe libraries or frameworks Creating reusable generic components Implementing complex type inference logic Designing type-safe API clients Building form validation systems Creating strongly-typed configuration objects Impleme...
51.9K
359 template-skill anthropics/skills
Insert instructions below
51.9K
360 amazon-product-research nexscope-ai/amazon-skills
Amazon Product Research 🔍 Complete product research framework for Amazon sellers. Validate ideas, analyze opportunities, assess competition. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-product-research -g Capabilities Show more Installs 512 Repository nexscope-ai/ama…n-skills GitHub Stars 248 First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
51.9K
361 paywall-upgrade-cro coreyhaines31/marketingskills
Paywall and Upgrade Screen CRO You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment. 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 ...
51.8K
362 firecrawl-build-interact firecrawl/skills
Firecrawl Build Interact Use this when /scrape is not enough because the feature needs to act on the page. Use This When content appears only after clicks, typing, or navigation the feature needs forms, pagination, filters, or multi-step flows the product must stay in the same browser context after scraping Default Recommendations Start with /scrape , then escalate to /interact . Keep /interact scoped to the smallest browser workflow that unlocks the data. Use persistent profiles only when the f...
51.8K
363 firecrawl-build-onboarding firecrawl/skills
Firecrawl Build Onboarding Use this skill for the application-integration path from Firecrawl's onboarding flow. Install If you haven't installed yet, one command sets up both the CLI tools (for live web work) and the build skills (for app integration): npx -y firecrawl-cli@latest init --all --browser This installs the Firecrawl CLI, the CLI skills, and these build skills together. It also opens browser auth so the human can sign in or create an account. No separate npx skills add step is needed...
51.8K
364 popup-cro coreyhaines31/marketingskills
Popup CRO You are an expert in popup and modal optimization. Your goal is to create popups that convert without annoying users or damaging brand perception. 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 providing recommendations, understand: Popu...
51.5K
365 typegpu heygen-com/hyperframes
TypeGPU / WebGPU for HyperFrames HyperFrames supports TypeGPU and raw WebGPU through its typegpu runtime adapter. The adapter does not own your pipeline. It publishes HyperFrames time and dispatches a seek event so your composition can render the exact GPU frame. Contract Initialize WebGPU asynchronously ( await navigator.gpu.requestAdapter() ), but register all GSAP tweens synchronously — before any await . The HyperFrames player reads the timeline immediately at page load. Render from HyperFra...
51.1K
366 teach-impeccable pbakaus/impeccable
Gather design context for this project, then persist it for all future sessions. Step 1: Explore the Codebase Before asking questions, thoroughly scan the project to discover what you can: README and docs : Project purpose, target audience, any stated goals Package.json / config files : Tech stack, dependencies, existing design libraries Existing components : Current design patterns, spacing, typography in use Brand assets : Logos, favicons, color values already defined Design tokens / CSS varia...
50.9K
367 developing-genkit-js genkit-ai/skills
Genkit JS Prerequisites Ensure the genkit CLI is available. Run genkit --version to verify. Minimum CLI version needed: 1.29.0 If not found or if an older version (1.x < 1.29.0) is present, install/upgrade it: npm install -g genkit-cli@^1.29.0 . New Projects : If you are setting up Genkit in a new codebase, follow the Setup Guide . Hello World import { z , genkit } from 'genkit' ; import { googleAI } from '@genkit-ai/google-genai' ; // Initialize Genkit with the Google AI plugin const ai = genki...
50.9K
368 react:components google-labs-code/stitch-skills
Stitch to React Components You are a frontend engineer focused on transforming designs into clean React code. You follow a modular approach and use automated tools to ensure code quality. Retrieval and networking Namespace discovery : Run list_tools to find the Stitch MCP prefix. Use this prefix (e.g., stitch: ) for all subsequent calls. Metadata fetch : Call [prefix]:get_screen to retrieve the design JSON. Check for existing designs : Before downloading, check if .stitch/designs/{page}.html and...
50.4K
369 opentui msmps/opentui-skill
OpenTUI Platform Skill Consolidated skill for building terminal user interfaces with OpenTUI. Use decision trees below to find the right framework and components, then load detailed references. Critical Rules Follow these rules in all OpenTUI code: Use create-tui for new projects. See framework README.md quick starts. create-tui options must come before arguments. bunx create-tui -t react my-app works, bunx create-tui my-app -t react does NOT. Never call process.exit() directly. Use renderer...
49.7K
370 frontend-design anthropics/claude-code
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 :...
49.5K
371 firebase-remote-config-basics firebase/agent-skills
Remote Config This skill provides a complete guide for getting started with Remote Config on Android or iOS. Remote Config allows you to change the behavior and appearance of your app without publishing an app update by maintaining a cloud-based configuration template. Prerequisites Provisioning Remote Config requires both a Firebase project and a Firebase app, either Android or iOS. To manage the Remote Config template and conditions via the command line, use the Firebase CLI. See the firebase-...
49.4K
372 developing-genkit-go firebase/agent-skills
Genkit Go Genkit Go is an AI SDK for Go that provides generation, structured output, streaming, tool calling, prompts, and flows with a unified interface across model providers. Hello World package main import ( "context" "fmt" "log" "net/http" "github.com/genkit-ai/genkit/go/ai" "github.com/genkit-ai/genkit/go/genkit" "github.com/genkit-ai/genkit/go/plugins/googlegenai" "github.com/genkit-ai/genkit/go/plugins/server" ) func main ( ) { ctx := context . Background ( ) g := genkit . Init ( ctx , g...
49.3K
373 nia nozomio-labs/nia-skill
Nia Skill Direct API access to Nia for indexing and searching code repositories, documentation, research papers, HuggingFace datasets, local folders, Slack workspaces, and packages. Nia provides tools for indexing and searching external repositories, research papers, documentation, packages, and performing AI-powered research. Its primary goal is to reduce hallucinations in LLMs and provide up-to-date context for AI agents. Setup Get your API key Either: Run npx nia-wizard@latest (guided setup) ...
48.8K
374 enhance-prompt google-labs-code/stitch-skills
Enhance Prompt for Stitch You are a Stitch Prompt Engineer . Your job is to transform rough or vague UI generation ideas into polished, optimized prompts that produce better results from Stitch. Prerequisites Before enhancing prompts, consult the official Stitch documentation for the latest best practices: Stitch Effective Prompting Guide : https://stitch.withgoogle.com/docs/learn/prompting/ This guide contains up-to-date recommendations that may supersede or complement the patterns in this skil...
48.1K
375 claude-api anthropics/skills
Building LLM-Powered Applications with Claude This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. Before You Start Scan the target file (or, if no target file, the prompt and project) for non-Anthropic provider markers — import openai , from openai , langchain_openai , OpenAI( , gpt-4 , gpt-5 , file names like agent-openai.py or *-generic.py , or any exp...
47.6K
376 turborepo vercel/turborepo
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
47.2K
377 talking-head-recut heygen-com/hyperframes
Talking Head Recut Talking Head Recut takes a local video that plays in full and layers a sequence of timed, designed graphic cards onto it — titles, lower-thirds, data callouts, quotes, side panels, picture-in-picture — synced to what's being said. The agent designs the cards (timing + content) and writes each card's HTML directly in the conversation , then assembles a single composition HTML and renders it to MP4 via hyperframes . There is no fixed archetype list and no prescribed card structu...
47.2K
378 google-agents-cli-adk-code google/agents-cli
ADK Cheatsheet Before using this skill , activate /google-agents-cli-workflow first — it contains the required development phases and scaffolding steps. Prerequisites Run agents-cli info — if it shows project config, skip to the cheatsheet below If no project exists: run agents-cli scaffold create <name> If user has existing code: run agents-cli scaffold enhance . Do NOT write agent code until a project is scaffolded. Python only for now. This cheatsheet currently covers the Python ADK SDK. Supp...
47K
379 stitch-loop google-labs-code/stitch-skills
Stitch Build Loop You are an autonomous frontend builder participating in an iterative site-building loop. Your goal is to generate a page using Stitch, integrate it into the site, and prepare instructions for the next iteration. Overview The Build Loop pattern enables continuous, autonomous website development through a "baton" system. Each iteration: Reads the current task from a baton file ( .stitch/next-prompt.md ) Generates a page using Stitch MCP tools Integrates the page into the site str...
46.9K
380 google-agents-cli-workflow google/agents-cli
ADK Development Workflow & Guidelines STOP — Do NOT write code yet. If no project exists, scaffold first with agents-cli scaffold create <name> . If the user already has code, use agents-cli scaffold enhance . to add the agents-cli structure. Run agents-cli info to check if a project already exists. Skipping this leads to missing eval boilerplate, CI/CD config, and project conventions. agents-cli is a CLI and skills toolkit for building, evaluating, and deploying agents on Google Cloud using the...
46.8K
381 google-agents-cli-eval google/agents-cli
ADK Evaluation Guide Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed. Scaffolded project? If you used /google-agents-cli-scaffold , you already have agents-cli eval run , tests/eval/evalsets/ , and tests/eval/eval_config.json . Start with agents-cli eval run and iterate from there. Reference Files File Contents references/criteria-guide.md Complete metrics reference — all 8 criteria, match types, custom metrics, judge model config references/user-simulatio...
46.8K
382 google-agents-cli-scaffold google/agents-cli
ADK Project Scaffolding Guide Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed. Use the agents-cli CLI to create new ADK agent projects or enhance existing ones with deployment, CI/CD, and infrastructure scaffolding. Prerequisite: Clarify Requirements (MANDATORY for new projects) Before scaffolding a new project, load /google-agents-cli-workflow and complete Phase 0 — clarify the user's requirements before running any scaffold create command. Ask what the a...
46.8K
383 google-agents-cli-observability google/agents-cli
ADK Observability Guide Cloud Trace works out of the box — no infrastructure needed. Prompt-response logging and BigQuery Agent Analytics require Terraform-provisioned infrastructure (service account, GCS bucket, BigQuery dataset). Run agents-cli infra single-project --project PROJECT_ID to provision these resources. See references/cloud-trace-and-logging.md for details, env vars, and verification commands. If your project isn't scaffolded yet, see /google-agents-cli-scaffold first. Order of ope...
46.8K
384 google-agents-cli-deploy google/agents-cli
ADK Deployment Guide Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed. Prefer using the agents-cli commands throughout this guide — they wrap Terraform, Docker, and deployment into a tested pipeline. If your project isn't scaffolded yet, see /google-agents-cli-scaffold to add deployment support first. Reference Files For deeper details, consult these reference files in references/ : cloud-run.md — Scaling defaults, Dockerfile, session types, networking agen...
46.8K
385 native-data-fetching expo/skills
Expo Networking You MUST use this skill for ANY networking work including API requests, data fetching, caching, or network debugging. References Consult these resources as needed: references/ expo-router-loaders.md Route-level data loading with Expo Router loaders (web, SDK 55+) When to Use Use this skill when: Implementing API requests Setting up data fetching (React Query, SWR) Using Expo Router data loaders ( useLoaderData , web SDK 55+) Debugging network failures Implementing caching strat...
46.7K
386 google-agents-cli-publish google/agents-cli
Gemini Enterprise Registration Requires: A deployed agent. For Agent Runtime, deployment_metadata.json (created by agents-cli deploy ) enables auto-detection. For Cloud Run or GKE, provide the agent card URL and flags directly. Prerequisites Agent must be deployed — the agent must be running and reachable Gemini Enterprise app must exist — Create one in Google Cloud Console → Gemini Enterprise → Apps before registering deployment_metadata.json (Agent Runtime only) — Created automatically by agen...
46.7K
387 compress juliusbrussee/caveman
Caveman Compress Purpose Compress natural language files (CLAUDE.md, todos, preferences) into caveman-speak to reduce input tokens. Compressed version overwrites original. Human-readable backup saved as <filename>.original.md . Trigger /caveman:compress <filepath> or when user asks to compress a memory file. Process This SKILL.md lives alongside scripts/ in the same directory. Find that directory. Run: cd <directory_containing_this_SKILL.md> && python3 -m scripts <absolute_filepath> The CLI will...
46.4K
388 neon-postgres neondatabase/agent-skills
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current do...
46.2K
389 obsidian-cli kepano/obsidian-skills
Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open. Command reference Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli Syntax Parameters take a value with = . Quote values with spaces: obsidian create name = "My Note" content = "Hello world" Flags are boolean switches with no value: obsidian create name = "My Note" silent overwrite For multiline content use \n for newline ...
45.1K
390 upgrade-stripe stripe/ai
Upgrading Stripe Versions This skill covers upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. Understanding Stripe API Versioning Stripe uses date-based API versions (e.g., 2025-12-15.clover, 2025-08-27.basil, 2024-12-18.acacia). Your account's API version determines request/response behavior. Types of Changes Backward-Compatible Changes (do not require code updates): New API resources New optional request parameters New properties in existing responses Changes t...
45K
391 obsidian-bases kepano/obsidian-skills
Obsidian Bases Skill This skill enables skills-compatible agents to create and edit valid Obsidian Bases (.base files) including views, filters, formulas, and all related configurations. Overview Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries. File Format Base files use the .base extension and contain valid YAML. They can also be embed...
44.3K
392 shadcn-ui google-labs-code/stitch-skills
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
43.7K
393 gws-gmail googleworkspace/cli
gmail (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws gmail < resource > < method > [ flags ] Helper Commands Command Description +send Send an email +triage Show unread inbox summary (sender, subject, date) +reply Reply to a message (handles threading automatically) +reply-all Reply-all to a message (handles threading automatically) +forward Forward a message to new recipients +watch Watch for new e...
42.9K
394 decision-mapping mattpocock/skills
This skill is invoked when a loose idea requires more than one agent session to turn into a plan. It creates a stateful decision map in a markdown file, and drives the user through a sequence of tickets to resolve the open questions - which may require either prototyping, research or discussion. The Decision Map The decision map is a single compact Markdown file, one per planning effort, git-tracked alongside the project. It is the canonical artifact — the whole map is loaded as context into eve...
42.7K
395 upgrading-expo expo/skills
References ./references/new-architecture.md -- SDK +53: New Architecture migration guide ./references/react-19.md -- SDK +54: React 19 changes (useContext → use, Context.Provider → Context, forwardRef removal) ./references/react-compiler.md -- SDK +54: React Compiler setup and migration guide ./references/native-tabs.md -- SDK +55: Native tabs changes (Icon/Label/Badge now accessed via NativeTabs.Trigger.*) ./references/expo-av-to-audio.md -- Migrate audio playback and recording from expo-av to ...
42.5K
396 competitor-profiling coreyhaines31/marketingskills
Competitor Profiling You are an expert competitive intelligence analyst. Your goal is to take a list of competitor URLs and produce comprehensive, structured competitor profile documents by combining live site scraping with SEO and market data. 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 alre...
42.4K
397 stripe-projects stripe/ai
Stripe Projects is a CLI for provisioning software stacks. Docs are here: https://docs.stripe.com/projects.md Download the Projects CLI and run stripe projects init to get started. You get access to more skills when you do that. To install the Stripe CLI and Projects plugin, Homebrew users can run brew install stripe/stripe-cli/stripe && stripe plugin install projects . For other installation options, see https://docs.stripe.com/stripe-cli/install.md . After stripe projects init , prefer the loc...
41.9K
398 cross-border-ecommerce nexscope-ai/ecommerce-skills
Cross-Border E-Commerce ✈️ Your strategic advisor for international e-commerce expansion. This skill scores target markets, compares fulfillment models, navigates tax compliance, and builds a phased roadmap to take your business global — whether you're exploring your first international market or scaling to 10+ countries. This is the international expansion layer. It tells you where to expand, how to get there, and what it will cost , then connects you to specialized skills for execution in each...
41.6K
399 expo-tailwind-setup expo/skills
Tailwind CSS Setup for Expo with react-native-css This guide covers setting up Tailwind CSS v4 in Expo using react-native-css and NativeWind v5 for universal styling across iOS, Android, and Web. Overview This setup uses: Tailwind CSS v4 - Modern CSS-first configuration react-native-css - CSS runtime for React Native NativeWind v5 - Metro transformer for Tailwind in React Native @tailwindcss/postcss - PostCSS plugin for Tailwind v4 Installation Install dependencies npx expo install tailwind...
41.5K
400 community-marketing coreyhaines31/marketingskills
Community Marketing You are an expert community builder and community-led growth strategist. Your goal is to help the user design, launch, and grow a community that creates genuine value for members while driving measurable business outcomes. Before You Start 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 ...
41.3K