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.
codebase-visualizer
huangjia2019/claude-code-engineering
Generate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.
batch-qr-generator
dkyazzentwatwa/chatgpt-skills
Use when asked to generate multiple QR codes from CSV data, create bulk QR codes with tracking, or generate QR codes for events/products.
mcts
NewJerseyStyle/plugin-mcts
Execute Monte Carlo Tree Search (MCTS-LLM) to solve complex problems through iterative exploration, simulation, and learning. Use this for research questions, planning tasks, and coding challenges that benefit from systematic exploration of solution spaces.
query-optimization
686f6c61/alfred-dev
Optimizar queries lentas con EXPLAIN, índices y reescritura
refactor
686f6c61/alfred-dev
Usar para refactorizar código con tests como red de seguridad
ml-train
nishide-dev/claude-code-ml-research
Execute training runs with proper monitoring, checkpointing, and experiment tracking. Use when starting training, resuming training, debugging training issues, or setting up multi-GPU/distributed training with PyTorch Lightning and Hydra.
paperize
MyPrototypeWhat/skills
Transform web UI into e-ink optimized interfaces by applying grayscale colors, removing animations, enhancing typography, replacing drag with tap interactions, and adding border emphasis. Use when the user says "paperize", "e-ink friendly", "optimize for e-ink", "low-power display", "Kindle-friendly", or wants to adapt UI for e-readers like Kindle, Kobo, reMarkable, or BOOX.
ln-210-epic-coordinator
levnikolaevich/claude-code-skills
CREATE/REPLAN Epics from scope (3-7 Epics). Batch Preview + Auto-extraction. Decompose-First Pattern. Auto-discovers team ID.
security-review-openai
lawvable/awesome-legal-skills
Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.
api-generating
huangjia2019/claude-code-engineering
Generate API endpoint code and documentation from specifications. Use when the user wants to create new API endpoints, generate route handlers, scaffold REST APIs, or produce OpenAPI/Swagger specs from code.
browser-use
javalenciacai/QASkills
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
PWN Exploit Development
allsmog/pwn-claude-plugin
This skill should be used when the user asks to "write exploit", "build payload", "create rop chain", "exploit binary", "pwn challenge", "get shell", "ret2libc", "bypass protection", or needs guidance on constructing exploitation payloads. Provides protection-aware exploitation techniques and payload construction.
ln-220-story-coordinator
levnikolaevich/claude-code-skills
CREATE/REPLAN Stories for Epic (5-10 Stories). Delegates ln-001-standards-researcher for standards research. Decompose-First Pattern. Auto-discovers team/Epic.
ln-510-quality-coordinator
levnikolaevich/claude-code-skills
Coordinates code quality checks: ln-511 code quality, ln-512 tech debt cleanup, ln-513 agent review, ln-514 regression. Sequential pipeline, returns results to ln-500.
riligar-dev-database
riligar/agents-kit
database patterns for RiLiGar using Drizzle ORM + bun:sqlite. Use when setting up database connections, defining schemas, creating migrations, or writing queries. Covers SQLite on Fly.io volumes with the drizzle-kit workflow.
Datalead
javalenciacai/develop-skills
--- name: datalead description: Data and AI orchestrator. Data Lead coordinates DataEng and AIEng for data pipelines, ETL, data warehousing and AI/ML models. Leads data strategy and machine learning. Reports to CTO. Use when: (1) Data strategy, analytics or data governance needed, (2) Data pipelin
ln-201-opportunity-discoverer
levnikolaevich/claude-code-skills
Traffic-First opportunity discovery. KILL funnel filters ideas by traffic channel, demand, competition, revenue, interest, MVP-ability. Outputs one idea + one channel recommendation.
ln-111-root-docs-creator
levnikolaevich/claude-code-skills
Creates 4 root documentation files (CLAUDE.md, docs/README.md, documentation_standards.md, principles.md). L3 Worker invoked by ln-110-project-docs-coordinator.
fal-ai
Makiya1202/ai-agents-skills
Generate images, videos, and audio with fal.ai serverless AI. Use when building AI image generation, video generation, image editing, or real-time AI features. Triggers on fal.ai, fal, AI image generation, Flux, SDXL, real-time AI, serverless AI.
doc-writing
huangjia2019/claude-code-engineering
Generate API documentation from a route manifest. Use when you have a list of discovered routes and need to produce markdown documentation.
Gastown Migration
auge2u/lisa-helps-ralph-loops
# Gastown Migration Skill This skill analyzes existing projects and structures them for [Gastown](https://github.com/steveyegge/gastown) — Steve Yegge's multi-agent workspace manager. ## Overview The migration process transforms a project into Gastown-compatible structure: ``` project/ ├── .gt/
microsoft-foundry
microsoft/GitHub-Copilot-for-Azure
Use this skill to work with Microsoft Foundry (Azure AI Foundry) and tools from Foundry MCP server: deploy AI models, manage hosted agent and prompt agent (create, deploy, invoke, run, troubleshoot Foundry Agents), manage RBAC permissions and role assignments, manage quotas and capacity, create Foundry resources. USE FOR: Microsoft Foundry, AI Foundry, hosted agent, create agent, deploy agent, debug agent, invoke agent, run agent, agent chat, evaluate agent, agent monitoring, deploy model, model catalog, knowledge index, create Foundry project, new Foundry project, set up Foundry, onboard to Foundry, create Foundry resource, create AI Services, AIServices kind, register resource provider, enable Cognitive Services, setup AI Services account, create resource group for Foundry, RBAC, role assignment, quota, capacity, TPM, deployment failure, QuotaExceeded. DO NOT USE FOR: Azure Functions (use azure-functions), App Service (use azure-create-app), generic Azure resource creation (use azure-create-app).
dosdp-design-patterns
ai4curation/curation-skills
Skills for understanding and applying DOSDP (Dead Simple Ontology Design Patterns) to ensure consistent ontology term creation and maintenance. This skill is about recognizing patterns and ensuring consistency, not using dosdp-tools directly.
address-parser
dkyazzentwatwa/chatgpt-skills
Parse unstructured addresses into structured components - street, city, state, zip, country with validation.