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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
8101 land odysseus0/symphony
Land Goals Ensure the PR is conflict-free with main. Keep CI green and fix failures when they occur. Squash-merge the PR once checks pass. Do not yield to the user until the PR is merged; keep the watcher loop running unless blocked. No need to delete remote branches after merge; the repo auto-deletes head branches. Preconditions gh CLI is authenticated. You are on the PR branch with a clean working tree. Steps Locate the PR for the current branch. Confirm the full gauntlet is green locally befo...
104
8102 tauri-solidjs different-ai/openwork
$ npx skills add https://github.com/different-ai/openwork --skill tauri-solidjs<div
103
8103 copywriter daffy0208/ai-dev-standards
Copywriter Skill You are an expert copywriter and brand voice guardian, specializing in direct, conversion-focused copy that adapts to each project's brand voice and tone. Project Context Discovery Before writing copy, discover the project's brand voice: Scan Project Documentation: Check .agents/SYSTEM/ARCHITECTURE.md for brand guidelines Look for brand voice documentation in project docs Review .agents/SOP/ for copywriting standards Check for existing copy examples Identify Brand Voice: Review ...
103
8104 ai-elements existential-birds/beagle
AI Elements AI Elements is a comprehensive React component library for building AI-powered user interfaces. The library provides 30+ components specifically designed for chat interfaces, tool execution visualization, reasoning displays, and workflow management. Installation Install via shadcn registry: npx shadcn@latest add https://ai-elements.vercel.app/r/ [ component-name ] Import Pattern : Components are imported from individual files, not a barrel export: // Correct - import from specific fi...
103
8105 typescript-react-patterns asyrafhussin/agent-skills
TypeScript React Patterns Comprehensive TypeScript patterns for React applications. Contains 35+ rules across 7 categories for building type-safe, maintainable React code. When to Apply Reference these guidelines when: Typing React component props Creating custom hooks with TypeScript Handling events with proper types Building generic, reusable components Fixing TypeScript errors in React code Rule Categories by Priority Priority Category Impact Prefix 1 Component Typing CRITICAL comp- 2 Hoo...
103
8106 risk-manager 404kidwiz/claude-supercode-skills
Use this skill when Working on risk manager tasks or workflows Needing guidance, best practices, or checklists for risk manager Do not use this skill when The task is unrelated to risk manager 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 risk ...
103
8107 php-guidelines-from-spatie freekmurze/dotfiles
Core Laravel Principle Follow Laravel conventions first. If Laravel has a documented way to do something, use it. Only deviate when you have a clear justification. PHP Standards Follow PSR-1, PSR-2, and PSR-12 Use camelCase for non-public-facing strings Use short nullable notation: ?string not string|null Always specify void return types when methods return nothing Class Structure Use typed properties, not docblocks: Constructor property promotion when all properties can be promoted: One trait...
103
8108 next-intl-app-router liuchiawei/agent-skills
next-intl (App Router) Setup and usage of next-intl with prefix-based locale routing (e.g. /en/about , /ja/about ). Use this skill in any Next.js App Router project. Example code: Copy-paste examples live in this skill's examples/ folder. See examples/README.md for where each file goes in your project. File layout Keep this structure: ├── messages/ │ ├── en.json │ ├── ja.json │ └── ... ├── next.config.ts └── src/ ├── i18n/ │ ├── request.ts │ ├── routing.ts │ └── navigation.ts ├── pro...
103
8109 auth0-angular auth0/agent-skills
Auth0 Angular Integration Add authentication to Angular applications using @auth0/auth0-angular. Prerequisites Angular 13+ application Auth0 account and application configured If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use AngularJS (1.x) - This SDK requires Angular 13+, use legacy solutions for AngularJS Mobile applications - Use auth0-react-native for React Native or native SDKs for Ionic Backend APIs - Use JWT validation middleware for your server lan...
103
8110 java-maven-gradle pluginagentmarketplace/custom-plugin-java
Master Java build tools for efficient project management and CI/CD integration. Overview This skill covers Maven and Gradle configuration including dependency management, plugin setup, multi-module projects, and CI/CD pipeline integration. Follows 2024-2025 best practices for both tools. When to Use This Skill Use when you need to: - Set up Maven/Gradle projects - Manage dependencies with BOMs - Configure build plugins - Optimize build performance - Set up CI/CD pipelines Topics Cov...
103
8111 risk-metrics-calculation sickn33/antigravity-awesome-skills
Risk Metrics Calculation Comprehensive risk measurement toolkit for portfolio management, including Value at Risk, Expected Shortfall, and drawdown analysis. When to Use This Skill Measuring portfolio risk Implementing risk limits Building risk dashboards Calculating risk-adjusted returns Setting position sizes Regulatory reporting Core Concepts 1. Risk Metric Categories Category Metrics Use Case Volatility Std Dev, Beta General risk Tail Risk VaR, CVaR Extreme losses Drawdown Max DD, Calmar C...
103
8112 encore-go-auth encoredev/skills
Encore Go Authentication Instructions Encore Go provides a built-in authentication system using the //encore:authhandler annotation. 1. Create an Auth Handler package auth import ( "context" "encore.dev/beta/auth" "encore.dev/beta/errs" ) // AuthParams defines what the auth handler receives type AuthParams struct { Authorization string `header:"Authorization"` } // AuthData defines what authenticated requests have access to type AuthData struct { UserID string Email ...
103
8113 video-downloader skillcreatorai/ai-agent-skills
Video Downloader This skill downloads videos from YouTube and other platforms directly to your computer. When to Use This Skill Downloading YouTube videos for offline viewing Saving educational content for reference Archiving important videos Getting video files for editing or repurposing Downloading your own content from platforms Saving conference talks or webinars What This Skill Does Downloads Videos: Fetches videos from YouTube and other platforms Quality Selection: Lets you choose resolu...
103
8114 kubernetes bobmatnyc/claude-mpm-skills
Kubernetes Quick Start (kubectl) kubectl describe pod/<pod> -n <ns> kubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 30 kubectl logs pod/<pod> -n <ns> --previous --tail=200 Production Minimums Health: readinessProbe and startupProbe for safe rollouts Resources: set requests/limits to prevent noisy-neighbor failures Security: run as non-root and grant least privilege Load Next (References) references/core-objects.md — choose the right workload/controller and service type references/...
103
8115 encore-go-testing encoredev/skills
Testing Encore Go Applications Instructions Encore Go uses standard Go testing with encore test. Run Tests Run all tests with Encore (recommended) encore test ./... Run tests for a specific package encore test ./user/... Run with verbose output encore test -v ./... Using encore test instead of go test is recommended because it: Sets up test databases automatically Provides isolated infrastructure per test Handles service dependencies Test an API Endpoint // hello/hello_test.go package ...
103
8116 xiaohongshu-search-summarizer piekill/xiaohongshu-summarizer-skill
Xiaohongshu Search and Summarize This skill automates the process of extracting high-quality multi-modal content (text + images) from Xiaohongshu (小红书) and actively assists you in generating a deeply integrated, analytical final report for the user. Due to Xiaohongshu's aggressive anti-scraping mechanisms, direct HTTP requests or naive scraping often result in 404s or blocks. This skill natively bypasses these by simulating a real user through the playwright-cli in a headed browser window. It op...
103
8117 alicloud-network-alb cinience/alicloud-skills
Category: service Application Load Balancer (ALB) Use this skill for end-to-end ALB operations via local Python scripts and OpenAPI-compatible workflows. Validation mkdir -p output/alicloud-network-alb for f in skills/network/slb/alicloud-network-alb/scripts/*.py ; do python3 -m py_compile " $f " done echo "py_compile_ok" > output/alicloud-network-alb/validate.txt Pass criteria: command exits 0 and output/alicloud-network-alb/validate.txt is generated. Output And Evidence Save all command output...
103
8118 historian-analyst rysweet/amplihack
Analyze events through the disciplinary lens of history, applying rigorous historical methods (source criticism, comparative analysis, periodization), temporal frameworks (continuity/change, causation), and historiographical perspectives to understand how the past shapes the present, identify historical patterns and precedents, and contextualize contemporary events within long-term trajectories. When to Use This Skill - Historical Contextualization: Understanding how past events shape current...
103
8119 unit-test-vue-pinia github/awesome-copilot
unit-test-vue-pinia Use this skill to create or review unit tests for Vue components, composables, and Pinia stores. Keep tests small, deterministic, and behavior-first. Workflow Identify the behavior boundary first: component UI behavior, composable behavior, or store behavior. Choose the narrowest test style that can prove that behavior. Set up Pinia with the least powerful option that still covers the scenario. Drive the test through public inputs such as props, form updates, button clicks, e...
103
8120 convex cron jobs waynesutton/convexskills
Convex Cron Jobs Schedule recurring functions for background tasks, cleanup jobs, data syncing, and automated workflows in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/scheduling/cron-jobs Scheduling Overview: https://docs.convex.dev/scheduling Scheduled Functions: https://docs.convex.dev/scheduling/scheduled-functions For broader context: https://docs.convex.dev/llms.txt Instructions Cron Jobs Ove...
103
8121 wcag-audit-patterns sickn33/antigravity-awesome-skills
WCAG Audit Patterns Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies. When to Use This Skill Conducting accessibility audits Fixing WCAG violations Implementing accessible components Preparing for accessibility lawsuits Meeting ADA/Section 508 requirements Achieving VPAT compliance Core Concepts 1. WCAG Conformance Levels Level Description Required For A Minimum accessibility Legal baseline AA Standard conformance Most regulations AAA...
103
8122 spline-3d-integration fawaz-i/spline-3d-integration
Spline 3D Integration Use this skill when a user needs to add or troubleshoot interactive Spline 3D scenes in a website or web app. When to use this skill The user wants to embed a Spline scene in React, Next.js, or vanilla JS. The user needs runtime control (events, variables, object lookup, camera behavior). The user is seeing poor performance, blank scenes, or loading issues. The user asks for implementation patterns like hero scenes or product viewers. When not to use this skill The user onl...
103
8123 runpodctl runpod/skills
Runpodctl Manage GPU pods, serverless endpoints, templates, volumes, and models. Spelling: "Runpod" (capital R). Command is runpodctl (lowercase). Install Any platform (official installer) curl -sSL https://cli.runpod.net | bash macOS (Homebrew) brew install runpod/runpodctl/runpodctl macOS (manual — universal binary) mkdir -p ~/.local/bin && curl -sL https://github.com/runpod/runpodctl/releases/latest/download/runpodctl-darwin-all.tar.gz | tar xz -C ~/.local/bin Linux mkdir -p ~/.local/bin ...
103
8124 market-research-analysis manojbajaj95/claude-gtm-plugin
Market Research & Analysis Expert market research skill — from market sizing and competitive analysis through consumer research and professional consulting-grade reports with LaTeX formatting and visual generation. Quick Start Choose your workflow: Market Sizing — TAM/SAM/SOM calculations Competitive Analysis — Landscape mapping and positioning Consumer Research — Surveys, interviews, behavior analysis Professional Report — 50+ page consulting-style report with LaTeX + visuals Market Sizing (TAM...
103
8125 nextjs-client-cookie-pattern wsimmonds/claude-nextjs-skills
Next.js: Client Component + Server Action Cookie Pattern Pattern Overview This pattern handles a common Next.js requirement: client-side interaction (button click) that needs to set server-side cookies. Why Two Files? Client components ('use client') can have onClick handlers Only server code can set cookies (security requirement) Solution: Client component calls a server action that sets cookies The Pattern Scenario: A button that sets a cookie when clicked File 1: Client Component (app/Co...
103
8126 machine-learning mindrally/skills
Machine Learning You are an expert in machine learning development with JAX and functional programming patterns. Core Principles Follow functional programming patterns Use immutability and pure functions Leverage JAX transformations effectively Optimize for JIT compilation JAX Fundamentals Array Operations Use jax.numpy for NumPy-compatible operations Leverage automatic differentiation with jax.grad Apply JIT compilation with jax.jit Vectorize with jax.vmap Control Flow Use jax.lax.scan for sequ...
103
8127 pull odysseus0/symphony
Pull Workflow Verify git status is clean or commit/stash changes before merging. Ensure rerere is enabled locally: git config rerere.enabled true git config rerere.autoupdate true Confirm remotes and branches: Ensure the origin remote exists. Ensure the current branch is the one to receive the merge. Fetch latest refs: git fetch origin Sync the remote feature branch first: git pull --ff-only origin $(git branch --show-current) This pulls branch updates made remotely (for example, a GitHub auto-c...
103
8128 capability-evolver autogame-17/evolver
🧬 Capability Evolver "Evolution is not optional. Adapt or die." The Capability Evolver is a meta-skill that allows OpenClaw agents to inspect their own runtime history, identify failures or inefficiencies, and autonomously write new code or update their own memory to improve performance. Features Auto-Log Analysis : Automatically scans memory and history files for errors and patterns. Self-Repair : Detects crashes and suggests patches. GEP Protocol: Standardized evolution with reusable assets. O...
103
8129 angular-material pluginagentmarketplace/custom-plugin-angular
Angular Material Skill Overview Build beautiful, accessible Angular applications using Angular Material component library with custom theming and responsive layouts. Topics Covered Component Library Form controls (inputs, selects, checkboxes) Navigation (toolbar, sidenav, menus) Layout (cards, lists, grids) Data tables and pagination Dialogs and snackbars Theming Custom theme creation Color palettes and typography Dark mode implementation Component customization CSS variables integration CDK (...
103
8130 book-illustrator jamesrochabrun/skills
Book Illustrator - Children's Books Specialist A comprehensive guide for creating captivating, age-appropriate children's book illustrations that tell stories, engage young minds, and bring narratives to life through visual artistry. What This Skill Does Provides expert guidance for creating professional children's book illustrations: Age-Appropriate Design - Tailored styles for ages 0-12 Character Development - Creating memorable, expressive characters Color Theory Mastery - Strategic use o...
103
8131 testing-best-practices royrvd/golden-testing-rules-for-ai
Testing Rules for AI You're a testing expert that is keen to keep the tests simple, clean, consistent and short. Here is a list of best practices to follow. When you find some issues in a test, mention the violated bullet number These rules are not applicable to end-to-end tests that spans multiple processes and components, only for unit, integration, component, Microservice, API tests. If you realize tests that don't mock the backend, these are end-to-end tests, in this case apply the rules fro...
103
8132 deployment-engineer charon-fan/agent-playbook
You are a deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Use this skill when Designing or improving CI/CD pipelines and release workflows Implementing GitOps or progressive delivery patterns Automating deployments with zero-downtime requirements Integrating security and compliance checks into deployment flows Do not use this skill when You only need local development automation The task is application feature work without deploym...
103
8133 vercel-deployments-builds bobmatnyc/claude-mpm-skills
Vercel Deployments and Builds Skill progressive_disclosure: entry_point: summary: "Deployments and builds on Vercel: build pipeline, deployment environments, deploy hooks, release phases, checks, and rollback." when_to_use: - "When configuring build and deployment workflows" - "When using preview and production deployments" - "When controlling releases and rollbacks" quick_start: - "Connect a Git repository" - "Review build and deployment settings" - "Use previews for every branch" - "Promote to...
103
8134 integrating-jupiter jup-ag/agent-skills
Jupiter API Integration Single skill for all Jupiter APIs, optimized for fast routing and deterministic execution. Base URL : https://api.jup.ag Auth : x-api-key from portal.jup.ag ( required for Jupiter REST endpoints ) Use/Do Not Use Use when: The task requires choosing or calling Jupiter endpoints. The task involves swap, lending, perps, orders, pricing, portfolio, send, studio, lock, or routing. The user needs debugging help for Jupiter API calls. Do not use when: The task is generic Solana ...
103
8135 kernel-auth kernel/skills
Kernel Auth Skill Setup and manage Kernel managed authentication connections for any website with safety checks and reauthentication support. Quick Start kernel-auth setup gmail Then visit the URL printed to complete login. Works for any website — See Using Custom Domains for any other site. Usage kernel-auth setup < service > [ --profile-name < name > ] Built-in Services gmail → gmail.com github → github.com outlook → outlook.com Using Custom Domains For any other website, use the --domain flag...
103
8136 portfolio-analyzer onewave-ai/claude-skills
Portfolio Analyzer Review investment portfolios for risk, diversification, fees. Asset allocation recommendations, tax-loss harvesting, rebalancing. Instructions You are an expert financial analyst. Review portfolios, identify risks and opportunities, provide strategic recommendations. Include appropriate disclaimers. Output Format Portfolio Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices B...
103
8137 firmware-analyst sickn33/antigravity-awesome-skills
Download from vendor wget http://vendor.com/firmware/update.bin Extract from device via debug interface UART console access screen /dev/ttyUSB0 115200 Copy firmware partition dd if=/dev/mtd0 of=/tmp/firmware.bin Extract via network protocols TFTP during boot HTTP/FTP from device web interface Hardware Methods UART access - Serial console connection JTAG/SWD - Debug interface for memory access SPI flash dump - Direct chip reading NAND/NOR dump - Flash memory extraction...
103
8138 sales-automator sickn33/antigravity-awesome-skills
Use this skill when Working on sales automator tasks or workflows Needing guidance, best practices, or checklists for sales automator Do not use this skill when The task is unrelated to sales automator 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 ar...
103
8139 canvas-design aiskillstore/marketplace
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
103
8140 discord-webhook vm0-ai/vm0-skills
Discord Webhook Use Discord Webhooks via direct curl calls to send messages to Discord channels without setting up a bot. Official docs: https://discord.com/developers/docs/resources/webhook When to Use Use this skill when you need to: Send notifications to Discord channels Post alerts from CI/CD pipelines Share updates with rich embeds Upload files to channels Simple integrations without bot complexity Prerequisites In Discord, go to Server Settings → Integrations → Webhooks Click "New Web...
103
8141 reproduce-bug n8n-io/n8n
Bug Reproduction Framework Given a Linear ticket context ($ARGUMENTS), systematically reproduce the bug with a failing regression test. Step 1: Parse Signals Extract the following from the provided ticket context: Error message / stack trace (if provided) Reproduction steps (if provided) Workflow JSON (if attached) Affected area (node, execution engine, editor, API, config, etc.) Version where it broke / last working version Step 2: Route to Test Strategy Based on the affected area, pick the tes...
103
8142 alicloud-network-alb-test cinience/alicloud-skills
Category: test ALB Smoke Test Prerequisites AK/SK configured via environment variables ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET ). SDK installed: pip install alibabacloud_alb20200616 alibabacloud_tea_openapi alibabacloud_credentials . Target skill: skills/network/slb/alicloud-network-alb/ . Test Steps 1. Script compilation check (offline, no credentials needed) python tests/network/slb/alicloud-network-alb-test/scripts/smoke_test_alb.py --compile-only Pass criteria: exits 0, all 28 ...
103
8143 scientific-manuscript-review lyndonkl/claude
This skill provides systematic review and editing of scientific manuscripts (research articles, reviews, perspectives) to improve clarity, structure, scientific rigor, and reader comprehension. It applies a multi-pass approach covering structure, scientific logic, language, and formatting to transform drafts into publication-ready documents. When to Use Use this skill when: - Drafting manuscripts: Research articles, short communications, review papers, perspectives - Pre-submission review: ...
103
8144 qwen-image-2-pro inference-sh/skills
Qwen-Image Pro - Professional Image Generation Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Best for professional text rendering and complex designs. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2-pro --input '{"prompt": "Poster with title \"Welcome!\" in bold blue text"}' Pro Model Capabilities Professional Text Rendering : Multi-line and paragr...
103
8145 ai-agent-development sickn33/antigravity-awesome-skills
AI Agent Development Workflow Overview Specialized workflow for building AI agents including single autonomous agents, multi-agent systems, agent orchestration, tool integration, and human-in-the-loop patterns. When to Use This Workflow Use this workflow when: Building autonomous AI agents Creating multi-agent systems Implementing agent orchestration Adding tool integration to agents Setting up agent memory Workflow Phases Phase 1: Agent Design Skills to Invoke ai-agents-architect - Agent archit...
103
8146 convex-quickstart get-convex/convex-agent-plugins
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...
103
8147 sentry-python-setup getsentry/sentry-agent-skills
Sentry Python Setup Install and configure Sentry in Python projects. Invoke This Skill When User asks to "add Sentry to Python" or "install Sentry" in a Python app User wants error monitoring, logging, or tracing in Python User mentions "sentry-sdk" or Python frameworks (Django, Flask, FastAPI) Install pip install sentry-sdk Configure Initialize as early as possible in your application: import sentry_sdk sentry_sdk.init( dsn="YOUR_SENTRY_DSN", send_default_pii=True, Traci...
103
8148 pptx huyansheng3/ppt-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
103
8149 qwen-image-2 inference-sh/skills
Qwen-Image - Alibaba Image Generation Generate and edit images with Alibaba Qwen-Image-2.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2 --input '{"prompt": "A serene mountain landscape at sunset"}' Models Model App ID Speed Text Rendering Best For Qwen-Image-2.0 alibaba/qwen-image-2 Fast Good General use Qwen-Image-2.0-Pro alibaba/qwen-imag...
103
8150 threads tambo-ai/tambo
Threads and Input Manages conversations, suggestions, voice input, and image attachments. Quick Start import { useTambo , useTamboThreadInput } from "@tambo-ai/react" ; const { thread , messages , isIdle } = useTambo ( ) ; const { value , setValue , submit } = useTamboThreadInput ( ) ; await submit ( ) ; // sends current input value Thread Management Access and manage the current thread using useTambo() and useTamboThreadInput() : import { useTambo , useTamboThreadInput , ComponentRenderer , } f...
103