Get the FREE Ultimate OpenClaw Setup Guide →

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.

Submit a Skill

mode

Edmonds-Commerce-Limited/claude-code-hooks-daemon

Get or set daemon operating mode - switch between default and unattended (blocks Stop events)

command-development

nsalvacao/nsalvacao-claude-code-plugins

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

azure-architect

waelouf/cc-powerup-azure-architect

Builds Azure cloud infrastructure and DevOps pipelines from scratch through production. Use when provisioning new Azure resources, setting up CI/CD pipelines, deploying applications to Azure services (App Service, AKS, Functions), configuring monitoring and security, or managing Azure infrastructure lifecycle. CLI-based with Azure CLI, Bicep/Terraform, and DevOps best practices.

tanstack-query

Squirrelfishcityhall150/claude-code-kit

3

TanStack Query v5 data fetching patterns including useSuspenseQuery, useQuery, mutations, cache management, and API service integration. Use when fetching data, managing server state, or working with TanStack Query hooks.

Create Epics And Stories

PabloLION/bmad-plugin

4

# Create Epics And Stories Workflow **Goal:** Break requirements into epics and user stories. **Agent:** Product Manager (John) **Module:** CORE --- ## Execution Read and follow: `./instructions.md` ## Validation After completion, verify against: `./checklist.md`

Create Product Brief

PabloLION/bmad-plugin

4

# Create Product Brief Workflow **Goal:** Create product brief through collaborative discovery. **Agent:** Business Analyst (Mary) **Module:** CORE --- ## Execution Read and follow: `./instructions.md` ## Validation After completion, verify against: `./checklist.md`

media-processor

Vibe-Builders/claude-prime

1

Process multimedia content — audio transcription, video analysis, PDF data extraction, image generation. Use for deeper image analysis when implementing from UI designs, analyzing charts for data, reading dense screenshots, or studying artworks and visual references.

trend-intel

damionrashford/RivalSearch-Plugin

1

Track and analyze trends, breaking news, and market shifts. Measures velocity across web, social, news, GitHub, and academic signals. Produces news digests and trend trajectory reports. Use when tracking news, identifying trends, or monitoring developments.

Create Story

PabloLION/bmad-plugin

4

# Create Story Workflow **Goal:** Creates a dedicated story file with all the context the agent will need to implement it later. **Agent:** Scrum Master (Bob) **Module:** CORE --- ## Execution Read and follow: `./instructions.md` ## Validation After completion, verify against: `./checklist.m

email

mrsknetwork/supernova

1

Implements transactional email via Resend or SendGrid — welcome emails, password resets, order confirmations, and notification digests. Covers HTML template rendering, queue-based sending via Celery, unsubscribe handling, and bounce management. Use when adding any email to an application. Trigger when user mentions "send email", "email notification", "welcome email", "password reset email", "Resend", "SendGrid", "SMTP", "transactional email", or "email template".

delon-form-dynamic-schema-forms

aiskillstore/marketplace

190

Create dynamic schema-based forms using @delon/form (SF component). Use this skill when building complex forms with validation, conditional rendering, async data loading, custom widgets, and multi-step workflows. Ensures forms follow JSON Schema standards, integrate with Angular reactive forms, support internationalization, and maintain consistent validation patterns across the application.

git-sync-skill

caibingcheng/my-skills-collection

1

Automate git workflow with intelligent commit message generation and email consistency verification. Use when syncing code changes with git, creating commits, or pushing to remote repositories. Triggers on phrases like 'sync my changes', 'commit and push', 'git sync', or any git workflow automation needs.

bootstrap-uv-python-workspace

gaelic-ghost/python-skills

1

Bootstrap new Python projects and multi-package workspaces with uv on macOS using deterministic scripts and consistent defaults. Use when creating a new uv Python project, scaffolding a uv monorepo/workspace, setting up package or service profiles, customizing scaffold defaults through layered YAML profiles, initializing dev tooling (pytest, ruff, mypy), creating README scaffolds, or initializing git with an optional first commit.

bun-deploy

DaleSeo/bun-skills

3

Generate optimized Docker images for Bun applications. Use when deploying to containers, minimizing image sizes, setting up CI/CD pipelines, or deploying to Kubernetes.

frontend

mrsknetwork/supernova

1

Implements client-side user interfaces using Next.js 14+ App Router, TypeScript strict mode, Tailwind CSS v3, Shadcn/ui, and Radix UI. Enforces Server vs Client component boundaries, typed props, accessible markup, and integrated form handling. Use for all React/Next.js components, page layouts, data fetching, and styling tasks. Always ask about the existing stack before applying defaults.

migrations

mrsknetwork/supernova

1

Manages database schema changes using Alembic — generates migration files, reviews them for safety, runs them in the right order, and handles rollbacks. Use when adding a new table, modifying columns, adding indexes, or renaming anything in the database. Trigger when the user mentions "migration", "alembic", "schema change", "add column", "rename table", "database version", or "upgrade/downgrade database". This skill prevents the most common data-loss mistakes: running migrations in production without a backup, generating empty migrations, and forgetting to handle nullability on existing rows.

cloudflare-to-bun

DaleSeo/bun-skills

3

Migrate Cloudflare Workers to Bun with runtime compatibility analysis. Use when converting Workers to Bun, migrating from Cloudflare bindings, or moving from edge to server deployment.

github

zebbern/icron

3

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

openskills-e2e-test-runbook

Geeksfino/openskills

28

Run deterministic OpenSkills end-to-end validation across runtime tests and example agents, then report tool calls, activation behavior, and regressions.

ln-720-structure-migrator

levnikolaevich/claude-code-skills

133

Coordinates project structure: SCAFFOLD new or RESTRUCTURE existing to Clean Architecture

get-available-resources

Microck/ordinary-claude-skills

132

This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before running analyses, training models, processing large datasets, or any task where resource constraints matter.

test

Vibe-Builders/claude-prime

1

Run tests and analyze results. Use when verifying code changes, running test suites, or checking test coverage.

sap-fiori-url-generator

likweitan/abap-skills

5

Generate SAP Fiori Launchpad URLs from app names using AppList.json. Looks up app information by name and constructs proper FLP URLs with required parameters like sap-client and sap-language.

clarify-first

DmiyDing/clarify-first

3

An AI Agent Skill that enforces a 'Risk Triage -> Align -> Act' protocol. Triggers when requests contain vague verbs ('optimize', 'improve', 'fix', 'refactor', 'add feature'), missing context (no file paths, unknown dependencies), or high-impact actions (deploy, delete, migrate). Prevents 'silent assumptions' through proactive audit.

Sponsor this space

Reach thousands of developers