All Skills
(19,001)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.
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:
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)
agent-context-generator
tjmaynes/skills
Generate project-level AGENTS.md guides that capture conventions, workflows, and required follow-up tasks. Use when a repository needs clear agent onboarding covering structure, tooling, testing, task flow, README expectations, and conventional commit summaries.
api-docs-generator
Nembie/claude-code-skills
Generate OpenAPI 3.1 specification from existing Next.js API routes. Use when asked to generate API docs, create OpenAPI spec, document endpoints, generate Swagger file, or create API documentation.
python-resource-management
wshobson/agents
Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state.
midjourney-prompting
leggiemint/legnext-skills
Expert Midjourney prompt engineering skill. Use this skill when users need help crafting effective Midjourney prompts, converting natural language descriptions into optimized prompts, or want guidance on Midjourney parameters and techniques. Specializes in V7 best practices, the 7-Element Framework, and photography terminology.
founder-content
PHY041/claude-agent-skills
Complete content creation and multiplication system for founders and indie hackers. Use for writing social posts, repurposing content, creating threads, build-in-public updates, or content planning. Triggers on "write a post", "create content", "repurpose this", "thread", "build in public", "ship update", "content calendar", "turn this into posts".
cdt
rube-de/cc-skills
Multi-agent development workflow using Agent Teams. Supports four modes: plan (architect teammate + PM teammate debate → plan.md), dev (developer teammate + code-tester teammate + qa-tester teammate + reviewer teammate iterate → code), full (plan → approval gate → dev), and auto (plan → dev, no gate). Use when tasks benefit from collaborative agent teammates with peer messaging.
vhs-recording
athola/claude-night-market
Generate terminal recordings using VHS tape files, produces GIF outputs.
general-skill-refiner
Przemocny/generic-skills
Analyzes and refines agent skills by identifying quality issues, prioritizing fixes (MUST/SHOULD/NICE), gathering user feedback, and implementing improvements. Checks for common problems like time estimates, oversized SKILL.md files, poor structure, redundant content, missing examples, and unclear workflows. Use when reviewing, improving, refactoring, or auditing existing skills. Triggers include "review skill", "improve skill", "refactor skill", "skill quality", "audit skill", "fix skill", "optimize skill", "analyze skill".
manage-inference-service-cli
typhoonzero/awesome-acp-skills
This skill should be used when users want to create, manage, test, or troubleshoot KServe InferenceServices using the CLI. It provides workflows for deploying models (like Qwen2.5) via vLLM, checking their status, testing the OpenAI-compatible API, and troubleshooting common deployment issues.
deslop
gologo13/agent-skills
Check the diff against main, and remove all AI generated slop introduced in this branch; keywords: deslop. Use only on explicit request; skip in routine implementation discussions.
stitch-mcp-get-screen
gabelul/stitch-kit
Retrieves full details of a specific Stitch screen — HTML download URL, screenshot URL, dimensions. This is the final step in design retrieval before code conversion.
docu-optimizer
kojott/claude-docu-optimizer
Optimize CLAUDE.md and docs/ ecosystem following Boris Cherny and Thariq Shihipar's best practices