███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 351 | site-architecture | coreyhaines31/marketingskills |
Site Architecture You are an information architecture expert. Your goal is to help plan website structure — page hierarchy, navigation, URL patterns, and internal linking — so the site is intuitive for users and optimized for search engines. Before Planning 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 co...
|
94.8K |
| 352 | gsap | heygen-com/hyperframes |
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
|
94.6K |
| 353 | convex-performance-audit | get-convex/agent-skills |
Convex Performance Audit Diagnose and fix performance problems in Convex applications, one problem class at a time. When to Use A Convex page or feature feels slow or expensive npx convex insights --details reports high bytes read, documents read, or OCC conflicts Low-freshness read paths are using reactivity where point-in-time reads would do OCC conflict errors or excessive mutation retries High subscription count or slow UI updates Functions approaching execution or transaction limits The sam...
|
94.4K |
| 354 | convex-setup-auth | get-convex/agent-skills |
Convex Authentication Setup Implement secure authentication in Convex with user management and access control. When to Use Setting up authentication for the first time Implementing user management (users table, identity mapping) Creating authentication helper functions Setting up auth providers (Convex Auth, Clerk, WorkOS AuthKit, Auth0, custom JWT) First Step: Choose the Auth Provider Convex supports multiple authentication approaches. Do not assume a provider. Before writing setup code: Ask th...
|
94K |
| 355 | convex-migration-helper | get-convex/agent-skills |
Convex Migration Helper Safely migrate Convex schemas and data when making breaking changes. When to Use Adding new required fields to existing tables Changing field types or structure Splitting or merging tables Renaming fields Migrating from nested to relational data Migration Principles No Automatic Migrations : Convex doesn't automatically migrate data Additive Changes are Safe : Adding optional fields or new tables is safe Breaking Changes Need Code : Required fields, type changes need migr...
|
94K |
| 356 | review | mattpocock/skills |
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
|
93.8K |
| 357 | web-artifacts-builder | anthropics/skills |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
93.8K |
| 358 | sales-enablement | coreyhaines31/marketingskills |
Sales Enablement You are an expert in B2B sales enablement. Your goal is to create sales collateral that reps actually use — decks, one-pagers, objection docs, demo scripts, and playbooks that help close deals. 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....
|
92.7K |
| 359 | firebase-crashlytics | firebase/agent-skills |
Crashlytics This skill provides a complete guide for getting started with Crashlytics on Android or iOS. Crash data collected from client applications can be read using the MCP server in the Firebase CLI. Prerequisites Provisioning Crashlytics requires both a Firebase project and a Firebase app, either Android or iOS. To read the data collected by Crashlytics, install the MCP server in the Firebase CLI. See the firebase-basics skill for references. SDK Setup To learn how to setup Crashlytics in ...
|
92.7K |
| 360 | apple-design | emilkowalski/skills |
Apple Design How Apple builds interfaces that stop feeling like a computer and start feeling like an extension of you. This knowledge comes from Apple's WWDC design talks — chiefly Designing Fluid Interfaces (WWDC 2018) — distilled and translated into the web platform (CSS, Pointer Events, requestAnimationFrame , spring libraries like Motion/Framer Motion). The through-line: an interface feels alive when motion starts from the current on-screen value, inherits the user's velocity, projects momen...
|
92.5K |
| 361 | churn-prevention | coreyhaines31/marketingskills |
Churn Prevention You are an expert in SaaS retention and churn prevention. Your goal is to help reduce both voluntary churn (customers choosing to cancel) and involuntary churn (failed payments) through well-designed cancel flows, dynamic save offers, proactive retention, and dunning strategies. 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 t...
|
92.1K |
| 362 | xcode-project-setup | firebase/agent-skills |
Xcode Project Setup ⛔️ CRITICAL RULES & ENVIRONMENT CHECKS Before performing any Xcode setup or file manipulation, you MUST adhere to the following rules. A hefty fee will be applied if you violate them. 1. The Anti-Ruby Mandate You are strictly forbidden from using Ruby, Rails, or any Ruby gems (including the xcodeproj gem). Under no circumstances may you write or execute Ruby scripts. 2. Modern Xcode Folder Synchronization Modern Xcode projects support folder synchronization. When adding new s...
|
92K |
| 363 | browser-use | browser-use/browser-use |
Browser Automation with browser-use CLI The browser-use command provides fast, persistent browser automation. It maintains browser sessions across commands, enabling complex multi-step workflows. Prerequisites Before using this skill, browser-use must be installed and configured. Run diagnostics to verify: browser-use doctor For more information, see https://github.com/browser-use/browser-use/blob/main/browser_use/skill_cli/README.md Core Workflow Navigate : browser-use open <url> - Opens URL (s...
|
91.9K |
| 364 | website-to-hyperframes | heygen-com/hyperframes |
Website to HyperFrames Capture a website, then produce a professional video from it. Users say things like: "Capture https://... and make me a 25-second product launch video" "Turn this website into a 15-second social ad for Instagram" "Create a 30-second product tour from https://..." The workflow has 7 steps. Each produces an artifact that gates the next. Step 1: Capture & Understand Read: references/step-1-capture.md Run the capture, read the extracted data, and build a working summary using ...
|
91.8K |
| 365 | computer-use | stablyai/orca |
Computer Use Use this skill when the task should operate through Orca's desktop computer-use surface rather than native Codex computer tools, raw AppleScript, ad hoc screenshots, or direct app internals. Preconditions Prefer the public orca computer ... command. In this Orca worktree, use ./config/scripts/orca-dev computer ... when testing the local dev runtime. Prefer --json for agent-driven calls. Screenshot image bytes are omitted from JSON and written to screenshot.path when present. Do not ...
|
89.4K |
| 366 | figma | heygen-com/hyperframes |
Figma → HyperFrames Bring the user's Figma work into a composition. MCP-first: you (the agent) call the Figma MCP tools, then hand their output to the pure helpers in @hyperframes/core/figma , freezing every asset locally so renders stay deterministic. Auth Requires the Figma MCP connector (one-click OAuth). If tools error unauthenticated, tell the user to connect Figma and stop. Routing Parse the user's figma link with parseFigmaRef . Then by intent: "use this layer / logo / image" → Asset impo...
|
89.2K |
| 367 | revops | coreyhaines31/marketingskills |
No SKILL.md available for this skill. View on GitHub
|
88.8K |
| 368 | polish | pbakaus/impeccable |
First : Use the frontend-design skill for design principles and anti-patterns. Perform a meticulous final pass to catch all the small details that separate good work from great work. The difference between shipped and polished. Pre-Polish Assessment Understand the current state and goals: Review completeness : Is it functionally complete? Are there known issues to preserve (mark with TODOs)? What's the quality bar? (MVP vs flagship feature?) When does it ship? (How much time for polish?) Identif...
|
87K |
| 369 | lead-magnets | coreyhaines31/marketingskills |
Lead Magnets You are an expert in lead magnet strategy. Your goal is to help plan lead magnets that capture emails, generate qualified leads, and naturally lead to product adoption. Before Planning 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 ...
|
85.6K |
| 370 | browser-act-skill-forge | browser-act/skills |
No SKILL.md available for this skill. View on GitHub
|
85K |
| 371 | improve-animations | emilkowalski/skills |
Improving Animations An advisor skill modeled on the audit-then-plan workflow: use the capable model for the part where judgment compounds — understanding the codebase's motion, deciding what's worth fixing, writing the spec — and hand execution to any agent, including cheaper models. It does ONE thing: survey animation and motion code, then produce prioritized findings and implementation plans. It does not review a single diff (that's review-animations ), and it does not implement fixes itself....
|
85K |
| 372 | vercel-cli-with-tokens | vercel-labs/agent-skills |
Vercel CLI with Tokens Deploy and manage projects on Vercel using the CLI with token-based authentication. Use this skill when you have a Vercel access token and need to operate without interactive login. Authentication Never run vercel login . Always use token-based auth via the --token flag or VERCEL_TOKEN environment variable. This ensures the correct account is used even if another Vercel account is logged in locally. vercel < command > --token " $VERCEL_TOKEN " Scoping to a Team Use --scope...
|
84.9K |
| 373 | critique | pbakaus/impeccable |
Conduct a holistic design critique, evaluating whether the interface actually works—not just technically, but as a designed experience. Think like a design director giving feedback. First : Use the frontend-design skill for design principles and anti-patterns. Design Critique Evaluate the interface across these dimensions: 1. AI Slop Detection (CRITICAL) This is the most important check. Does this look like every other AI-generated interface from 2024-2025? Review the design against ALL the DON'...
|
84.5K |
| 374 | audit | pbakaus/impeccable |
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
|
83.7K |
| 375 | animate | pbakaus/impeccable |
Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone (playful vs serious, energetic vs calm), and performance constraints. Attempt to gather these from the current thread or codebase. If you don't find exact ...
|
83.5K |
| 376 | adapt | pbakaus/impeccable |
Adapt existing designs to work effectively across different contexts - different screen sizes, devices, platforms, or use cases. Assess Adaptation Challenge Understand what needs adaptation and why: Identify the source context : What was it designed for originally? (Desktop web? Mobile app?) What assumptions were made? (Large screen? Mouse input? Fast connection?) What works well in current context? Understand target context : Device : Mobile, tablet, desktop, TV, watch, print? Input method : To...
|
83.5K |
| 377 | clarify | pbakaus/impeccable |
Identify and improve unclear, confusing, or poorly written interface text to make the product easier to understand and use. Assess Current Copy Identify what makes the text unclear or ineffective: Find clarity problems : Jargon : Technical terms users won't understand Ambiguity : Multiple interpretations possible Passive voice : "Your file has been uploaded" vs "We uploaded your file" Length : Too wordy or too terse Assumptions : Assuming user knowledge they don't have Missing context : Users do...
|
83K |
| 378 | optimize | pbakaus/impeccable |
Identify and fix performance issues to create faster, smoother user experiences. Assess Performance Issues Understand current performance and identify problems: Measure current state : Core Web Vitals : LCP, FID/INP, CLS scores Load time : Time to interactive, first contentful paint Bundle size : JavaScript, CSS, image sizes Runtime performance : Frame rate, memory usage, CPU usage Network : Request count, payload sizes, waterfall Identify bottlenecks : What's slow? (Initial load? Interactions? ...
|
82.9K |
| 379 | colorize | pbakaus/impeccable |
Strategically introduce color to designs that are too monochromatic, gray, or lacking in visual warmth and personality. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and especially existing brand colors. Attempt to gather these from the current thread or codebase. If you don't find exact information and have to infer from existing design ...
|
82.7K |
| 380 | 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-...
|
82.4K |
| 381 | remotion-render | magentosh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
82.3K |
| 382 | customer-research | coreyhaines31/marketingskills |
Customer Research You are an expert customer researcher. Your goal is to help uncover what customers actually think, feel, say, and struggle with — so that everything from positioning to product to copy is grounded in reality rather than assumption. 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 to skip questions already answered....
|
82K |
| 383 | bolder | pbakaus/impeccable |
Increase visual impact and personality in designs that are too safe, generic, or visually underwhelming, creating more engaging and memorable experiences. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and everything else that a great human designer would need as well. Attempt to gather these from the current thread or codebase. If you don...
|
81.8K |
| 384 | delight | pbakaus/impeccable |
Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality (playful vs professional vs quirky vs elegant), and what's appropriate for the domain. Attempt to gather these from the current thread or codebase. If yo...
|
81.6K |
| 385 | distill | pbakaus/impeccable |
Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), and understanding what's truly essential vs nice-to-have for this product. Attempt to gather these from the current thread or codebase. If you don't find exact information and have to inf...
|
81.2K |
| 386 | convex | get-convex/agent-skills |
Convex Use this as the routing skill for Convex work in this repo. If a more specific Convex skill clearly matches the request, use that instead. Start Here If the project does not already have Convex AI guidance installed, or the existing guidance looks stale, strongly recommend installing it first. Preferred: npx convex ai-files install This installs or refreshes the managed Convex AI files. It is the recommended starting point for getting the official Convex guidelines in place and following ...
|
80.8K |
| 387 | quieter | pbakaus/impeccable |
Reduce visual intensity in designs that are too bold, aggressive, or overstimulating, creating a more refined and approachable aesthetic without losing effectiveness. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and everything else that a great human designer would need as well. Attempt to gather these from the current thread or codebase...
|
80.4K |
| 388 | firecrawl-search | firecrawl/cli |
firecrawl search Web search with optional content scraping. Returns search results as JSON, optionally with full page content. When to use You don't have a specific URL yet You need to find pages, answer questions, or discover sources First step in the workflow escalation pattern : search → scrape → map → crawl → interact Quick start Basic search firecrawl search "your query" -o .firecrawl/result.json --json Search and scrape full page content from results firecrawl search "your query" --scrap...
|
80.4K |
| 389 | firecrawl-scrape | firecrawl/cli |
firecrawl scrape Scrape one or more URLs. Returns clean, LLM-optimized markdown. Multiple URLs are scraped concurrently. When to use You have a specific URL and want its content The page is static or JS-rendered (SPA) Step 2 in the workflow escalation pattern : search → scrape → map → crawl → interact Quick start Basic markdown extraction firecrawl scrape "<url>" -o .firecrawl/page.md Main content only, no nav/footer firecrawl scrape "<url>" --only-main-content -o .firecrawl/page.md Wait for ...
|
80K |
| 390 | azure-compute | microsoft/github-copilot-for-azure |
Azure Compute Skill Routes Azure VM requests to the appropriate workflow based on user intent. When to Use This Skill Activate this skill when the user: Asks about Azure Virtual Machines (VMs) or VM Scale Sets (VMSS) Asks about choosing a VM, VM sizing, pricing, or cost estimates Needs a workload-based recommendation for scenarios like database, GPU, deep learning, HPC, web tier, or dev/test Mentions VM families, autoscale, load balancing, or Flexible versus Uniform orchestration Wants to troubl...
|
79.7K |
| 391 | brand-guidelines | anthropics/skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
79K |
| 392 | obsidian-markdown | kepano/obsidian-skills |
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property t...
|
78.7K |
| 393 | theme-factory | anthropics/skills |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
78.4K |
| 394 | firecrawl-crawl | firecrawl/cli |
firecrawl crawl Bulk extract content from a website. Crawls pages following links up to a depth/limit. When to use You need content from many pages on a site (e.g., all /docs/ ) You want to extract an entire site section Step 4 in the workflow escalation pattern : search → scrape → map → crawl → interact Quick start Crawl a docs section firecrawl crawl "<url>" --include-paths /docs --limit 50 --wait -o .firecrawl/crawl.json Full crawl with depth limit firecrawl crawl "<url>" --max-depth 3 --wa...
|
77.9K |
| 395 | firecrawl-agent | firecrawl/cli |
firecrawl agent AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes). When to use You need structured data from complex multi-page sites Manual scraping would require navigating many pages You want the AI to figure out where the data lives Quick start Extract structured data firecrawl agent "extract all pricing tiers" --wait -o .firecrawl/pricing.json With a JSON schema for structured output firecrawl agent "extract products" --schema '{"...
|
77.9K |
| 396 | doc-coauthoring | anthropics/skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
77.8K |
| 397 | 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
|
77.5K |
| 398 | firecrawl-map | firecrawl/cli |
firecrawl map Discover URLs on a site. Use --search to find a specific page within a large site. When to use You need to find a specific subpage on a large site You want a list of all URLs on a site before scraping or crawling Step 3 in the workflow escalation pattern : search → scrape → map → crawl → interact Quick start Find a specific page on a large site firecrawl map "<url>" --search "authentication" -o .firecrawl/filtered.txt Get all URLs firecrawl map "<url>" --limit 500 --json -o .fire...
|
77.5K |
| 399 | firecrawl-download | firecrawl/cli |
firecrawl download Experimental. Convenience command that combines map + scrape to save an entire site as local files. Maps the site first to discover pages, then scrapes each one into nested directories under .firecrawl/ . All scrape options work with download. Always pass -y to skip the confirmation prompt. When to use You want to save an entire site (or section) to local files You need offline access to documentation or content Bulk content extraction with organized file structure Quick start...
|
77.2K |
| 400 | stripe-best-practices | stripe/ai |
Latest Stripe API version: 2026-02-25.clover . Always use the latest API version and SDK unless the user specifies otherwise. Integration routing Building... Recommended API Details One-time payments Checkout Sessions references/payments.md Custom payment form with embedded UI Checkout Sessions + Payment Element references/payments.md Saving a payment method for later Setup Intents references/payments.md Connect platform or marketplace Accounts v2 ( /v2/core/accounts ) references/connect.md Subs...
|
75.7K |