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.
skill-creator-anthropic
lawvable/awesome-legal-skills
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
amazon-location-service
awslabs/agent-plugins
Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.
ai-daily-news
geekjourneyx/ai-daily-skill
Fetches AI news from smol.ai RSS and generates structured markdown with intelligent summarization and categorization. Optionally creates beautiful HTML webpages with Apple-style themes and shareable card images. Use when user asks about AI news, daily tech updates, or wants news organized by date or category.
financial-analyzing
huangjia2019/claude-code-engineering
Analyze financial data, calculate financial ratios, and generate analysis reports. Use when the user asks about revenue, costs, profits, margins, ROI, financial metrics, or needs financial analysis of a company or project.
legal-risk-assessment-zacharie-laik
lawvable/awesome-legal-skills
Conduct legal research and risk analysis using GoodLegal MCP tools. Use this skill whenever the user asks a legal question, wants to research case law or legislation, needs a legal risk assessment, or asks about French or EU law. Trigger on any mention of jurisprudence, legal research, contract risk, regulatory analysis, legal memo, or references to GoodLegal tools — even if the user just says something like "can you look into whether this clause is enforceable" or "what does the case law say about X".
api-design-restful
autohandai/community-skills
RESTful API design patterns, error handling, and documentation
don-infra
dstotijn/developer-overheid-nl-agent-skills
Infrastructure and deployment standards for Dutch government systems. Use when deploying to Haven (government Kubernetes), setting up FSC (Federated Service Connectivity), or checking infrastructure compliance.
writing-hookify-rules
Kotty2998/claude-plugins-official
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Tl
javalenciacai/develop-skills
--- name: tl description: Technical orchestrator. Tech Lead coordinates Architect (architecture) and Dev (code) for implementation, technical design and code review. Reports to CTO. Use when: (1) Technical decisions or architecture design needed, (2) Code implementation, features or bug fixes requ
init
Sh3rd3n/megazord
Initialize a Megazord project with configuration and planning structure
reconcile
auge2u/lisa-helps-ralph-loops
Cross-validates ecosystem assumptions against project semantic memory. Identifies drift, schema divergence, and misalignments across multiple codebases.
datamol
Microck/ordinary-claude-skills
Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery: SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters, use rdkit directly.
client-discovery-interview
Yarmoluk/cognify-skills
Conducts structured discovery interviews for consultants, agencies, and service providers. Guides conversation through problem identification, stakeholder mapping, success criteria definition, budget/timeline scoping, and produces a formatted discovery brief with next steps.
react
vainjs/skills
TypeScript/React code standards. Use when writing or reviewing React components, hooks, or TypeScript code.
security
Fujigo-Software/f5-framework-claude
Application security best practices and patterns
api-response-mocker
dkyazzentwatwa/chatgpt-skills
Generate realistic mock API responses with fake data. Use for testing, prototyping, or creating sample data for frontend development.
search
eidetics/claude-eidetic
Semantic code search using Eidetic
skill-container-proxy
roebi/agent-skills
'Proxy for skill-container by observerw. Creates new Agent Skills or migrates existing ones into the Skill Container
txt-copy
umputun/cc-thingz
Copy generated text content to clipboard. Use when user asks to "copy this", "copy to clipboard", "save to clipboard", or after creating emails, messages, letters, or other text content that needs to be shared.
golang-gin-auth
henriqueatila/golang-gin-best-practices
Implement authentication and authorization in Go Gin APIs. Covers JWT middleware (jti blacklisting, refresh rotation), login/register handlers, bcrypt password hashing, RBAC, CSRF protection, rate limiting on auth endpoints, secure cookies, and admin impersonation guards. Use when adding auth, login, signup, JWT tokens, user sessions, permissions, or role checks to a Gin application.
riligar-dev-website-seo
riligar/agents-kit
Implementação de infraestrutura de SEO técnico seguindo a stack RiLiGar (React, Vite, Bun, Elysia). Use para configurar sitemaps, robots.txt, meta tags, OpenGraph, dados estruturados (JSON-LD) e URLs canônicas.
swift-concurrency
dpearson2699/swift-ios-skills
Resolve Swift concurrency compiler errors, adopt Swift 6.2 approachable concurrency (SE-0466), and write data-race-safe async code. Use when fixing Sendable conformance errors, actor isolation warnings, or strict concurrency diagnostics; when adopting default MainActor isolation, @concurrent, nonisolated(nonsending), or Task.immediate; when designing actor-based architectures, structured concurrency with TaskGroup, or background work offloading; or when migrating from @preconcurrency to full Swift 6 strict concurrency.
intlayer-astro
aymericzip/intlayer-skills
Integrates Intlayer internationalization with Astro applications. Use when the user asks to "setup Astro i18n", use "getIntlayer" in Astro components, or manage server-side content in Astro.
error-handling-patterns
autohandai/community-skills
Robust error handling patterns for TypeScript applications