PluginBench

AI Skills

Installable SKILL.md packages that extend AI coding agents with reliable workflows and domain-specific judgment — ranked by installs, sourced from skills.sh.

9,639 skills
RE

react18-batching-patterns

Official
github/awesome-copilot

Provides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components. Use this skill whenever a class component has multiple setState calls in an async method, inside setTimeout, inside a Promise .then() or .catch(), or in a native event handler. Use it before writing any flushSync call - the decision tree here prevents unnecessary flushSync overuse. Also use this skill when fixing test failures caused by intermediate state assertions that break after React 18 upgrade.

696 installsAudited
KA

kalshi

machina-sports/sports-skills

|

696 installsAudited
PR

premortem

parcadei/continuous-claude-v3

Identify failure modes before they occur using structured risk analysis

696 installsAudited
FI

file-uploads

sickn33/antigravity-awesome-skills

Expert at handling file uploads and cloud storage. Covers S3,

695 installsAudited
CH

chinese-code-review

jnmetacode/superpowers-zh

中文 review 沟通参考——话术模板、分级标注(必须修复/建议修改/仅供参考)、国内团队常见反模式应对。仅在用户显式 /chinese-code-review 时调用,不要根据上下文自动触发。

695 installsAudited
MA

marketing-pipeline-share-ai-content-automation

aradotso/marketing-skills

Automated content creation pipeline with AI research, scriptwriting, multi-format output, and video generation using Claude/OpenAI and Remotion

695 installs
SC

scipy-best-practices

mindrally/skills

Best practices for SciPy scientific computing, optimization, signal processing, and statistical analysis in Python

695 installs
SK

skill-creator

Official
supabase/agent-skills

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

695 installsAudited
MA

market-top-detector

tradermonty/claude-trading-skills

Detects market top probability using O'Neil Distribution Days, Minervini Leading Stock Deterioration, and Monty Defensive Sector Rotation. Generates a 0-100 composite score with risk zone classification. Use when user asks about market top risk, distribution days, defensive rotation, leadership breakdown, or whether to reduce equity exposure. Focuses on 2-8 week tactical timing signals for 10-20% corrections.

695 installs
GL

gluestack-ui-v4:components

gluestack/agent-skills

Component usage patterns for gluestack-ui v4 - covers component selection, props vs className, compound patterns, icons, and provider setup.

694 installs
JI

jira-expert

alirezarezvani/claude-skills

Atlassian Jira expert for creating and managing projects, planning, product discovery, JQL queries, workflows, custom fields, automation, reporting, and all Jira features. Use when setting up or configuring Jira projects, writing JQL and advanced searches, creating dashboards, designing workflows, or performing technical Jira operations.

694 installs
AW

award-application

jezweb/claude-skills

Write compelling award submissions, grant applications, and competition entries. Maps achievements to selection criteria using evidence-based narratives. Use whenever the user is applying for a business award (Telstra, chamber of commerce, industry awards), a grant, a competition, or any submission demonstrating merit against defined criteria.

694 installs
AR

arkts-syntax-assistant

summerkaze/skill-arkts-syntax-assistant

|-

694 installs
MO

mobile-first-design

aj-geddes/useful-ai-prompts

>

694 installsAudited
DA

databricks-apps

databricks/databricks-agent-skills

Build apps on Databricks Apps platform. Use when asked to create data apps, analytics tools, or custom interactive visualizations. A plain \"create a dashboard\" request means a managed AI/BI (Lakeview) dashboard → use databricks-aibi-dashboards, not this skill. Evaluates data access patterns (analytics vs Lakebase synced tables) before scaffolding. Invoke BEFORE starting implementation.

694 installs
NE

netlify-ai-gateway

netlify/context-and-tools

Reference for Netlify AI Gateway — the managed proxy that routes calls to OpenAI, Anthropic, and Google Gemini SDKs without provider API keys. Use this skill any time the user wants to add AI on a Netlify site (chat, completion, reasoning, image generation, image-to-image edit/stylize), choose or change a model, wire up the OpenAI / Anthropic / @google/genai SDK, decide which provider to use for an image-gen feature (it's Gemini-only on the gateway), or debug "model not found" / "API key missing" against the gateway. Required reading before pinning a model — the gateway exposes a curated subset, not every provider model.

694 installsAudited
MA

marketing-pipeline-share-ai-content

aradotso/marketing-skills

Automated content creation pipeline with AI research, multi-format writing, and video generation using Claude/OpenAI and Remotion

694 installs
ED

education-program

kostja94/marketing-skills

When the user wants to plan, implement, or optimize student and education discount programs. Also use when the user mentions "student discount," "education discount," "student plan," "for students," ".edu discount," "academic pricing," "student verification," "SheerID," "UNiDAYS," or "education program." For startup pricing page, use startups-page-generator.

693 installsAudited
A1

a11y-audit

alirezarezvani/claude-skills

Accessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast, generating compliance reports, or integrating accessibility checks into CI/CD pipelines.

693 installsAudited
RE

react18-legacy-context

Official
github/awesome-copilot

Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use this skill whenever migrating legacy context in class components - this is always a cross-file migration requiring the provider AND all consumers to be updated together. Use it before touching any contextTypes or childContextTypes code, because migrating only the provider without the consumers (or vice versa) will cause a runtime failure. Always read this skill before writing any context migration - the cross-file coordination steps here prevent the most common context migration bugs.

693 installsAudited
GS

gsap-frameworks

nexu-io/open-design

|

693 installsAudited
BU

business-pulse

Official
anthropics/knowledge-work-plugins

>

693 installs
MQ

mqtt-development

mindrally/skills

Best practices and guidelines for MQTT messaging in IoT and real-time communication systems

693 installs
ST

stitch-ui-design

sickn33/antigravity-awesome-skills

Expert guidance for crafting effective prompts in Google Stitch, the AI-powered UI design tool by Google Labs. This skill helps create precise, actionable prompts that generate high-quality UI designs for web and mobile applications.

693 installsAudited
MU

multi-search

nex-zmh/agent-websearch-skill

智能多引擎搜索,自动检测网络环境并按优先级切换:DuckDuckGo -> Tavily -> Bing API -> Bing爬虫。支持自动配额管理和网络缓存。Invoke when user needs web search with automatic engine selection and network adaptation.

693 installs
RU

rust-call-graph

zhanghandong/rust-skills

Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图, 调用关系, 谁调用了, 调用了谁

693 installs
GW

gws-admin

googleworkspace/cli

Google Workspace Admin SDK: Manage users, groups, and devices.

693 installsAudited
WH

what-if-oracle

k-dense-ai/scientific-agent-skills

Run structured What-If scenario analysis with 4–6 branch possibility exploration (best, likely, worst, wild card, contrarian, second-order). Use when the user asks speculative what-if questions about uncertain futures, strategic forks, contingency planning, or stress-testing a decision before committing.

692 installsAudited
PY

python-pro

sickn33/antigravity-awesome-skills

Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI.

692 installsAudited
PH

php-development

mindrally/skills

Expert guidance for PHP 8+ development with SOLID principles, PSR standards, and modern best practices

692 installs