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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,437
总 Skills
161.5M
总安装量
2,741
贡献者
# Skill 仓库 描述 安装量
4801 skill-creator composiohq/skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
2.6K
4802 web-performance-optimization sickn33/antigravity-awesome-skills
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to Inte...
2.6K
4803 eraser-diagrams eraserlabs/eraser-io
Eraser Diagram Generator Generates professional architecture diagrams directly from code, infrastructure files, or natural language descriptions using the Eraser API. When to Use Activate this skill when: User asks to create, generate, or visualize a diagram User wants to document architecture from code User has Terraform, AWS, Azure, or infrastructure files User describes a system and wants it visualized User mentions "diagram", "architecture", "visualize", or "draw" How It Works Analyze th...
2.6K
4804 ui-ux-designer sickn33/antigravity-awesome-skills
Use this skill when Working on ui ux designer tasks or workflows Needing guidance, best practices, or checklists for ui ux designer Do not use this skill when The task is unrelated to ui ux designer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
2.6K
4805 code-polish paulrberg/agent-skills
Code Polish Combined simplification and review pipeline. This skill orchestrates two sub-skills in sequence: code-simplify — simplify for readability and maintainability code-review --fix — review for correctness, security, and quality, auto-applying all fixes Both sub-skills share the same scope resolution: only session-modified files are in scope. If there are no session-modified files, they fall back to all uncommitted tracked changes. See each sub-skill for full details. Workflow 1) Run code...
2.6K
4806 literature-review affaan-m/everything-claude-code
Literature Review Use this skill when the task is to find, screen, synthesize, and cite a body of academic or technical literature. When to Use Building a systematic, scoping, or narrative literature review. Synthesizing the state of the art for a research question. Finding gaps, contradictions, or future-work directions. Preparing citation-backed background sections for papers or reports. Comparing evidence across peer-reviewed papers, preprints, patents, and technical reports. Review Types Sho...
2.6K
4807 okx-agent-identity okx/onchainos-skills
OKX Agent Identity ERC-8004 agent identity on XLayer (chain fixed — never pass --chain ; asked about ETH/BSC/other chains → say identities are created on XLayer only). The CLI does the heavy lifting; your job: route → confirm → render its output verbatim. You invoke the CLI; the user never sees an onchainos ... literal. Language Lock (apply on EVERY turn — highest priority, before routing) The reply language is set by the user's FIRST message in this flow and never drifts. Detect that language o...
2.6K
4808 functions browserbase/skills
Browserbase Functions Deploy serverless browser automation using the official bb CLI. Prerequisites Get API key and Project ID from: https://browserbase.com/settings export BROWSERBASE_API_KEY = "your_api_key" export BROWSERBASE_PROJECT_ID = "your_project_id" Creating a Function Project 1. Initialize pnpm dlx @browserbasehq/sdk-functions init my-function cd my-function This creates: my-function/ ├── package.json ├── index.ts Your function code └── .env Add credentials here 2....
2.6K
4809 okx-agent-task okx/onchainos-skills
OKX AI Task Marketplace OKX AI Task Marketplace is a decentralized agent task delegation protocol deployed on XLayer, covering the complete lifecycle of task publication, negotiation, delivery, acceptance, and dispute arbitration. The system defines three participating roles: User Agent (publishes tasks and reviews deliverables), ASP (Agent Service Provider) (accepts jobs and submits deliverables), and Evaluator Agent (votes on disputes via a commit-reveal mechanism). All roles connect via ERC-8...
2.6K
4810 producthunt resciencelab/opc-skills
ProductHunt Skill Get posts, topics, users, and collections from Product Hunt via the official GraphQL API. Prerequisites Set access token in ~/.zshrc : export PRODUCTHUNT_ACCESS_TOKEN = "your_developer_token" Get your token from: https://www.producthunt.com/v2/oauth/applications Quick Check : cd < skill_directory > python3 scripts/get_posts.py --limit 3 Commands All commands run from the skill directory. Posts python3 scripts/get_post.py chatgpt Get post by slug python3 scripts/get_post.py 123...
2.6K
4811 paseo-loop getpaseo/paseo
Loop Skill You are setting up an autonomous loop. An agent runs repeatedly until an exit condition is met. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Loop A loop runs an agent repeatedly until it's done. There are two modes: Self-terminating (no verifier) A single worker agent runs each iteration. It returns { done: boolean, reason: string } via structured output. The loop exits when done is true. Worker...
2.6K
4812 okx-agent-chat okx/onchainos-skills
OKX Agent Chat 🛑 This is a routing stub, not a flow. Any message you landed here for is part of the agent task system (User ↔ ASP ↔ Evaluator). Read skills/okx-agent-task/SKILL.md now — that file has the routing table, role files ( user-sub-playbook.md / asp.md / evaluator.md ), and the full state-machine handling. Do not try to handle the message from this directory — there are no flows here. Communication Readiness Fallback This directory does own one bootstrap helper: ensure-okx-a2a-communica...
2.6K
4813 sentry-code-review getsentry/sentry-for-ai
All Skills > Workflow > Code Review Sentry Code Review You are a specialized skill for analyzing and resolving issues identified by Sentry in GitHub Pull Request review comments. Sentry PR Review Comment Format Sentry posts line-specific review comments on code changes in PRs. Each comment includes: Comment Metadata (from API) author : The bot username (e.g., "sentry[bot]") file : The specific file being commented on (e.g., "src/sentry/seer/explorer/tools.py") line : The line number in the code ...
2.6K
4814 convex-http-actions waynesutton/convexskills
Convex HTTP Actions Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/functions/http-actions Actions Overview: https://docs.convex.dev/functions/actions Authentication: https://docs.convex.dev/auth For broader context: https://docs.convex.dev/llms.txt Instructions HTTP Actions Overview HTTP actions allow you to defin...
2.6K
4815 convex-security-check waynesutton/convexskills
Convex Security Check A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth Production Security: https://docs.convex.dev/production Functions Auth: https://docs.convex.dev/auth/functions-auth For broader context: https://docs.convex.dev/ll...
2.6K
4816 getting-datacloud-schema forcedotcom/sf-skills
No SKILL.md available for this skill. View on GitHub
2.6K
4817 developing-datacloud-code-extension forcedotcom/sf-skills
developing-datacloud-code-extension Skill Overview This skill provides a complete workflow for developing, testing, and deploying custom Python code extensions to Salesforce Data Cloud. Code extensions allow you to write Python transformations that read from and write to Data Lake Objects (DLOs) and Data Model Objects (DMOs). When to Use User wants to create a new code extension project User needs to test a code extension locally User wants to scan code for required permissions User needs to dep...
2.6K
4818 retrieving-datacloud forcedotcom/sf-skills
retrieving-datacloud: Data Cloud Retrieve Phase Use this skill when the user needs query, search, and metadata introspection for Data Cloud: sync SQL, paginated SQL, async query workflows, table describe, vector search, hybrid search, or search index operations. When This Skill Owns the Task Use retrieving-datacloud when the work involves: sf data360 query * sf data360 search-index * sf data360 metadata * sf data360 profile * or sf data360 insight * inspection understanding Data Cloud SQL result...
2.6K
4819 connecting-datacloud forcedotcom/sf-skills
connecting-datacloud: Data Cloud Connect Phase Use this skill when the user needs source connection work : connector discovery, connection metadata, connection testing, source-object browsing, connector schema inspection, or connector-specific setup payloads for external sources. When This Skill Owns the Task Use connecting-datacloud when the work involves: sf data360 connection * connector catalog inspection connection creation, update, test, or delete browsing source objects, fields, databases...
2.6K
4820 activating-datacloud forcedotcom/sf-skills
No SKILL.md available for this skill. View on GitHub
2.6K
4821 microcopy lobehub/lobehub
LobeHub UI Microcopy Guidelines Brand: Where Agents Collaborate - Focus on collaborative agent system, not just "generation". Fixed Terminology Chinese English 空间 Workspace 助理 Agent 群组 Group 上下文 Context 记忆 Memory 连接器 Integration 技能 Skill 助理档案 Agent Profile 话题 Topic 文稿 Page 社区 Community 资源 Resource 库 Library 模型服务商 Provider 评测 Evaluation 基准 Benchmark 数据集 Dataset 用例 Test Case Brand Principles Create : One sentence → usable Agent; clear next step Collaborate : Multi-agent; shared Context; controlled...
2.6K
4822 aiconfig-targeting launchdarkly/ai-tooling
Deprecated — renamed to configs-targeting This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the configs-targeting skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-targeting to configs-targeting . Installs 52 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Ag...
2.6K
4823 wechat-article-publisher iamzifei/wechat-article-publisher-skill
WeChat Article Publisher Publish Markdown or HTML content to WeChat Official Account drafts via API, with automatic format conversion. Prerequisites WECHAT_API_KEY environment variable set (from .env file) Python 3.9+ Authorized WeChat Official Account on wx.limyai.com Scripts Located in ~/.claude/skills/wechat-article-publisher/scripts/: wechat_api.py WeChat API client for listing accounts and publishing articles: List authorized accounts python wechat_api.py list-accounts Publish from...
2.6K
4824 aiconfig-online-evals launchdarkly/ai-tooling
Deprecated — renamed to online-evals This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the online-evals skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-online-evals to online-evals . Installs 53 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hu...
2.6K
4825 build juliusbrussee/cavekit
build — implement spec Single-thread native plan→execute. You are main Claude. No swarm. LOAD Read SPEC.md . If missing → tell user to invoke the spec skill first. Stop. Read FORMAT.md once if not loaded. Parse invocation args: §T.n → that task only --next → lowest-numbered row with status . or ~ --all or empty → every . row in §T order PLAN Native plan mode. For chosen task(s): Cite every §V invariant that applies. Plan must respect all. Cite every §I interface touched. Plan must preserve shape...
2.6K
4826 vitest onmax/nuxt-skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
2.6K
4827 launchdarkly-experiment-setup launchdarkly/ai-tooling
LaunchDarkly Experiment Setup You're using a skill that guides you through setting up and running experiments in LaunchDarkly. Your job is to design the experiment, create it with the right metrics, treatments, and flag config, start data collection, evolve the design between iterations when needed, and stop with a winner. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-experiment — create a new experi...
2.6K
4828 skill-creator ar9av/obsidian-wiki
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
2.6K
4829 search browserbase/skills
Search Skill Search the web and get relevant results optimized for LLM consumption. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. Sign up at tavily.com first if you don't have an a...
2.6K
4830 ads-test agricidaniel/claude-ads
A/B Test Design & Experiment Planning Process Understand what the user wants to test (creative, audience, bidding, landing page) Build structured hypothesis using the framework below Calculate required sample size and estimated duration Recommend platform-specific test setup Define success criteria and measurement plan Hypothesis Framework Every test must start with a structured hypothesis: Show more
2.6K
4831 vueuse-functions vueuse/skills
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
2.6K
4832 launchdarkly-guarded-rollout launchdarkly/ai-tooling
LaunchDarkly Guarded Rollouts You're using a skill that will guide you through configuring guarded rollouts in LaunchDarkly. Your job is to design rollout stages, select monitoring metrics, configure regression thresholds, and start the rollout. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: start-guarded-rollout -- start a progressive rollout with monitoring get-flag -- inspect the flag and its variations l...
2.6K
4833 aiq-research nvidia/skills
AIQ Research Skill Purpose Use this skill to call a locally running NVIDIA AI-Q Blueprint server through the helper script at scripts/aiq.py . Use this skill for research-shaped requests, including: "deep research on ..." "AIQ research ..." "research ..." "use AI-Q to answer ..." "ask AI-Q about ..." Do not use this skill for install, deploy, start, stop, UI, CLI, Docker, Helm, or troubleshooting requests. Those belong to aiq-deploy . Prerequisites Show more Installs 512 Repository nvidia/skills...
2.6K
4834 accelerated-computing-cudf nvidia/skills
cuDF & dask-cuDF Implementer's Guide Compatibility Release tracked by this skill: 26.04. Requires NVIDIA Volta or newer on CUDA 12, or Turing or newer on CUDA 13. Release 26.04 supports CUDA 12.2-12.9 with driver 535+ or CUDA 13.0-13.1 with driver 580+, and Python 3.11-3.14. cuDF sweet spot: >100K rows. Naming Use NVIDIA library-first wording in user-facing answers. Keep literal RAPIDS/rapidsai URLs, package names, and release metadata when citing sources. Role You are a cuDF expert helping an i...
2.6K
4835 spec juliusbrussee/cavekit
spec — spec mutator Read FORMAT.md at repo root if not already loaded. Caveman skill applies to all writes here. DISPATCH Inspect user request and project state: No SPEC.md at repo root AND args describe idea → NEW No SPEC.md AND from-code in args → DISTILL SPEC.md exists AND args start bug: → BACKPROP SPEC.md exists AND args start amend → AMEND SPEC.md exists, no args → ask user which mode NEW — idea → spec Input: user idea. Steps: Extract goal (1 line, caveman). → §G. List constraints user sta...
2.6K
4836 check juliusbrussee/cavekit
Check: Review Before You Ship Prefix your first line with 🥷 inline, not as its own paragraph. Read the diff, find the problems, fix what can be fixed safely, ask about the rest. Done means verification ran in this session and passed. Get the Diff Get the full diff between the current branch and the base branch. If unclear, ask. If already on the base branch, ask which commits to review. Scope Measure the diff and classify depth: Depth Criteria Reviewers Quick Under 100 lines, 1-5 files Base revi...
2.6K
4837 data-context-extractor anthropics/knowledge-work-plugins
Data Context Extractor A meta-skill that extracts company-specific data knowledge from analysts and generates tailored data analysis skills. How It Works This skill has two modes: Bootstrap Mode : Create a new data analysis skill from scratch Iteration Mode : Improve an existing skill by adding domain-specific reference files Bootstrap Mode Use when: User wants to create a new data context skill for their warehouse. Phase 1: Database Connection & Discovery Step 1: Identify the database type Ask:...
2.6K
4838 customer-research anthropics/knowledge-work-plugins
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....
2.6K
4839 video-generation bytedance/deer-flow
Video Generation Skill Overview This skill generates high-quality videos using structured prompts and a Python script. The workflow includes creating JSON-formatted prompts and executing video generation with optional reference image. Core Capabilities Create structured JSON prompts for AIGC video generation Support reference image as guidance or the first/last frame of the video Generate videos through automated Python script execution Workflow Step 1: Understand Requirements When a user reques...
2.6K
4840 app-marketing-context eronred/aso-skills
App Marketing Context You are an expert mobile app marketing strategist. Your goal is to help the user create a comprehensive context document that all other ASO and app marketing skills will reference. Initial Assessment Check if app-marketing-context.md exists in the project root or .claude/ directory. If it exists: Read it and ask if the user wants to update any section. If it doesn't exist: Walk through each section below, asking questions to build the document. Context Document Structure Cr...
2.6K
4841 retention-optimization eronred/aso-skills
Retention Optimization You are an expert in mobile app retention and engagement strategy. Your goal is to diagnose retention issues and provide a prioritized plan to keep users coming back. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current retention metrics (Day 1, Day 7, Day 30 if available) Ask for app category (benchmarks vary dramatically) Ask about monetization model (retention strategy differs for free vs subscription) Ask about current engagement ...
2.6K
4842 app-analytics eronred/aso-skills
App Analytics You are an expert in mobile app analytics and measurement strategy. Your goal is to help the user set up meaningful tracking, interpret their data, and make data-driven decisions. Initial Assessment Check for app-marketing-context.md — read it for context Ask: What analytics tools do you currently use? Ask: What are your top 3 questions about your app's performance? Ask: What decisions do you need data to make? Ask: Do you run paid acquisition? (attribution matters) Analytics Stack...
2.6K
4843 ce-compound-refresh everyinc/compound-engineering-plugin
Compound Refresh Maintain the quality of docs/solutions/ over time. This workflow reviews existing learnings against the current codebase, then refreshes any derived pattern docs that depend on them. Mode Detection Check if $ARGUMENTS contains mode:headless . If present, strip it from arguments (use the remainder as a scope hint) and run in headless mode . Mode When Behavior Interactive (default) User is present and can answer questions Ask for decisions on ambiguous cases, confirm actions Headl...
2.6K
4844 paperclip-create-plugin paperclipai/paperclip
Create a Paperclip Plugin Use this skill when the task is to create, scaffold, or document a Paperclip plugin. 1. Ground rules Read these first when needed: doc/plugins/PLUGIN_AUTHORING_GUIDE.md packages/plugins/sdk/README.md doc/plugins/PLUGIN_SPEC.md only for future-looking context Current runtime assumptions: plugin workers are trusted code plugin UI is trusted same-origin host code worker APIs are capability-gated plugin UI is not sandboxed by manifest capabilities no host-provided shared pl...
2.6K
4845 localization eronred/aso-skills
App Store Localization You are an expert in App Store internationalization and localization strategy. Your goal is to help the user expand to new markets by localizing their App Store presence effectively. Initial Assessment Check for app-marketing-context.md — read it for current markets and languages Ask for the App ID (to see current localizations) Ask: Is the app itself localized (UI, content) or just the store listing? Ask: Which markets are they considering? Ask: Budget — professional tran...
2.6K
4846 jupyter-to-marimo marimo-team/skills
Converting Jupyter Notebooks to Marimo IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert <notebook.ipynb> -o <notebook.py> FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with. Steps Convert using the CLI Run the marimo convert command via uvx so no install is needed: uvx marimo convert < notebook.ipynb > -o < notebook.py > This generates a mar...
2.6K
4847 variance-analysis anthropics/knowledge-work-plugins
Variance Analysis Important : This skill assists with variance analysis workflows but does not provide financial advice. All analyses should be reviewed by qualified financial professionals before use in reporting. Techniques for decomposing variances, materiality thresholds, narrative generation, waterfall chart methodology, and budget vs actual vs forecast comparisons. Variance Decomposition Techniques Price / Volume Decomposition The most fundamental variance decomposition. Used for revenue, ...
2.6K
4848 app-launch eronred/aso-skills
App Launch Strategy You are an expert in mobile app launches with experience across indie apps and top-charting products. Your goal is to create a comprehensive launch plan that maximizes day-one visibility and sustains momentum. Initial Assessment Check for app-marketing-context.md — read it for app context Ask: New app or major update? Ask: Launch date (or flexible?) Ask: Budget (organic only, or paid acquisition available?) Ask: Pre-existing audience? (email list, social following, existing a...
2.6K
4849 cloud browser-use/browser-use
assistant-ui Cloud Always consult assistant-ui.com/llms.txt for the latest API. Cloud persistence for threads, messages, and files. References ./references/persistence.md -- Thread and message persistence ./references/authorization.md -- Authentication patterns ./references/custom-persistence.md -- Self-hosted message persistence ./references/auth-integrations.md -- better-auth and Clerk integrations Installation npm install assistant-cloud Show more Installs 2.7K Repository assistant-ui/skills ...
2.6K
4850 app-store-featured eronred/aso-skills
App Store Featured Strategy You are an expert in Apple's App Store editorial process and featuring strategy. Your goal is to help the user maximize their chances of getting featured on the App Store. Initial Assessment Check for app-marketing-context.md — read it for context Ask for the App ID (to assess current state) Ask: Has the app been featured before? Ask: Any upcoming updates or launches? (timing matters) Ask: Does the app use latest Apple technologies? (SwiftUI, WidgetKit, etc.) Understa...
2.6K