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.
figma-implement-design
tech-leads-club/agent-skills
Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Use when the user provides Figma URLs or node IDs and asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection. Do NOT use for general Figma data fetching, variable exploration, or MCP troubleshooting (use figma instead).
team-coordination
lklimek/claudius
Use to coordinate agent delegation before spawning agents or creating teams.
issue-resolution
stotihv/skills
Systematically diagnose and fix bugs through triage, reproduction, root cause analysis, and verified fixes. Use when resolving bugs, errors, failing tests, or investigating unexpected behavior.
frontend-design
itssungho17/ssdam
Frontend-specialised design skill. Reads architecture-design (required) and backend-design (optional) to produce a complete frontend specification: pages, component tree, state management, API integration, and routing. Its output drives frontend-implementation.
workflow-feature
lklimek/claudius
Use for new projects, features, or major refactoring. Phases: Requirements → Architecture → TDD → Implementation → QA.
twitter-algorithm-optimizer
ComposioHQ/awesome-claude-skills
Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.
paypal-integration
wshobson/agents
Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.
performance-optimization
JanSzewczyk/claude-plugins
Performance optimization patterns for Next.js applications. Covers bundle analysis, React rendering optimization, database query optimization, Core Web Vitals, image optimization, and caching strategies.
git-recovery
DaleSeo/git-skills
Safety practices and recovery techniques for Git. Covers reflog usage, reset vs revert strategies, recovering lost commits, undoing mistakes, and preventing data loss. Helps AI agents safely navigate Git operations and recover from errors.
dotfiles-development
JamesPrial/skills
Use when working in this dotfiles repository - modifying shell configs, SSH, neovim, or scripts. Covers symlink architecture, agent selection, and permission model.
react-19-compiler
JanSzewczyk/claude-plugins
React 19 patterns and React Compiler optimization guidance. Understand when to use manual memoization vs letting the compiler optimize, and leverage new hooks like useActionState and useFormStatus.
tenant-isolation-checklist
tomkraaij/ai-skills-librarian
Checklist for validating tenant isolation in multi-tenant systems.
commit-grouped
aztack/shrtLnk
Group git changes by logic and commit them using English Conventional Commit format. Quick command: commit-grouped [lang=en], [scope=shared|api|fe], [exclude=file-pattern]
openspec-bulk-archive-change
azzgo/agent-skills
Archive multiple completed changes at once. Use when archiving several parallel changes.
Puzzle Fetcher
magnusrodseth/aoc-2025
Download and parse Advent of Code puzzles using aoc-cli. Extracts examples, expected outputs, and problem requirements from puzzle descriptions. Use when needing to fetch AoC puzzles, parse puzzle examples, or when user mentions downloading or reading AoC puzzle data.
hole-driven-development-iterative-reasoning
jhhuh/hole-driven-development-skill
Use when implementing in any language using top-down decomposition with visible hole markers, where Claude reasons about each hole's contract and fills iteratively
TDD Solver
magnusrodseth/aoc-2025
Implement Advent of Code solutions using Test-Driven Development. Generates test cases from puzzle examples, writes failing tests first, implements solutions incrementally, and iterates until all tests pass. Use when solving AoC puzzles, implementing solutions with TDD, or when user mentions test-driven development or writing tests.
deslop
thtskaran/claude-skills
Audit and harden existing codebases (especially AI-generated / vibe-coded ones) for production readiness. Use when the user asks to review, audit, clean up, harden, deslop, refactor, or fix quality issues across an existing codebase. Works in two phases — first a thorough multi-pass audit written to a structured file, then systematic fixes applied in safety-tiered order. Language-agnostic. Does NOT change business logic — only hardens, cleans, and robustifies.
Perfect Skill
joeynyc/skillscore
# Perfect Test Skill A comprehensive and well-structured skill that demonstrates best practices in all areas. ## Dependencies - curl: HTTP client for API requests (`curl --version` to verify) - jq: JSON parser (`which jq` to verify installation) - Environment variable: API_KEY (obtain from https:
chembl-database
K-Dense-AI/claude-scientific-skills
Query ChEMBL bioactive molecules and drug discovery data. Search compounds by structure/properties, retrieve bioactivity data (IC50, Ki), find inhibitors, perform SAR studies, for medicinal chemistry.
coles-invoice-processor
evgeny-trushin/claude-skills-collection
Processes Coles grocery invoices to extract structured data and predict future orders. Use when user uploads/pastes invoice content, asks to analyze grocery purchases, or wants shopping predictions.
idea-girlie
Manzanita-Research/magpie
Spin up parallel divergent research agents to explore an idea from every angle. Use when the user has a braindump, PRD, seed, concept, or half-formed idea they want explored. Triggers on "idea girlie", "divergent research", "explore this idea", "brainstorm this", "spin up researchers", "what are the options", "research this from different angles", "give me wild ideas", "I need divergent thinking on this", "explore the possibility space", or any variation of wanting parallel creative/strategic research on a concept.
Interview Debrief
jackhendon/pm-skills
Structure notes from a user research session into a clean debrief with insights, quotes, and implications. Paste your raw notes in and get a formatted summary ready for Notion.
quality-gates
mpuig/raw
Understanding and passing workflow quality gates (validate, dry, pytest, ruff, typecheck)