All Skills
(19,009)Browse all AI agent skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
speckit-plan
dceoy/speckit-agent-skills
Execute the implementation planning workflow using the plan template to generate design artifacts.
tensorrt-llm
Orchestra-Research/AI-Research-SKILLs
Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.
torchforge-rl-training
Orchestra-Research/AI-Research-SKILLs
Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.
barcode-generator
dkyazzentwatwa/chatgpt-skills
Generate barcodes in multiple formats (Code128, EAN13, UPC, Code39, QR). Supports batch generation from CSV and various output formats.
setfit-few-shot
a5c-ai/babysitter
SetFit few-shot learning for efficient intent classification with minimal data
langchain-chains
a5c-ai/babysitter
LangChain chain composition including SequentialChain, RouterChain, and LCEL patterns
agents-md
jmerta/codex-skills
Create or update root and nested AGENTS.md files that document scoped conventions, monorepo module maps, cross-domain workflows, and (optionally) per-module feature maps (feature -> paths, entrypoints, tests, docs). Use when the user asks for AGENTS.md, nested agent instructions, or a module/feature map.
multiplayer
vudovn/antigravity-kit
Multiplayer game development principles. Architecture, networking, synchronization.
speckit-constitution
dceoy/speckit-agent-skills
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
cosmiconfig-setup
a5c-ai/babysitter
Set up cosmiconfig for hierarchical configuration loading from multiple sources and formats.
image-management
chaterm/terminal-skills
Docker 镜像管理
skill-authoring-workflow
deanpeters/Product-Manager-Skills
Turn raw PM content into a compliant, publish-ready skill by choosing build/add paths, running conformance checks, and updating docs before commit.
async-expert
martinholovsky/claude-skills-generator
Expert in asynchronous programming patterns across languages (Python asyncio, JavaScript/TypeScript promises, C# async/await, Rust futures). Use for concurrent programming, event loops, async patterns, error handling, backpressure, cancellation, and performance optimization in async systems.
ReScienceLab/opc-skills
Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io. Use when user mentions Twitter, X, or tweets.
transformer-lens-interpretability
Orchestra-Research/AI-Research-SKILLs
Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.
geometry-algorithm-library
a5c-ai/babysitter
Implement computational geometry algorithms
sqs
itsmostafa/aws-agent-skills
AWS SQS message queue service for decoupled architectures. Use when creating queues, configuring dead-letter queues, managing visibility timeouts, implementing FIFO ordering, or integrating with Lambda.
discover-codebase-enhancements
kasperjunge/agent-resources
Use when the user asks for a deep codebase analysis to identify and rank improvements, optimizations, architectural enhancements, or potential bugs aligned to developer, end-user, and agent jobs-to-be-done.
explanatory-playground
petekp/claude-code-setup
Build interactive debugging interfaces that reveal internal system behavior. Use when asked to "help me understand how this works", "show me what's happening", "visualize the state", "build a debug view", "I can't see what's going on", or any request to make opaque system behavior visible. Applies to state machines, data flow, event systems, algorithms, render cycles, animations, CSS calculations, or any mechanism with hidden internals.
ln-633-test-value-auditor
levnikolaevich/claude-code-skills
Risk-Based Value audit worker (L3). Calculates Usefulness Score = Impact (1-5) × Probability (1-5) for each test. Returns KEEP/REVIEW/REMOVE decisions based on thresholds (≥15 KEEP, 10-14 REVIEW, <10 REMOVE).
google-workspace-automation
0x-Professor/Agent-Skills-Hub
Design Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. Use for repeatable daily task automation with explicit OAuth scopes and audit-ready outputs.
cloudformation
itsmostafa/aws-agent-skills
AWS CloudFormation infrastructure as code for stack management. Use when writing templates, deploying stacks, managing drift, troubleshooting deployments, or organizing infrastructure with nested stacks.
data-anonymizer
dkyazzentwatwa/chatgpt-skills
Detect and mask PII (names, emails, phones, SSN, addresses) in text and CSV files. Multiple masking strategies with reversible tokenization option.
architect
karim-bhalwani/agent-skills-collection
Specialized in system architecture, API contracts, and modular black-box design. Use when creating technical specifications, designing system primitives, defining module boundaries and contracts, reviewing architecture for replaceability, or mapping system dependencies.