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
BA

bailian-cli

modelstudioai/skills

>-

1.2k installs
CR

creating-production-vpc-multi-az

aws/agent-toolkit-for-aws

Creates a production-ready VPC with public and private subnets across multiple Availability Zones, including internet gateway, NAT gateways, route tables, and security groups following AWS Well-Architected principles. Use when deploying multi-AZ VPC infrastructure with automatic CIDR planning and DNS resolution.

1.2k installsAudited
SE

seasonal-aso

eronred/aso-skills

When the user wants to optimize their App Store listing for seasonal events, holidays, or trending moments — including keyword opportunities, metadata updates, screenshot theming, and timing strategy. Use when the user mentions "seasonal", "holiday", "Christmas", "New Year", "Valentine's Day", "summer", "back to school", "seasonal keywords", "trending now", "limited time", or wants to capitalize on a calendar event. For general keyword research, see keyword-research. For full metadata rewrites, see metadata-optimization.

1.2k installsAudited
PR

prisma-patterns

affaan-m/everything-claude-code

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.

1.2k installsAudited
AW

aws-lambda-typescript-integration

giuseppe-trisciuoglio/developer-kit

Provides AWS Lambda integration patterns for TypeScript with cold start optimization. Use when creating or deploying TypeScript Lambda functions, choosing between NestJS framework and raw TypeScript approaches, optimizing cold starts, configuring API Gateway or ALB integration, or implementing serverless TypeScript applications. Triggers include "create lambda typescript", "deploy typescript lambda", "nestjs lambda aws", "raw typescript lambda", "aws lambda typescript performance".

1.2k installs
AW

aws-lambda-python-integration

giuseppe-trisciuoglio/developer-kit

Provides AWS Lambda integration patterns for Python with cold start optimization. Use when deploying Python functions to AWS Lambda, choosing between AWS Chalice and raw Python approaches, optimizing cold starts, configuring API Gateway or ALB integration, or implementing serverless Python applications. Triggers include "create lambda python", "deploy python lambda", "chalice lambda aws", "python lambda cold start", "aws lambda python performance", "python serverless framework".

1.2k installs
QU

quick-stats

marketcalls/vectorbt-backtesting-skills

Quickly fetch data and print key backtest stats for a symbol with a default EMA crossover strategy. No file creation needed - runs inline in a notebook cell or prints to console.

1.2k installsAudited
NE

nextjs-code-review

giuseppe-trisciuoglio/developer-kit

Provides comprehensive code review capability for Next.js applications, validates Server Components, Client Components, Server Actions, caching strategies, metadata, API routes, middleware, and performance patterns. Use when reviewing Next.js App Router code changes, before merging pull requests, after implementing new features, or for architecture validation. Triggers on "review Next.js code", "Next.js code review", "check my Next.js app".

1.2k installsAudited
NE

nextjs-deployment

giuseppe-trisciuoglio/developer-kit

Provides comprehensive patterns for deploying Next.js applications to production. Use when configuring Docker containers, setting up GitHub Actions CI/CD pipelines, managing environment variables, implementing preview deployments, or setting up monitoring and logging for Next.js applications. Covers standalone output, multi-stage Docker builds, health checks, OpenTelemetry instrumentation, and production best practices.

1.2k installs
CO

conversation-memory

sickn33/antigravity-awesome-skills

Persistent memory systems for LLM conversations including

1.2k installs
RE

react-hook-form-zod

jezweb/claude-skills

|

1.2k installsAudited
MO

modly-image-to-3d

aradotso/trending-skills

Desktop app that generates 3D models from images using local AI running entirely on your GPU

1.2k installs
FR

Frontend Responsive Design Standards

am-will/codex-skills

Build responsive, mobile-first layouts using fluid containers, flexible units, media queries, and touch-friendly design that works across all screen sizes. Use this skill when creating or modifying UI layouts, responsive grids, breakpoint styles, mobile navigation, or any interface that needs to adapt to different screen sizes. Apply when working with responsive CSS, media queries, viewport settings, flexbox/grid layouts, mobile-first styling, breakpoint definitions (mobile, tablet, desktop), touch target sizing, relative units (rem, em, %), image optimization for different screens, or testing layouts across multiple devices. Use for any task involving multi-device support, responsive design patterns, or adaptive layouts.

