███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 251 | ad-creative | coreyhaines31/marketingskills |
Ad Creative You are an expert performance creative strategist. Your goal is to generate high-performing ad creative at scale — headlines, descriptions, and primary text that drive clicks and conversions — and iterate based on real performance data. 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 alr...
|
47.5K |
| 252 | cold-email | coreyhaines31/marketingskills |
Cold Email Writing You are an expert cold email writer. Your goal is to write emails that sound like they came from a sharp, thoughtful human — not a sales machine following a template. Before Writing 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. Understand the situation ...
|
47.3K |
| 253 | redesign-existing-projects | leonxlnx/taste-skill |
Redesign Skill How This Works When applied to an existing project, follow this sequence: Scan — Read the codebase. Identify the framework, styling method (Tailwind, vanilla CSS, styled-components, etc.), and current design patterns. Diagnose — Run through the audit below. List every generic pattern, weak point, and missing state you find. Fix — Apply targeted upgrades working with the existing stack. Do not rewrite from scratch. Improve what's there. Design Audit Typography Check for these probl...
|
47.3K |
| 254 | convex-quickstart | get-convex/agent-skills |
Convex Quickstart Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations. When to Use Starting a brand new project with Convex Adding Convex to an existing React/Next.js app Prototyping a new feature with real-time data Converting from another backend to Convex Teaching someone Convex for the first time Prerequisites Check Before starting, verify: node --version v1...
|
46.4K |
| 255 | 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...
|
46K |
| 256 | 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...
|
45.9K |
| 257 | 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...
|
45.8K |
| 258 | 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...
|
45.8K |
| 259 | convex-create-component | get-convex/agent-skills |
Convex Create Component Create reusable Convex components with clear boundaries and a small app-facing API. When to Use Creating a new Convex component in an existing app Extracting reusable backend logic into a component Building a third-party integration that should own its own tables and workflows Packaging Convex functionality for reuse across multiple apps When Not to Use One-off business logic that belongs in the main app Thin utilities that do not need Convex tables or functions App-level...
|
45.8K |
| 260 | sentry-cli | sentry/dev |
Sentry CLI Usage Guide Help users interact with Sentry from the command line using the sentry CLI. Prerequisites The CLI must be installed and authenticated before use. Installation curl https://cli.sentry.dev/install -fsS | bash curl https://cli.sentry.dev/install -fsS | bash -s -- --version nightly brew install getsentry/tools/sentry Or install via npm/pnpm/bun npm install -g sentry Authentication sentry auth login sentry auth login --token YOUR_SENTRY_API_TOKEN sentry auth status sentry auth...
|
45.6K |
| 261 | emil-design-eng | emilkowalski/skill |
Design Engineering You are a design engineer with the craft sensibility. You build interfaces where every detail compounds into something that feels right. You understand that in a world where everyone's software is good enough, taste is the differentiator. Core Philosophy Taste is trained, not innate Good taste is not personal preference. It is a trained instinct: the ability to see beyond the obvious and recognize what elevates. You develop it by surrounding yourself with great work, thinking ...
|
45.6K |
| 262 | 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...
|
45.1K |
| 263 | 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...
|
44.8K |
| 264 | 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...
|
44.8K |
| 265 | lark-markdown | larksuite/cli |
No SKILL.md available for this skill. View on GitHub
|
44.4K |
| 266 | 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...
|
44.2K |
| 267 | minimalist-ui | leonxlnx/taste-skill |
Protocol: Premium Utilitarian Minimalism UI Architect 1. Protocol Overview Name: Premium Utilitarian Minimalism & Editorial UI Description: An advanced frontend engineering directive for generating highly refined, ultra-minimalist, "document-style" web interfaces analogous to top-tier workspace platforms. This protocol strictly enforces a high-contrast warm monochrome palette, bespoke typographic hierarchies, meticulous structural macro-whitespace, bento-grid layouts, and an ultra-flat component...
|
44.2K |
| 268 | 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....
|
44.1K |
| 269 | design-md | google-labs-code/stitch-skills |
Stitch DESIGN.md Skill You are an expert Design Systems Lead. Your goal is to analyze the provided technical assets and synthesize a "Semantic Design System" into a file named DESIGN.md . Overview This skill helps you create DESIGN.md files that serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values. Prerequisites Access to the Stitch ...
|
43.7K |
| 270 | hyperframes | heygen-com/hyperframes |
HyperFrames HTML is the source of truth for video. A composition is an HTML file with data-* attributes for timing, a GSAP timeline for animation, and CSS for appearance. The framework handles clip visibility, media playback, and timeline sync. Approach Before writing HTML, think at a high level: What — what should the viewer experience? Identify the narrative arc, key moments, and emotional beats. Structure — how many compositions, which are sub-compositions vs inline, what tracks carry what (v...
|
43.3K |
| 271 | entra-agent-id | microsoft/azure-skills |
Microsoft Entra Agent ID Create and manage OAuth 2.0-capable identities for AI agents using Microsoft Graph. Every agent instance gets a distinct identity, audit trail, and independently-scoped permission grants. Quick Reference Property Value Service Microsoft Entra Agent ID API Microsoft Graph ( https://graph.microsoft.com/v1.0 ) Required role Agent Identity Developer, Agent Identity Administrator, or Application Administrator Object model Blueprint (application) → BlueprintPrincipal (SP) → Ag...
|
43.2K |
| 272 | full-output-enforcement | leonxlnx/taste-skill |
Full-Output Enforcement Baseline Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions. Banned Output Patterns The following patterns are hard failures. Never produce them: In code blocks: // ... , // rest of code , // implement here , // TODO , /* ... */ , // similar to above , // continue...
|
43.1K |
| 273 | revops | coreyhaines31/marketingskills |
No SKILL.md available for this skill. View on GitHub
|
42.6K |
| 274 | tailwind-design-system | wshobson/agents |
Tailwind Design System (v4) Build production-ready design systems with Tailwind CSS v4, including CSS-first configuration, design tokens, component variants, responsive patterns, and accessibility. Note : This skill targets Tailwind CSS v4 (2024+). For v3 projects, refer to the upgrade guide . When to Use This Skill Creating a component library with Tailwind v4 Implementing design tokens and theming with CSS-first configuration Building responsive and accessible components Standardizing UI patte...
|
41.7K |
| 275 | hyperframes-cli | heygen-com/hyperframes |
HyperFrames CLI Everything runs through npx hyperframes . Requires Node.js >= 22 and FFmpeg. Workflow Scaffold — npx hyperframes init my-video Write — author HTML composition (see the hyperframes skill) Lint — npx hyperframes lint Preview — npx hyperframes preview Render — npx hyperframes render Lint before preview — catches missing data-composition-id , overlapping tracks, unregistered timelines. Scaffolding npx hyperframes init my-video interactive wizard npx hyperframes init my-video --examp...
|
41.6K |
| 276 | 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....
|
41.5K |
| 277 | algorithmic-art | anthropics/skills |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
41.4K |
| 278 | 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...
|
41.1K |
| 279 | 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...
|
41K |
| 280 | industrial-brutalist-ui | leonxlnx/taste-skill |
SKILL: Industrial Brutalism & Tactical Telemetry UI 1. Skill Meta Name: Industrial Brutalism & Tactical Telemetry Interface Engineering Description: Advanced proficiency in architecting web interfaces that synthesize mid-century Swiss Typographic design, industrial manufacturing manuals, and retro-futuristic aerospace/military terminal interfaces. This discipline requires absolute mastery over rigid modular grids, extreme typographic scale contrast, purely utilitarian color palettes, and the pro...
|
41K |
| 281 | stitch-design-taste | leonxlnx/taste-skill |
Stitch Design Taste — Semantic Design System Skill Overview This skill generates DESIGN.md files optimized for Google Stitch screen generation. It translates the battle-tested anti-slop frontend engineering directives into Stitch's native semantic design language — descriptive, natural-language rules paired with precise values that Stitch's AI agent can interpret to produce premium, non-generic interfaces. The generated DESIGN.md serves as the single source of truth for prompting Stitch to gener...
|
41K |
| 282 | 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...
|
40.9K |
| 283 | kling-3-0 | agentspace-so/runcomfy-agent-skills |
Kling 3.0 - Pro Pack on RunComfy runcomfy.com · docs · GitHub Kling 3.0 is Kuaishou Technology's third-generation cinematic video model. This skill covers all six Kling 3.0 rendering endpoints on RunComfy: three quality tiers (Standard, Pro, 4K) across two modes (text-to-video and image-to-video). What Kling 3.0 is Kling 3.0 is the V3 generation of the Kling video model. It produces multi-shot cinematic video with synchronized native audio, consistent character identity across shots, and physics...
|
40.5K |
| 284 | 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 ...
|
40.2K |
| 285 | 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 ...
|
40.1K |
| 286 | hyperframes-registry | heygen-com/hyperframes |
HyperFrames Registry The registry provides reusable blocks and components installable via hyperframes add <name> . Blocks — standalone sub-compositions (own dimensions, duration, timeline). Included via data-composition-src in a host composition. Components — effect snippets (no own dimensions). Pasted directly into a host composition's HTML. When to use this skill User mentions hyperframes add , "block", "component", or hyperframes.json Output from hyperframes add appears in the session (file p...
|
40K |
| 287 | prototype | mattpocock/skills |
No SKILL.md available for this skill. View on GitHub
|
40K |
| 288 | 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...
|
39.9K |
| 289 | 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...
|
39.9K |
| 290 | building-native-ui | expo/skills |
Expo UI Guidelines References Consult these resources as needed: references/ animations.md Reanimated: entering, exiting, layout, scroll-driven, gestures controls.md Native iOS: Switch, Slider, SegmentedControl, DateTimePicker, Picker form-sheet.md Form sheets in expo-router: configuration, footers and background interaction. gradients.md CSS gradients via experimental_backgroundImage (New Arch only) icons.md SF Symbols via expo-image (sf: sou...
|
39.6K |
| 291 | 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...
|
39.5K |
| 292 | 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 '{"...
|
39.4K |
| 293 | arrange | pbakaus/impeccable |
Assess and improve layout and spacing that feels monotonous, crowded, or structurally weak — turning generic arrangements into intentional, rhythmic compositions. MANDATORY PREPARATION Invoke /impeccable — it contains design principles, anti-patterns, and the Context Gathering Protocol . Follow the protocol before proceeding — if no design context exists yet, you MUST run /impeccable teach first. Assess Current Layout Analyze what's weak about the current spatial design: Spacing : Is spacing con...
|
39.3K |
| 294 | 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...
|
39.3K |
| 295 | 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...
|
39.2K |
| 296 | 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...
|
39.1K |
| 297 | 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...
|
39.1K |
| 298 | playwright-best-practices | currents-dev/playwright-best-practices-skill |
Playwright Best Practices This skill provides comprehensive guidance for all aspects of Playwright test development, from writing new tests to debugging and maintaining existing test suites. Activity-Based Reference Guide Consult these references based on what you're doing: Writing New Tests When to use : Creating new test files, writing test cases, implementing test scenarios Activity Reference Files Writing E2E tests test-suite-structure.md , locators.md , assertions-waiting.md Writing compone...
|
38.9K |
| 299 | 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...
|
37.1K |
| 300 | 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 ...
|
37.1K |