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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,413
总 Skills
88.7M
总安装量
2,575
贡献者
# Skill 仓库 描述 安装量
3101 crypto-report aahl/skills
No SKILL.md available for this skill. View on GitHub
2.1K
3102 paperclip paperclipai/paperclip
Paperclip Skill You run in heartbeats — short execution windows triggered by Paperclip. Each heartbeat, you wake up, check your work, do something useful, and exit. You do not run continuously. Authentication Env vars auto-injected: PAPERCLIP_AGENT_ID , PAPERCLIP_COMPANY_ID , PAPERCLIP_API_URL , PAPERCLIP_RUN_ID . Optional wake-context vars may also be present: PAPERCLIP_TASK_ID (issue/task that triggered this wake), PAPERCLIP_WAKE_REASON (why this run was triggered), PAPERCLIP_WAKE_COMMENT_ID (...
2.1K
3103 ios-networking dpearson2699/swift-ios-skills
iOS Networking Modern networking patterns for iOS 26+ using URLSession with async/await and structured concurrency. All examples target Swift 6.2. No third-party dependencies required -- URLSession covers the vast majority of networking needs. Contents Core URLSession async/await API Client Architecture Error Handling Pagination Network Reachability Configuring URLSession Common Mistakes Review Checklist References Core URLSession async/await URLSession gained native async/await overloads in iOS...
2.1K
3104 release schpet/linear-cli
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
2.1K
3105 primitives assistant-ui/skills
Always consult [assistant-ui.com/llms.txt](https://assistant-ui.com/llms.txt) for latest API. Composable, unstyled components following Radix UI patterns. References - [./references/thread.md](https://github.com/assistant-ui/skills/blob/main/assistant-ui/skills/primitives/./references/thread.md) -- ThreadPrimitive deep dive - [./references/composer.md](https://github.com/assistant-ui/skills/blob/main/assistant-ui/skills/primitives/./references/composer.md) -- ComposerPrimitive deep dive - ...
2.1K
3106 mom-test wondelai/skills
The Mom Test Framework Framework for having useful customer conversations that won't lead you astray. Based on a fundamental truth: everyone is lying to you -- not because they're malicious, but because you're asking the wrong questions. Your mom will tell you your idea is great because she loves you. Investors, friends, and even potential customers will do the same. The Mom Test provides rules for asking questions so good that even your mom can't lie to you. Core Principle Good customer convers...
2.1K
3107 crossing-the-chasm wondelai/skills
Crossing the Chasm Framework Strategic framework for marketing and selling disruptive technology products, particularly for transitioning from early adopters to mainstream customers. Core Principle There is a chasm between early adopters and the mainstream market. Most tech companies fail not because they can't build great products, but because they can't cross from visionaries who love new technology to pragmatists who just want solutions that work. The foundation: Early adopters and mainstream...
2.1K
3108 tools assistant-ui/skills
assistant-ui Tools Always consult assistant-ui.com/llms.txt for latest API. Tools let LLMs trigger actions with custom UI rendering. References ./references/make-tool.md -- makeAssistantTool/useAssistantTool ./references/tool-ui.md -- makeAssistantToolUI rendering ./references/human-in-loop.md -- Confirmation patterns Tool Types Where does the tool execute? ├─ Backend (LLM calls API) → AI SDK tool() │ └─ Want custom UI? → makeAssistantToolUI └─ Frontend (browser-only) → makeAssistantTool ...
2.1K
3109 building-storefronts medusajs/medusa-agent-skills
Medusa Storefront Development Frontend integration guide for building storefronts with Medusa. Covers SDK usage, React Query patterns, and calling custom API routes. When to Apply Load this skill for ANY storefront development task, including: Calling custom Medusa API routes from the storefront Integrating Medusa SDK in frontend applications Using React Query for data fetching Implementing mutations with optimistic updates Error handling and cache invalidation Also load building-with-medus...
2.1K
3110 trigger-tasks triggerdotdev/skills
Build durable background tasks that run reliably with automatic retries, queuing, and observability. When to Use - Creating background jobs or async workflows - Building AI agents that need long-running execution - Processing webhooks, emails, or file uploads - Scheduling recurring tasks (cron) - Any work that shouldn't block your main application Critical Rules - Always use `@trigger.dev/sdk` — never use deprecated `client.defineJob` - Check `result.ok` before accessing `result.outpu...
2.1K
3111 wp-block-development wordpress/agent-skills
WP Block Development When to use Use this skill for block work such as: creating a new block, or updating an existing one changing block.json (scripts/styles/supports/attributes/render/viewScriptModule) fixing “block invalid / not saving / attributes not persisting” adding dynamic rendering ( render.php / render_callback ) block deprecations and migrations ( deprecated versions) build tooling for blocks ( @wordpress/scripts , @wordpress/create-block , wp-env ) Inputs required Repo root and targe...
2.1K
3112 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.1K
3113 ios-localization dpearson2699/swift-ios-skills
iOS Localization & Internationalization Localize iOS 26+ apps using String Catalogs, modern string types, FormatStyle, and RTL-aware layout. Localization mistakes cause App Store rejections in non-English markets, mistranslated UI, and broken layouts. Ship with correct localization from the start. Contents String Catalogs (.xcstrings) String Types -- Decision Guide String Interpolation in Localized Strings Pluralization FormatStyle -- Locale-Aware Formatting Right-to-Left (RTL) Layout Common Mis...
2.1K
3114 contagious wondelai/skills
Word-of-Mouth & Virality Framework A framework for engineering word-of-mouth and making products, ideas, and content contagious. Based on Jonah Berger's research into why certain things catch on while others languish in obscurity — and how to systematically tip the odds in your favor. Core Principle Virality is not born — it is engineered. Products don't go viral by luck or by simply being great. They spread because they were designed — consciously or unconsciously — to be shared. The foundation...
2.1K
3115 high-perf-browser wondelai/skills
High Performance Browser Networking Framework A systematic approach to web performance optimization grounded in how browsers, protocols, and networks actually work. Apply these principles when building frontend applications, reviewing performance budgets, configuring servers, or diagnosing slow page loads. Core Principle Latency, not bandwidth, is the bottleneck. Most web performance problems stem from too many round trips, not too little throughput. A 5x bandwidth increase yields diminishing re...
2.1K
3116 release-it wondelai/skills
Release It! Framework Framework for designing, deploying, and operating production-ready software systems. Based on a fundamental truth: the software that passes QA is not the software that survives production. Production is a hostile environment -- and your system must be built to expect and handle failure at every level. Core Principle Every system will eventually be pushed beyond its design limits. The question is not whether failures will happen, but whether your system degrades gracefully o...
2.1K
3117 liteparse run-llama/llamaparse-agent-skills
LiteParse Skill Parse unstructured documents (PDF, DOCX, PPTX, XLSX, images, and more) locally with LiteParse: fast, lightweight, no cloud dependencies or LLM required. Initial Setup When this skill is invoked, respond with: I'm ready to use LiteParse to parse files locally. Before we begin, please confirm that: - `@llamaindex/liteparse` is installed globally (`npm i -g @llamaindex/liteparse`) - The `lit` CLI command is available in your terminal If both are set, please provide: 1. One or more f...
2.1K
3118 ddia-systems wondelai/skills
Designing Data-Intensive Applications Framework A principled approach to building reliable, scalable, and maintainable data systems. Apply these principles when choosing databases, designing schemas, architecting distributed systems, or reasoning about consistency and fault tolerance. Core Principle Data outlives code. Applications are rewritten, languages change, frameworks come and go -- but data and its structure persist for decades. Every architectural decision must prioritize the long-term ...
2.1K
3119 github steipete/clawdis
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
2.1K
3120 migrate-oxfmt oxc-project/oxc
This skill guides you through migrating a JavaScript/TypeScript project from Prettier or Biome to Oxfmt . Overview Oxfmt is a high-performance, Prettier-compatible code formatter. Most Prettier options are supported directly. An automated migration tool is built into oxfmt, supporting both Prettier and Biome as migration sources. Step 1: Run Automated Migration From Prettier npx oxfmt@latest --migrate prettier This will: Find and read your Prettier config (any format Prettier supports) Create .o...
2.1K
3121 runtime assistant-ui/skills
assistant-ui Runtime Always consult assistant-ui.com/llms.txt for latest API. References ./references/local-runtime.md -- useLocalRuntime deep dive ./references/external-store.md -- useExternalStoreRuntime deep dive ./references/thread-list.md -- Thread list management ./references/state-hooks.md -- State access hooks ./references/types.md -- Type definitions Runtime Hierarchy AssistantRuntime ├── ThreadListRuntime (thread management) │ ├── ThreadListItemRuntime (per-thread item) │ └── ......
2.1K
3122 android-device-automation web-infra-dev/midscene-skills
Android Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time fo...
2.1K
3123 nature-paper2ppt yuan1z0825/nature-skills
Purpose Transform a scientific paper or paper-derived notes into a complete Chinese, figure-integrated PPTX presentation package with a Nature-style reporting logic. The skill must not stop at an outline or script. The expected end product is a real .pptx deck. Keep supporting files minimal unless the user asks for more traceability. Use this skill for papers across scientific fields, including: life sciences and medicine chemistry and materials science environmental and earth sciences physics a...
2.1K
3124 onboarding launchdarkly/agent-skills
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already cove...
2.1K
3125 iot markdown-viewer/skills
IoT Architecture Diagram Generator Quick Start: Select device/sensor icons → Place edge gateways → Connect to cloud services → Group into zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for typical IoT data flows (Device → Edge → Cloud) Use mxgraph.aws4.* stencil syntax for IoT service and device i...
2.1K
3126 ux-copy anthropics/knowledge-work-plugins
/ux-copy If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Write or review UX copy for any interface context. Usage /ux-copy $ARGUMENTS What I Need From You Context : What screen, flow, or feature? User state : What is the user trying to do? How are they feeling? Tone : Formal, friendly, playful, reassuring? Constraints : Character limits, platform guidelines? Principles Clear : Say exactly what you mean. No jargon, no ambiguity. Concise : Use the...
2.1K
3127 discord steipete/clawdis
Discord (Via message ) Use the message tool. No provider-specific discord tool exposed to the agent. Musts Always: channel: "discord" . Respect gating: channels.discord.actions.* (some default off: roles , moderation , presence , channels ). Prefer explicit ids: guildId , channelId , messageId , userId . Multi-account: optional accountId . Guidelines Avoid Markdown tables in outbound Discord messages. Mention users as <@USER_ID> . Prefer Discord components v2 ( components ) for rich UI; use lega...
2.1K
3128 nature-data yuan1z0825/nature-skills
Nature Data Availability Skill Use this skill to turn a manuscript's supporting data into a transparent, Nature-ready data availability package: statement text, repository plan, dataset citations, and missing-information flags. The governing policy layer is Springer Nature / Nature Portfolio data policy. The implementation layer is FAIR data practice and DataCite-style citation metadata. Chinese-user operating mode When the user writes in Chinese, provides a Chinese manuscript note, or asks for ...
2.1K
3129 golang-graphql samber/cc-skills-golang
Persona: You are a Go GraphQL engineer. You design schemas deliberately, batch database access to prevent N+1, and treat query complexity limits as non-optional in production. Modes: Build mode — generating new schemas, resolvers, or server setup: follow the skill's sequential instructions; launch a background agent to grep for existing resolver patterns and naming conventions before generating new code. Review mode — auditing a GraphQL codebase or PR: use a sub-agent to scan for N+1 resolver pa...
2.1K
3130 drive-motivation wondelai/skills
Drive Motivation Framework Framework for designing motivation systems in products, teams, and organizations based on the science of what actually motivates humans. Replaces outdated carrot-and-stick thinking with intrinsic motivation. Core Principle The secret to high performance isn't rewards and punishment — it's the deeply human need to direct our own lives, learn and create new things, and do better for ourselves and our world. The foundation: For any task requiring even rudimentary cognitiv...
2.1K
3131 traction-eos wondelai/skills
Entrepreneurial Operating System (EOS) A complete system for running a business with six key components. Designed for entrepreneurial companies ($2M-$50M revenue, 10-250 employees) that want to align vision and execution. Core Principle Most businesses suffer from the same core issues: people, vision, traction. EOS provides a simple, complete operating system that strengthens the Six Key Components of any organization. The foundation: Great vision without traction is hallucination. Traction with...
2.1K
3132 terraform-search-import hashicorp/agent-skills
Terraform Search and Bulk Import Discover existing cloud resources using declarative queries and generate configuration for bulk import into Terraform state. References: Terraform Search - list block Bulk Import When to Use Bringing unmanaged resources under Terraform control Auditing existing cloud infrastructure Migrating from manual provisioning to IaC Discovering resources across multiple regions/accounts IMPORTANT: Check Provider Support First BEFORE starting, you MUST verify the target res...
2.1K
3133 stitch::extract-design-md google-labs-code/stitch-skills
Extract Design System from Frontend Code Analyze frontend source code to extract a comprehensive design system document (DESIGN.md) that captures the project's visual language — colors, typography, spacing, component patterns, and layout principles — directly from the source files, without needing to build or render the application. Why This Exists The design-md skill works from rendered HTML. But often you have a codebase and want to understand its design system before you can even run the app ...
2.1K
3134 continuous-discovery wondelai/skills
Continuous Discovery Habits Framework Framework for building a sustainable, weekly practice of customer discovery that keeps product teams making progress toward desired outcomes. Rather than treating discovery as a phase that happens before development, this framework embeds customer learning into the ongoing rhythm of product work so that every decision is informed by fresh evidence. Core Principle Good product discovery requires a continuous cadence, not a one-time event. Teams that talk to c...
2.1K
3135 thread-list assistant-ui/skills
assistant-ui Thread List Always consult assistant-ui.com/llms.txt for latest API. Manage multiple chat threads with built-in or custom UI. References ./references/management.md -- Thread CRUD operations ./references/custom-ui.md -- Custom thread list UI Quick Start Thread list is available with useChatRuntime + cloud: import { AssistantCloud } from "assistant-cloud"; import { useChatRuntime, AssistantChatTransport } from "@assistant-ui/react-ai-sdk"; import { AssistantRuntimeProvider, Threa...
2.1K
3136 expo-observe expo/skills
EAS Observe EAS Observe tracks startup, navigation, and custom-event performance from production Expo apps. Source of truth: https://docs.expo.dev/eas/observe/ — always consult the canonical docs when API details matter, especially get-started, configuration, integrations, and the metrics reference. EAS Observe is evolving; this skill's references are written to stay accurate but may lag the docs. Which reference to read The three reference files in ./references/ cover the three things people ty...
2.1K
3137 i18n-localization sickn33/antigravity-awesome-skills
i18n & Localization Internationalization (i18n) and Localization (L10n) best practices. 1. Core Concepts Term Meaning i18n Internationalization - making app translatable L10n Localization - actual translations Locale Language + Region (en-US, tr-TR) RTL Right-to-left languages (Arabic, Hebrew) 2. When to Use i18n Project Type i18n Needed? Public web app ✅ Yes SaaS product ✅ Yes Internal tool ⚠️ Maybe Single-region app ⚠️ Consider future Personal project ❌ Optional 3. Implementation Patterns Reac...
2.1K
3138 vibe-coding refoundai/lenny-skills
Vibe Coding Help the user build software using AI tools and natural language, using frameworks and insights from 3 product leaders. How to Help When the user asks for help with vibe coding: Understand the goal - Ask what they're trying to build and who it's for (prototype, internal tool, production app) Guide the approach - Help them break down the problem into smaller pieces for iterative AI prompts Set expectations - Discuss what vibe coding is good for (prototypes, MVPs) versus when professio...
2.1K
3139 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.1K
3140 security markdown-viewer/skills
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
2.1K
3141 push-notifications dpearson2699/swift-ios-skills
Push Notifications Implement, review, and debug local and remote notifications on iOS/macOS using UserNotifications and APNs. Covers permission flow, token registration, payload structure, foreground handling, notification actions, grouping, and rich notifications. Targets iOS 26+ with Swift 6.2, backward-compatible to iOS 16 unless noted. Contents Permission Flow APNs Registration Local Notifications Remote Notification Payload Notification Handling Notification Actions and Categories Notificat...
2.1K
3142 wacli steipete/clawdis
wacli Use wacli only when the user explicitly asks you to message someone else on WhatsApp or when they ask to sync/search WhatsApp history. Do NOT use wacli for normal user chats; OpenClaw routes WhatsApp conversations automatically. If the user is chatting with you on WhatsApp, you should not reach for this tool unless they ask you to contact a third party. Safety Require explicit recipient + message text. Confirm recipient + message before sending. If anything is ambiguous, ask a clarifying q...
2.1K
3143 model-usage steipete/clawdis
Model usage Overview Get per-model usage cost from CodexBar's local cost logs. Supports "current model" (most recent daily entry) or "all models" summaries for Codex or Claude. TODO: add Linux CLI support guidance once CodexBar CLI install path is documented for Linux. Quick start Fetch cost JSON via CodexBar CLI or pass a JSON file. Use the bundled script to summarize by model. python { baseDir } /scripts/model_usage.py --provider codex --mode current python { baseDir } /scripts/model_usage.py ...
2.1K
3144 okx-a2a-payment okx/onchainos-skills
Onchain OS A2A Payment Wrap the onchainos payment a2a-pay CLI surface end-to-end for both seller and buyer roles. Buyer-side trust is delegated to the upstream caller — when invoked with a paymentId , the skill fetches the on-server challenge, TEE-signs it as-is, submits the credential, and auto-polls payment status to a terminal state. Skill Routing This skill only covers internal a2a payments issued via onchainos payment a2a-pay . If the request fits one of the intents below, route to the corr...
2.1K
3145 stitch::manage-design-system google-labs-code/stitch-skills
Design-System Create a "source of truth" for your project's design language to ensure consistency across all future screens. [!NOTE] Refer to your system prompt for instruction on handling MCP tool prefixes for all tools mentioned in this skill (e.g., get_screen , create_design_system_from_design_md , apply_design_system ). 📥 Retrieval To analyze a Stitch project, you must retrieve metadata and assets using the Stitch MCP tools: Show more
2.1K
3146 respond-to-pr-comments-in-blocklist warpdotdev/common-skills
Respond to PR comments in blocklist Use this skill to respond to PR comments on the current branch. If comments are already visible in the conversation, typically from the built-in /pr-comments skill, continue from that context. If comments are not already visible, fetch and display them first, then guide the user through each actionable comment, collect an explicit decision, make requested code changes, and only then ask for approval before posting GitHub replies or resolving review threads. Pr...
2.1K
3147 fastapi jezweb/claude-skills
FastAPI Official FastAPI skill to write code with best practices, keeping up to date with new versions and features. Use the fastapi CLI Run the development server on localhost with reload: fastapi dev Run the production server: fastapi run Add an entrypoint in pyproject.toml FastAPI CLI will read the entrypoint in pyproject.toml to know where the FastAPI app is declared. [ tool.fastapi ] entrypoint = "my_app.main:app" Use fastapi with a path When adding the entrypoint to pyproject.toml is not p...
2K
3148 frontend-ui-ux-engineer 404kidwiz/claude-supercode-skills
Provides frontend design and development expertise specializing in creating visually stunning, user-centric interfaces without requiring design mockups. Crafts beautiful UI/UX with creative design thinking, advanced styling, animations, and accessibility best practices for modern web applications. When to Use - Need to transform functional UI into visually stunning interfaces - Design mockups don't exist but beautiful UI is required - Visual polish and micro-interactions are priority - Com...
2K
3149 assets binance/binance-skills-hub
Binance Assets Skill Assets request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/account/apiTradingStatus (GET) Account API Trading Status (USER_DATA) None recvWindow Yes /sapi/v1/account/info (GET) Account info (USER_DATA) None recvWindow Yes /sapi/v1/account/status (GET) Account Status (USER_DATA) None recvWindow Yes /sapi/v1/a...
2K
3150 alpha binance/binance-skills-hub
Binance Alpha Skill Alpha request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /bapi/defi/v1/public/alpha-trade/ticker (GET) Ticker (24hr Price Statistics) symbol None No /bapi/defi/v1/public/alpha-trade/agg-trades (GET) Aggregated Trades symbol fromId, startTime, endTime, limit No /bapi/defi/v1/public/alpha-trade/get-exchange-info (GET) ...
2K