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.
create-cli
jmerta/codex-skills
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when designing a CLI spec (before implementation) or refactoring an existing CLI's surface area for consistency, composability, and discoverability.
pci-compliance
wshobson/agents
Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.
shipping-and-launch
addyosmani/agent-skills
Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.
dependency-upgrader
jmerta/codex-skills
Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump, apply changes incrementally, run tests/builds, and document breaking changes. Use when the user asks to bump deps, update frameworks, or address CVEs.
python-packaging
wshobson/agents
Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.
dspy-debugging-observability
OmidZamani/dspy-skills
This skill should be used when the user asks to "debug DSPy programs", "trace LLM calls", "monitor production DSPy", "use MLflow with DSPy", mentions "inspect_history", "custom callbacks", "observability", "production monitoring", "cost tracking", or needs to debug, trace, and monitor DSPy applications in development and production.
api-expert
martinholovsky/claude-skills-generator
Expert API architect specializing in RESTful API design, GraphQL, gRPC, and API security. Deep expertise in OpenAPI 3.1, authentication patterns (OAuth2, JWT), rate limiting, pagination, and OWASP API Security Top 10. Use when designing scalable APIs, implementing API gateways, or securing API endpoints.
Argo Expert
martinholovsky/claude-skills-generator
```yaml --- name: argo-expert description: "Expert in Argo ecosystem (CD, Workflows, Rollouts, Events) for GitOps, continuous delivery, progressive delivery, and workflow orchestration. Specializes in production-grade configurations, multi-cluster management, security hardening, and advanced deploym
ui-ux-pro-max
jmerta/codex-skills
Use when designing, building, or refining frontend UI/UX: layouts, components, visual systems, typography, color, and UX patterns for websites, landing pages, dashboards, and product interfaces. Provides searchable styles, palettes, font pairings, charts, and stack best practices (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind).
langchain
Orchestra-Research/AI-Research-SKILLs
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.
dbus
martinholovsky/claude-skills-generator
Expert in D-Bus IPC (Inter-Process Communication) on Linux systems. Specializes in secure service communication, method calls, signal handling, and system integration. HIGH-RISK skill due to system service access and privileged operations.
async-programming
martinholovsky/claude-skills-generator
Concurrent operations with asyncio and Tokio, focusing on race condition prevention, resource safety, and performance
Design Systems
martinholovsky/claude-skills-generator
# Design Systems Skill ```yaml name: design-systems-expert risk_level: LOW description: Expert in token-based theming, component APIs, design system architecture, and creating scalable design foundations version: 1.0.0 author: JARVIS AI Assistant tags: [design-system, tokens, theming, components, a
dspy-haystack-integration
OmidZamani/dspy-skills
This skill should be used when the user asks to "integrate DSPy with Haystack", "optimize Haystack prompts using DSPy", "use DSPy to improve Haystack pipeline", mentions "Haystack pipeline optimization", "combining DSPy and Haystack", "extract DSPy prompt for Haystack", or wants to use DSPy's optimization capabilities to automatically improve prompts in existing Haystack pipelines.
Database Design Expert
martinholovsky/claude-skills-generator
Expert in database schema design with focus on normalization, indexing strategies, FTS optimization, and performance-oriented architecture for desktop applications
security-and-hardening
addyosmani/agent-skills
Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
project-kpi-dashboard
datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction
Create interactive KPI dashboards for construction projects. Track schedule, cost, quality, and safety metrics in real-time.
bim-clash-detection
datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction
Detect and analyze geometric clashes in BIM models. Identify MEP, structural, and architectural conflicts before construction.
graph-database-expert
martinholovsky/claude-skills-generator
Expert in graph database design and development with deep knowledge of graph modeling, traversals, query optimization, and relationship patterns. Specializes in SurrealDB but applies generic graph database concepts. Use when designing graph schemas, optimizing graph queries, implementing complex relationships, or building graph-based applications.
review-pr
flurdy/agent-skills
Review a pull request by checking the code changes, PR description, and CI status against the linked Jira ticket requirements. Produces an AC checklist and flags concerns.
Encryption
martinholovsky/claude-skills-generator
# Encryption Skill --- name: encryption version: 1.0.0 domain: security/cryptography risk_level: HIGH languages: [python, typescript, rust, go] frameworks: [sqlcipher, cryptography, libsodium] requires_security_review: true compliance: [GDPR, HIPAA, PCI-DSS, SOC2] last_updated: 2025-01-15 --- > **
follow-up
humanizerai/agent-skills
Write follow-up emails that re-engage without being annoying. Uses proven psychology for follow-up sequences. 42% of replies come from follow-ups.
pol-probe-advisor
deanpeters/Product-Manager-Skills
Select the right Proof of Life (PoL) probe based on hypothesis, risk, and resources. Use this to match the validation method to the real learning goal, not tooling comfort.
llamaguard
Orchestra-Research/AI-Research-SKILLs
Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.