███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 451 | value | hugmouse/skills |
Value This skill does absolutely nothing. When to Use This Skill Never.
|
35.5K |
| 452 | ai-research-explore | lllllllama/rigorpilot-skills |
No SKILL.md available for this skill. View on GitHub
|
35.5K |
| 453 | request-refactor-plan | mattpocock/skills |
This skill will be invoked when the user wants to create a refactor request. You should go through the steps below. You may skip steps if you don't consider them necessary. Ask the user for a long, detailed description of the problem they want to solve and any potential ideas for solutions. Explore the repo to verify their assertions and understand the current state of the codebase. Ask whether they have considered other options, and present other options to them. Interview the user about the im...
|
35.3K |
| 454 | teach | mattpocock/skills |
No SKILL.md available for this skill. View on GitHub
|
35.3K |
| 455 | expo-tailwind-setup | expo/skills |
Tailwind CSS Setup for Expo with react-native-css This guide covers setting up Tailwind CSS v4 in Expo using react-native-css and NativeWind v5 for universal styling across iOS, Android, and Web. Overview This setup uses: Tailwind CSS v4 - Modern CSS-first configuration react-native-css - CSS runtime for React Native NativeWind v5 - Metro transformer for Tailwind in React Native @tailwindcss/postcss - PostCSS plugin for Tailwind v4 Installation Install dependencies npx expo install tailwind...
|
35K |
| 456 | pexo-agent | pexoai/pexo-skills |
Pexo — Your AI Creative Partner Say it. See it. Shape it. Ship it. Use when: The user wants to create content and expects a finished result — not raw assets to assemble. If someone can describe what they're imagining, Pexo can make it with them. Pexo is not a tool you operate. It's a creative partner you talk to. Describe your idea like you're texting a friend — messy, half-baked, vibes-only, whatever. Pexo picks up on your intent, suggests directions you didn't think of, pulls from the best AI ...
|
35K |
| 457 | gws-gmail | googleworkspace/cli |
gmail (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws gmail < resource > < method > [ flags ] Helper Commands Command Description +send Send an email +triage Show unread inbox summary (sender, subject, date) +reply Reply to a message (handles threading automatically) +reply-all Reply-all to a message (handles threading automatically) +forward Forward a message to new recipients +watch Watch for new e...
|
34.9K |
| 458 | upgrade-stripe | stripe/ai |
Upgrading Stripe Versions This skill covers upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. Understanding Stripe API Versioning Stripe uses date-based API versions (e.g., 2025-12-15.clover, 2025-08-27.basil, 2024-12-18.acacia). Your account's API version determines request/response behavior. Types of Changes Backward-Compatible Changes (do not require code updates): New API resources New optional request parameters New properties in existing responses Changes t...
|
34.9K |
| 459 | azure-postgres | microsoft/github-copilot-for-azure |
Azure Database for PostgreSQL Configure passwordless authentication with Microsoft Entra ID for existing Azure Database for PostgreSQL Flexible Server. This skill focuses on setting up Entra ID authentication, managing user access, and migrating from password-based authentication. Primary use cases: Migrating existing PostgreSQL databases from password to Entra ID authentication Setting up developer access with Azure identities Configuring managed identity access for Azure-hosted applications Ma...
|
34.8K |
| 460 | git-commit | github/awesome-copilot |
Git Commit with Conventional Commits Overview Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message. Conventional Commit Format <type>[optional scope]: <description> [optional body] [optional footer(s)] Commit Types Type Purpose feat New feature fix Bug fix docs Documentation only style Formatting/style (no logic) refactor Code refactor (no feature/fix) perf Performance improvement test Ad...
|
34.8K |
| 461 | wonda-cli | degausai/wonda |
Wonda CLI Wonda CLI is a content creation toolkit for terminal-based agents. Use it to generate images, videos, music, and audio; edit and compose media; publish to social platforms; and research/automate across LinkedIn, Reddit, and X/Twitter. Install If wonda is not found on PATH, install it first: npm npm i -g @degausai/wonda Homebrew brew tap degausai/tap && brew install wonda Setup Auth : wonda auth login (opens browser, recommended) or set WONDERCAT_API_KEY env var Verify : wonda auth ch...
|
34.7K |
| 462 | design-taste-frontend-v1 | leonxlnx/taste-skill |
No SKILL.md available for this skill. View on GitHub
|
34.7K |
| 463 | next-cache-components | vercel-labs/next-skills |
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
|
34.4K |
| 464 | ubiquitous-language | mattpocock/skills |
Ubiquitous Language Extract and formalize domain terminology from the current conversation into a consistent glossary, saved to a local file. Process Scan the conversation for domain-relevant nouns, verbs, and concepts Identify problems : Same word used for different concepts (ambiguity) Different words used for the same concept (synonyms) Vague or overloaded terms Propose a canonical glossary with opinionated term choices Write to UBIQUITOUS_LANGUAGE.md in the working directory using the format...
|
34.3K |
| 465 | opentui | msmps/opentui-skill |
OpenTUI Platform Skill Consolidated skill for building terminal user interfaces with OpenTUI. Use decision trees below to find the right framework and components, then load detailed references. Critical Rules Follow these rules in all OpenTUI code: Use create-tui for new projects. See framework README.md quick starts. create-tui options must come before arguments. bunx create-tui -t react my-app works, bunx create-tui my-app -t react does NOT. Never call process.exit() directly. Use renderer...
|
34.2K |
| 466 | firebase-ai-logic | firebase/agent-skills |
Firebase AI Logic Basics Overview Firebase AI Logic is a product of Firebase that allows developers to add gen AI to their mobile and web apps using client-side SDKs. You can call Gemini models directly from your app without managing a dedicated backend. Firebase AI Logic, which was previously known as "Vertex AI for Firebase", represents the evolution of Google's AI integration platform for mobile and web developers. It supports the two Gemini API providers: Gemini Developer API : It has a free...
|
34.1K |
| 467 | expo-deployment | expo/skills |
Deployment This skill covers deploying Expo applications across all platforms using EAS (Expo Application Services). References Consult these resources as needed: ./references/workflows.md -- CI/CD workflows for automated deployments and PR previews ./references/testflight.md -- Submitting iOS builds to TestFlight for beta testing ./references/app-store-metadata.md -- Managing App Store metadata and ASO optimization ./references/play-store.md -- Submitting Android builds to Google Play Store ./r...
|
33.6K |
| 468 | expo-dev-client | expo/skills |
Use EAS Build to create development clients for testing native code changes on physical devices. Use this for creating custom Expo Go clients for testing branches of your app. Important: When Development Clients Are Needed Only create development clients when your app requires custom native code. Most apps work fine in Expo Go. You need a dev client ONLY when using: Local Expo modules (custom native code) Apple targets (widgets, app clips, extensions) Third-party native modules not in Expo Go Tr...
|
33.6K |
| 469 | developing-genkit-python | firebase/agent-skills |
Genkit Python Prerequisites Runtime : Python 3.14+ , uv for deps ( install ). CLI : genkit --version — install via npm install -g genkit-cli if missing. New projects: Setup (bootstrap + env). Patterns and code samples: Examples . Hello World from genkit import Genkit from genkit . plugins . google_genai import GoogleAI ai = Genkit ( plugins = [ GoogleAI ( ) ] , model = 'googleai/gemini-flash-latest' , ) async def main ( ) : response = await ai . generate ( prompt = 'Tell me a joke about Python.'...
|
33.5K |
| 470 | gws-drive | googleworkspace/cli |
drive (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws drive < resource > < method > [ flags ] Helper Commands Command Description +upload Upload a file with automatic metadata API Resources about get — Gets information about the user, the user's Drive, and system capabilities. For more information, see Return user info . Required: The fields parameter must be set. To return the exact fields you need,...
|
33.4K |
| 471 | expo-cicd-workflows | expo/skills |
EAS Workflows Skill Help developers write and edit EAS CI/CD workflow YAML files. Reference Documentation Fetch these resources before generating or validating workflow files. Use the fetch script (implemented using Node.js) in this skill's scripts/ directory; it caches responses using ETags for efficiency: Fetch resources node {baseDir}/scripts/fetch.js <url> JSON Schema — https://api.expo.dev/v2/workflows/schema It is NECESSARY to fetch this schema Source of truth for validation All jo...
|
33.4K |
| 472 | gws-docs | googleworkspace/cli |
docs (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws docs < resource > < method > [ flags ] Helper Commands Command Description +write Append text to a document API Resources documents batchUpdate — Applies one or more updates to the document. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have ...
|
33.3K |
| 473 | nia | nozomio-labs/nia-skill |
Nia Skill Direct API access to Nia for indexing and searching code repositories, documentation, research papers, HuggingFace datasets, local folders, Slack workspaces, and packages. Nia provides tools for indexing and searching external repositories, research papers, documentation, packages, and performing AI-powered research. Its primary goal is to reduce hallucinations in LLMs and provide up-to-date context for AI agents. Setup Get your API key Either: Run npx nia-wizard@latest (guided setup) ...
|
33.3K |
| 474 | replicas-agent | replicas-group/skill |
Replicas Agent You are a background coding agent running inside a Replicas cloud workspace (a remote VM). This guide covers capabilities and best practices specific to this environment. Preview URLs When you run services on ports — such as a web app, API server, or database — humans may want to interact with them directly. You can expose your locally running services as public preview URLs. Creating Previews Expose a local port as a public URL replicas preview create < port > List all active p...
|
32.8K |
| 475 | ai-sdk | vercel/ai |
Prerequisites Before searching docs, check if node_modules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai ). Do not install other packages at this stage. Provider packages (e.g., @ai-sdk/openai ) and client packages (e.g., @ai-sdk/react ) should be installed later when needed based on user requirements. Critical: Do Not Trust Internal Knowledge Everything you know about the AI SDK is outdated or wrong. Your training data contains obsol...
|
32.8K |
| 476 | git-guardrails-claude-code | mattpocock/skills |
Setup Git Guardrails Sets up a PreToolUse hook that intercepts and blocks dangerous git commands before Claude executes them. What Gets Blocked git push (all variants including --force ) git reset --hard git clean -f / git clean -fd git branch -D git checkout . / git restore . When blocked, Claude sees a message telling it that it does not have authority to access these commands. Steps 1. Ask scope Ask the user: install for this project only ( .claude/settings.json ) or all projects ( ~/.claude/...
|
32.3K |
| 477 | gws-calendar | googleworkspace/cli |
calendar (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws calendar < resource > < method > [ flags ] Helper Commands Command Description +insert create a new event +agenda Show upcoming events across all calendars API Resources acl delete — Deletes an access control rule. get — Returns an access control rule. insert — Creates an access control rule. list — Returns the rules in the access control list ...
|
32K |
| 478 | web-search | infsh-skills/skills |
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
|
31.9K |
| 479 | gws-sheets | googleworkspace/cli |
sheets (v4) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws sheets < resource > < method > [ flags ] Helper Commands Command Description +append Append a row to a spreadsheet +read Read values from a spreadsheet API Resources spreadsheets batchUpdate — Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fa...
|
31.9K |
| 480 | python-executor | infsh-skills/skills |
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Run Python code belt app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Timeout 1-300 seconds (default: 30) Input Schema { "code" : "pr...
|
31.6K |
| 481 | twitter-automation | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 75.6K Repository qu-skills/skills GitHub Stars 511 First Seen 3 days ago
|
31.6K |
| 482 | remotion-render | infsh-skills/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 75.0K Repository qu-skills/skills GitHub Stars 511 First Seen 3 days ago
|
31.6K |
| 483 | expo-api-routes | expo/skills |
When to Use API Routes Use API routes when you need: Server-side secrets — API keys, database credentials, or tokens that must never reach the client Database operations — Direct database queries that shouldn't be exposed Third-party API proxies — Hide API keys when calling external services (OpenAI, Stripe, etc.) Server-side validation — Validate data before database writes Webhook endpoints — Receive callbacks from services like Stripe or GitHub Rate limiting — Control access at the server l...
|
31.6K |
| 484 | agent-browser | infsh-skills/skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
31.5K |
| 485 | solana-dev | solana-foundation/solana-dev-skill |
Solana Development Skill (framework-kit-first) What this Skill is for Use this Skill when the user asks for: Solana dApp UI work (React / Next.js) Wallet connection + signing flows Transaction building / sending / confirmation UX On-chain program development (Anchor or Pinocchio) Client SDK generation (typed program clients) Local testing (LiteSVM, Mollusk, Surfpool) Security hardening and audit-style reviews Confidential transfers (Token-2022 ZK extension) Toolchain setup, version mismatches, G...
|
31.5K |
| 486 | stripe-projects | stripe/ai |
Stripe Projects is a CLI for provisioning software stacks. Docs are here: https://docs.stripe.com/projects.md Download the Projects CLI and run stripe projects init to get started. You get access to more skills when you do that. To install the Stripe CLI and Projects plugin, Homebrew users can run brew install stripe/stripe-cli/stripe && stripe plugin install projects . For other installation options, see https://docs.stripe.com/stripe-cli/install.md . After stripe projects init , prefer the loc...
|
31.3K |
| 487 | qa | mattpocock/skills |
QA Session Run an interactive QA session. The user describes problems they're encountering. You clarify, explore the codebase for context, and file GitHub issues that are durable, user-focused, and use the project's domain language. For each issue the user raises 1. Listen and lightly clarify Let the user describe the problem in their own words. Ask at most 2-3 short clarifying questions focused on: What they expected vs what actually happened Steps to reproduce (if not obvious) Whether it's con...
|
31.3K |
| 488 | obsidian-vault | mattpocock/skills |
Obsidian Vault Vault location /mnt/d/Obsidian Vault/AI Research/ Mostly flat at root level. Naming conventions Index notes : aggregate related topics (e.g., Ralph Wiggum Index.md , Skills Index.md , RAG Index.md ) Title case for all note names No folders for organization - use links and index notes instead Linking Use Obsidian [[wikilinks]] syntax: [[Note Title]] Notes link to dependencies/related notes at the bottom Index notes are just lists of [[wikilinks]] Workflows Search for notes Search ...
|
31.2K |
| 489 | planning-with-files | othmanadi/planning-with-files |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
31.1K |
| 490 | json-canvas | kepano/obsidian-skills |
JSON Canvas Skill This skill enables skills-compatible agents to create and edit valid JSON Canvas files (.canvas) used in Obsidian and other applications. Overview JSON Canvas is an open file format for infinite canvas data. Canvas files use the .canvas extension and contain valid JSON following the JSON Canvas Spec 1.0. File Structure A canvas file contains two top-level arrays: { "nodes": [], "edges": [] } nodes (optional): Array of node objects edges (optional): Array of edge obje...
|
30.8K |
| 491 | browser-act | browser-act/skills |
Browser Automation with browser-act CLI browser-act is a CLI for browser automation with stealth and captcha solving capabilities. It supports two browser types (Stealth and Real Chrome) and provides commands for navigation, page interaction, data extraction, tab/session management, and more. All commands output human-readable text by default. Use --format json for structured JSON output, ideal for AI agent integration and scripting. Installation Source: browser-act-cli on PyPI Upgrade if insta...
|
30.8K |
| 492 | shape | pbakaus/impeccable |
MANDATORY PREPARATION Invoke /impeccable, which 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. Shape the UX and UI for a feature before any code is written. This skill produces a design brief : a structured artifact that guides implementation through discovery, not guesswork. Scope : Design planning only. This skill does NOT write code. It produces the th...
|
30.4K |
| 493 | self-improving-agent | charon-fan/agent-playbook |
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
|
30.2K |
| 494 | edit-article | mattpocock/skills |
First, divide the article into sections based on its headings. Think about the main points you want to make during those sections. Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies. Confirm the sections with the user. For each section: 2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per p...
|
30.1K |
| 495 | setup-pre-commit | mattpocock/skills |
Setup Pre-Commit Hooks What This Sets Up Husky pre-commit hook lint-staged running Prettier on all staged files Prettier config (if missing) typecheck and test scripts in the pre-commit hook Steps 1. Detect package manager Check for package-lock.json (npm), pnpm-lock.yaml (pnpm), yarn.lock (yarn), bun.lockb (bun). Use whichever is present. Default to npm if unclear. 2. Install dependencies Install as devDependencies: husky lint-staged prettier 3. Initialize Husky npx husky init This creates .hus...
|
29.9K |
| 496 | defuddle | kepano/obsidian-skills |
Defuddle Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage. If not installed: npm install -g defuddle Usage Always use --md for markdown output: defuddle parse < url > --md Save to file: defuddle parse < url > --md -o content.md Extract specific metadata: defuddle parse < url > -p title defuddle parse < url > -p description defuddle parse < url > -p domain Output formats F...
|
29.8K |
| 497 | anysearch | anysearch-ai/anysearch-skill |
Installation Guide for AI Agents When an AI agent is asked by the user to install this skill, follow the workflow below: Step 1 — Confirm with the user Before writing any file or running any shell command, confirm with the user: The source URL (where the skill files come from) The target path (where to install, e.g. ~/.openclaw/skills/anysearch/ ) Whether to overwrite existing files Step 2 — Check for existing trigger rule Check whether the agent's core instructions already declare a trigger rul...
|
29.7K |
| 498 | seo-geo | resciencelab/opc-skills |
SEO/GEO Optimization Skill Comprehensive SEO and GEO (Generative Engine Optimization) for websites. Optimize for both traditional search engines (Google, Bing) and AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude). Quick Reference GEO = Generative Engine Optimization - Optimizing content to be cited by AI search engines. Key Insight: AI search engines don't rank pages - they cite sources. Being cited is the new "ranking 1". Workflow Step 1: Website Audit Get the target URL a...
|
29.5K |
| 499 | 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 ...
|
29.5K |
| 500 | competitor-profiling | coreyhaines31/marketingskills |
Competitor Profiling You are an expert competitive intelligence analyst. Your goal is to take a list of competitor URLs and produce comprehensive, structured competitor profile documents by combining live site scraping with SEO and market data. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not alre...
|
29.2K |