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.
skill-creator
dversoza/claude-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.
product-requirements-builder
mouchegmouradian/claude-code-skills
Build comprehensive product requirements documents (PRDs) and technical RFC specifications for software projects. Guides the user through structured discovery — from problem statement and user personas to technical architecture, data models, and implementation RFCs. Use this skill whenever the user wants to plan a new product, define requirements for a feature, create technical specs, write an RFC, break down a project into implementable pieces, or prepare documentation for AI-assisted coding (Claude Code, Cursor, etc.). Also use when the user says things like "help me spec this out", "let's plan this project", "write a PRD", "create an RFC", "break this into tasks", or "I need to define requirements for...".
smol-toml
nklisch/skilltap
Reference for smol-toml TOML parser/serializer. Use this skill whenever reading, writing, or manipulating TOML files, especially config.toml. Covers parse, stringify, TomlDate, TomlError, and the TOML-to-JavaScript type mapping. Use this for packages/core/src/config.ts or any code touching config.toml.
mcp-deepwiki
aahl/skills
Skills for accessing and searching docs in DeepWiki/GitHub’s public code repositories can help users understand open-source project source codes, and users can also ask questions directly about the code docs.
mcp-duckgo
aahl/skills
Skills for web search and content scraping via DuckDuckGo MCP Server. Used when users need online searching and web scraping.
mcp-hass
aahl/skills
The skill for control Home Assistant smart home devices and query states using MCP protocol.
clipboard
MonkeyLeeT/skills
Auto-copy code, commands, and shareable content to system clipboard. Proactively copies paste-worthy output; manually invoke with /copy.
codeact
gradion-ai/ipybox
Generate and execute code for acting with Python tools. Activate when user explicitly requests to "use the codeact skill" or similar phrases.
malicious-skill
nklisch/skilltap
A test fixture containing synthetic security patterns for scanner testing.
patterns
nklisch/skilltap
Project code patterns and conventions. Auto-loads when implementing, designing, verifying, or reviewing code. Provides detailed pattern definitions with code examples. Consult this whenever writing new code, reviewing changes, or trying to understand how this project structures things.
aep
way-platform/skills
API design system in the AEP (API Enhancement Proposals) collection. AEPs provide high-level, concise documentation for API development, serving as the source of truth for consistent, intuitive, and machine-readable API designs. Use this skill when designing, reviewing, or implementing APIs to ensure compliance with these established standards.
Swiss Legal Strategy
fedec65/bettercallclaude
Swiss litigation strategy including case strength analysis, risk assessment, procedural strategy (ZPO), cost-benefit analysis, settlement evaluation, and alternative dispute resolution for Swiss federal and cantonal courts
pubfi-dsl-client
helixbox/pubfi-skills
Use when external agents must construct PubFi DSL requests for OpenSearch and Postgres without server-side natural language compilation.
pubfi-crypto-daily-report
helixbox/pubfi-skills
Aggregates crypto news from multiple sources and generates curated daily markdown reports with automated scoring and deduplication.
pubfi-morpho-v2-conservative-leaderboard
helixbox/pubfi-skills
Use when you need a conservative Morpho Vaults leaderboard across Ethereum/Base/Arbitrum with strict exposure-asset allowlists and liquidity/whitelist filters.
building-ai-chat
ancoleman/ai-design-components
Builds AI chat interfaces and conversational UI with streaming responses, context management, and multi-modal support. Use when creating ChatGPT-style interfaces, AI assistants, code copilots, or conversational agents. Handles streaming text, token limits, regeneration, feedback loops, tool usage visualization, and AI-specific error patterns. Provides battle-tested components from leading AI products with accessibility and performance built in.
pubfi-crypto-project-research
helixbox/pubfi-skills
Generate professional, evidence-backed research reports for crypto projects.
azure-monitor-audit
BagelHole/DevOps-Security-Agent-Skills
Configure Azure Monitor and Activity Log for auditing. Set up diagnostic settings and log analytics. Use when auditing Azure activity.
d3js-data-visualization
besoeasy/open-skills
Create interactive, custom data visualizations using d3.js — including charts, graphs, network diagrams, and geographic maps. Use when you need fine-grained control over visual elements, transitions, or interactions beyond what standard charting libraries offer, in any JavaScript environment (vanilla JS, React, Vue, Svelte, etc.).
city-tourism-website-builder
besoeasy/open-skills
Research and create modern, animated tourism websites for cities with historical facts, places to visit, and colorful designs.
api-filtering-sorting
secondsky/claude-skills
Builds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, building data grids, or creating dynamic query APIs.
pgns
pgns-io/claude-skills
Webhook relay SDK and CLI integration for pgns
api-rate-limiting
secondsky/claude-skills
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
Agent Browser Automation
PramodDutta/qaskills
Fast Rust-based headless browser automation CLI with Node.js fallback for AI agents, featuring navigation, clicking, typing, snapshots, and structured commands optimized for agent workflows.