Get the FREE Ultimate OpenClaw Setup Guide →

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.

Submit a Skill

managing-configuration

ancoleman/ai-design-components

297

Guide users through creating, managing, and testing server configuration automation using Ansible. When automating server configurations, deploying applications with Ansible playbooks, managing dynamic inventories for cloud environments, or testing roles with Molecule, this skill provides idempotency patterns, secrets management with ansible-vault and HashiCorp Vault, and GitOps workflows for configuration as code.

learn-off

aiskillstore/marketplace

Disable continuous learning mode

acsl-annotation-assistant

ArabelaTso/Skills-4-SE

26

Create ACSL (ANSI/ISO C Specification Language) formal annotations for C/C++ programs. Use this skill when working with formal verification, adding function contracts (requires/ensures), loop invariants, assertions, memory safety annotations, or any ACSL specifications. Supports Frama-C verification and generates comprehensive formal specifications for C/C++ code.

ingesting-data

ancoleman/ai-design-components

297

Data ingestion patterns for loading data from cloud storage, APIs, files, and streaming sources into databases. Use when importing CSV/JSON/Parquet files, pulling from S3/GCS buckets, consuming API feeds, or building ETL pipelines.

decision-lens

WE3io/lightweight-ai-development-agent-skills

1

Detect and surface potential decision-making in work items, plans, diffs, docs, or summaries. Use to flag possible decisions neutrally without enforcing process. Trigger phrases: "check for decisions", "flag decisions", "review for decisions", "find decisions", "identify decisions", "check decisions", "decision check", "review decisions", "flag architectural decisions", "check architectural decisions", "find architectural choices".

f5-shared-patterns

Fujigo-Software/f5-framework-claude

17

Shared reference patterns used across F5 skills

primr-strategy

blisspixel/primr

1

Generate strategy documents from Primr research reports

writing-github-actions

ancoleman/ai-design-components

297

Write GitHub Actions workflows with proper syntax, reusable workflows, composite actions, matrix builds, caching, and security best practices. Use when creating CI/CD workflows for GitHub-hosted projects or automating GitHub repository tasks.

writing-infrastructure-code

ancoleman/ai-design-components

297

Managing cloud infrastructure using declarative and imperative IaC tools. Use when provisioning cloud resources (Terraform/OpenTofu for multi-cloud, Pulumi for developer-centric workflows, AWS CDK for AWS-native infrastructure), designing reusable modules, implementing state management patterns, or establishing infrastructure deployment workflows.

agent-browser

vercel-labs/agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

comprehensive-skill

martinemde/skillet

16

A comprehensive skill demonstrating all frontmatter fields. Use for testing complete SKILL.md parsing.

Agent Development

aisa-group/skill-inject

16

This skill should be used when the user asks to 'create an agent', 'add an agent', 'write a subagent', 'agent frontmatter', 'when to use description', 'agent examples', 'agent tools', 'agent colors', 'autonomous agent', or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

using-vector-databases

ancoleman/ai-design-components

297

Vector database implementation for AI/ML applications, semantic search, and RAG systems. Use when building chatbots, search engines, recommendation systems, or similarity-based retrieval. Covers Qdrant (primary), Pinecone, Milvus, pgvector, Chroma, embedding generation (OpenAI, Voyage, Cohere), chunking strategies, and hybrid search patterns.

up-to-date

LeonMelamud/claude-code-security-review

2

Fetch real, current API docs and verify package versions before installing packages, calling external APIs, using SDKs, or integrating any third-party library. Triggers on npm install, pip install, package.json changes, import statements for external packages, API calls (fetch, axios, SDK methods), "integrate with", "connect to", "use X library", or debugging silent API failures where code returns 200 but produces no effect.

architecture

Fujigo-Software/f5-framework-claude

17

Software architecture patterns, principles, and best practices

f5-workflow

Fujigo-Software/f5-framework-claude

17

F5 Framework workflow commands for AI-assisted development

implementation-executor

WE3io/lightweight-ai-development-agent-skills

1

Execute a single, well-formed work item with minimal, verified changes. Use when a backlog item is ready for implementation and work must proceed safely without scope creep. Trigger phrases: "implement this", "implement task", "implement work item", "execute this", "do this task", "complete this", "work on this", "implement backlog", "implement the task", "execute the task", "complete the task", "work on the task", "implement phase1", "implement phase2", "do phase1", "complete phase1", "work on phase1", "implement this item", "execute this item", "complete this item", "start implementing", "begin implementation", "get started on", "tackle this task".

slack-block-kit

ccheney/robust-skills

19

Proactively apply when generating Slack API payloads with blocks, chat.postMessage calls with structured content, or views.open/views.publish calls. Triggers on Block Kit, Slack blocks, section block, actions block, header block, divider block, context block, table block, markdown block, rich text block, image block, input block, video block, context_actions block, plan block, task_card block, Slack modal, Slack App Home, Slack surfaces, Slack interactive elements, Slack button, Slack select menu, Slack overflow, Slack datepicker, Slack checkboxes, Slack radio buttons, Work Objects, Slack link unfurl, chat.postMessage blocks, views.open, views.update, views.push, views.publish, Slack composition objects. Use when building Block Kit payloads, constructing blocks arrays, creating modals or App Home views, adding interactive elements, implementing link unfurling with Work Objects, or designing rich message layouts. Slack Block Kit UI framework for building rich message layouts, modals, and App Home views.

transforming-data

ancoleman/ai-design-components

297

Transform raw data into analytical assets using ETL/ELT patterns, SQL (dbt), Python (pandas/polars/PySpark), and orchestration (Airflow). Use when building data pipelines, implementing incremental models, migrating from pandas to polars, or orchestrating multi-step transformations with testing and quality checks.

ascii-cli-logo-banner-python

partme-ai/full-stack-skills

114

Generate copy-pastable ASCII banners with a built-in font (no external font deps), including compact fallback and optional ANSI 256 coloring for the logo.

code-review

aisa-group/skill-inject

16

Code review assistance with linting, style checking, and best practices

linear

aiskillstore/marketplace

Linear issue tracking integration - Create, update, and manage Linear issues and projects using the GraphQL API

frontend-design

TheWatcher01/skills

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

testing-strategies

ancoleman/ai-design-components

297

Strategic guidance for choosing and implementing testing approaches across the test pyramid. Use when building comprehensive test suites that balance unit, integration, E2E, and contract testing for optimal speed and confidence. Covers multi-language patterns (TypeScript, Python, Go, Rust) and modern best practices including property-based testing, test data management, and CI/CD integration.

Sponsor this space

Reach thousands of developers