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.
user-story
deanpeters/Product-Manager-Skills
Create clear, concise user stories that combine Mike Cohn's user story format with Gherkin-style acceptance criteria. Use this to translate user needs into actionable development work that focuses on
rvt-to-ifc
datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction
Convert RVT files to IFC format. Support IFC2x3, IFC4, IFC4.3 with customizable export settings.
user-story-mapping-workshop
deanpeters/Product-Manager-Skills
Guide product managers through creating a user story map by asking adaptive questions about the system, users, workflow, and priorities—then generating a two-dimensional map with backbone (activitie
user-story-splitting
deanpeters/Product-Manager-Skills
Break down large user stories, epics, or features into smaller, independently deliverable stories using systematic splitting patterns. Use this to make work more manageable, reduce risk, enable faster
tanstack-start
jezweb/claude-skills
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. No template repo — Claude generates every file fresh per project.
uv
YoniChechik/claude-code-config
how to run python files and mangage dependencies using UV package manager (pip replacement)
alphafold-database
Microck/ordinary-claude-skills
Access AlphaFold's 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.
sentencepiece
Orchestra-Research/AI-Research-SKILLs
Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization.
checkpoint-management
a5c-ai/babysitter
Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.
minimalist-surgical-development
faulkdev/github-copilot-superpowers
Use when editing an existing codebase and the goal is minimal, standard, and non-invasive changes - prioritizes simplest solution, standard libraries first, and surgical modification without unsolicited refactors
spec-execution
a5c-ai/babysitter
6-phase iterative specification execution workflow covering implementation, testing, review, improvement, commit, and progress tracking with quality-gated convergence.
rudin-real-complex-analysis
parcadei/Continuous-Claude-v3
Problem-solving with Rudin's Real and Complex Analysis textbook
ray-train
Orchestra-Research/AI-Research-SKILLs
Distributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparameter tuning with Ray Tune, fault tolerance, elastic scaling. Use when training massive models across multiple machines or running distributed hyperparameter sweeps.
threat-mitigation-mapping
wshobson/agents
Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness.
obra-writing-skills
faulkdev/github-copilot-superpowers
Use when creating new skills, editing existing skills, or verifying skills work before deployment
obra-executing-plans
faulkdev/github-copilot-superpowers
Use when you have a written implementation plan to execute in a separate session with review checkpoints
obra-test-driven-development
faulkdev/github-copilot-superpowers
Use when implementing new behavior or fixing bugs via tests-first (TDD) in VS Code Copilot Agent mode.
obra-requesting-code-review
faulkdev/github-copilot-superpowers
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
sparse-autoencoder-training
Orchestra-Research/AI-Research-SKILLs
Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.
humanizer
marianasmall/ai-writing-patterns
Detects and flags AI writing patterns in text. Use when reviewing content for authenticity, editing AI-generated text, or checking your own writing for mechanical patterns. Identifies 24 documented patterns across categories including content structure, language choices, style markers, communication patterns, and filler language. Returns specific pattern violations with examples and suggestions.
writing-good-tests
ed3dai/ed3d-plugins
Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation
ui-ux-pro-max
deancourse/git-worktree-demo
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks.
creating-reanimated-animations
estevg/skills
Generate React Native Reanimated animation code for React Native apps. Use when user asks to create, implement, or add animations in React Native — including transitions, gestures, scroll-linked effects, layout animations, layout transitions, entering/exiting animations, CSS animations, CSS transitions, shared element transitions, color animations, parallax, fade, slide, scale, spring, timing, decay, keyframes, worklets, accordion, bottom sheet, flip card, collapsing header, or any motion effect using react-native-reanimated. Also use for integrating react-native-gesture-handler with Reanimated, understanding worklets, animating between screens, testing animations with Jest, or checking which properties are animatable.
ios-simulator-skill
conorluddy/ios-simulator-skill
21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.