1.2k installs
SF

sf-ai-agentscript

jaganpro/sf-skills

>

1.2k installs
CO

coding-guidelines

actionbook/rust-skills

Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, code style, best practice, P.NAM, G.FMT, code review, naming convention, variable naming, function naming, type naming, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名

1.2k installsAudited
OP

openclaw-rl-training

aradotso/trending-skills

OpenClaw-RL framework for training personalized AI agents via reinforcement learning from natural conversation feedback

1.2k installs
EN

enabling-lambda-vpc-internet-access

aws/agent-toolkit-for-aws

Enables internet access for AWS Lambda functions deployed in VPC subnets by creating NAT Gateway infrastructure, configuring public/private subnet routing, and updating security groups. Use when a VPC-attached Lambda function cannot reach the internet.

1.2k installsAudited
CR

crash-analytics

eronred/aso-skills

When the user wants to monitor, triage, or reduce their app's crash rate — including setting up Crashlytics, prioritizing which crashes to fix first, interpreting crash data, and understanding how crashes affect App Store ranking. Use when the user mentions "crash", "crashlytics", "crash rate", "ANR", "app not responding", "crash-free sessions", "crash-free users", "symbolication", "stability", "firebase crashes", "app crashing", or "crash report". For overall analytics setup, see app-analytics.

1.2k installsAudited
AU

autoresearch-genealogy

aradotso/trending-skills

Structured prompts, vault templates, and autonomous research workflows for AI-assisted genealogy using Claude Code.

1.2k installs
IN

in-app-events

eronred/aso-skills

When the user wants to create, plan, or optimize App Store In-App Events — the event cards that appear on the Today tab, search results, and your product page. Use when the user mentions "in-app event", "App Store event", "event card", "Today tab", "live event", "challenge", "game event", "seasonal event card", or wants visibility beyond organic search. For general ASO, see aso-audit. For seasonal keyword strategy, see seasonal-aso.

1.2k installsAudited
AL

algo

binance/binance-skills-hub

Binance Algo request using the Binance API. Authentication requires API key and secret key.

1.2k installs
TR

trump-code-market-signals

aradotso/trending-skills

AI-powered analysis of Trump's social media posts to predict stock market movements using 31.5M brute-force tested rules

1.2k installs
TY

typefully

typefully/agent-skills

>

1.2k installs
SW

swift-architecture-skill

efremidze/swift-architecture-skill

Swift iOS architecture guidance and playbooks for MVVM, MVI, TCA, Clean Architecture, VIPER, MVP, Coordinator, and Reactive patterns. Use when designing, implementing, refactoring, or reviewing the architecture of a SwiftUI or UIKit feature, module, or codebase.

1.2k installsAudited
DR

dropbox

membranedev/application-skills

|

1.2k installs
AN

anti-render

lionad-morotar/anti-render-skill

智能识别图像内容并生成"理想承诺 vs 残酷现实"风格的视觉对比。触发词:"anti-render"、"理想vs现实"、"对比图"、"渲染vs真实"。适用于任何领域:建筑、人像、产品、食物、旅游、游戏、健身、家居、科技等。

1.2k installsAudited
ME

memory-lancedb-pro-openclaw

aradotso/trending-skills

Expert skill for memory-lancedb-pro — a production-grade LanceDB-backed long-term memory plugin for OpenClaw agents with hybrid retrieval, cross-encoder reranking, multi-scope isolation, and smart auto-capture.

1.2k installs
AR

article-magazine

nexu-io/open-design

Huashu / huashu-md-html-inspired magazine article layout for turning Markdown or notes into a polished long-form HTML essay.

1.2k installsAudited
TR

translate-book-parallel

aradotso/trending-skills

Translate entire books (PDF/DOCX/EPUB) into any language using Claude Code parallel subagents with resumable chunked pipeline

1.2k installs
NE

nestjs-code-review

giuseppe-trisciuoglio/developer-kit

Provides comprehensive code review capability for NestJS applications, analyzing controllers, services, modules, guards, interceptors, pipes, dependency injection, and database integration patterns. Use when reviewing NestJS code changes, before merging pull requests, after implementing new features, or for architecture validation. Triggers on "review NestJS code", "NestJS code review", "check my NestJS controller/service".

1.2k installsAudited