Discover Skills

All Skills

8780 results · Showing 1-60

bluebubbles

Content & Writing

by clawdbot

Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".

237.5K
Feb 4, 2026, 02:06 AM

create-pr

Coding

by n8n-io

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

176.8K
Jan 14, 2026, 03:12 PM

prompt-lookup

Content & Writing

by f

Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.

148.7K
Jan 15, 2026, 09:38 PM

skill-lookup

Content & Writing

by f

>

148.7K
Feb 17, 2026, 09:29 AM

cache-components

Content & Writing

by vercel

137.1K
Jan 12, 2026, 02:51 AM

orpc-contract-first

Data & Analytics

by langgenius

Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.

130.6K
Jan 21, 2026, 06:48 AM

by langgenius

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

130.6K
Jan 21, 2026, 06:48 AM

by langgenius

Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.

125.6K
Jan 12, 2026, 05:47 AM

by langgenius

Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.

125.6K
Jan 12, 2026, 05:47 AM

by langgenius

Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.

125.6K
Jan 12, 2026, 05:47 AM

skill-creator

Content & Writing

by langgenius

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.

125.6K
Jan 12, 2026, 05:47 AM

by electron

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

119.7K
Jan 12, 2026, 04:56 AM

by pytorch

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

96.5K
Jan 12, 2026, 05:27 AM

by pytorch

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

96.5K
Jan 12, 2026, 05:27 AM

docstring

Coding

by pytorch

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

96.5K
Jan 12, 2026, 05:27 AM

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

96.5K
Jan 12, 2026, 05:27 AM

skill-creator

Content & Writing

by google-gemini

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 Gemini CLI's capabilities with specialized knowledge, workflows, or tool integrations.

95.9K
Jan 14, 2026, 08:57 PM

pr-creator

Productivity

by google-gemini

Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.

90.5K
Jan 12, 2026, 05:38 AM

by oven-sh

Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.

86.2K
Jan 12, 2026, 04:45 AM

by oven-sh

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

86.2K
Jan 12, 2026, 04:45 AM

by oven-sh

Guides writing bundler tests using itBundled/expectBundled in test/bundler/. Use when creating or modifying bundler, transpiler, or code transformation tests.

86.2K
Jan 12, 2026, 04:45 AM

by oven-sh

Guides writing HMR/Dev Server tests in test/bake/. Use when creating or modifying dev server, hot reloading, or bundling tests.

86.2K
Jan 12, 2026, 04:45 AM

zig-system-calls

Data & Analytics

by oven-sh

Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.

86.2K
Jan 12, 2026, 04:45 AM

concept-workflow

Content & Writing

by leonardomso

End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review

66.1K
Jan 7, 2026, 12:51 PM

by leonardomso

Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation

66.1K
Jan 7, 2026, 12:51 PM

resource-curator

Content & Writing

by leonardomso

Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links

66.1K
Jan 7, 2026, 12:51 PM

by leonardomso

Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential

66.1K
Jan 7, 2026, 12:51 PM

by leonardomso

Generate comprehensive Vitest tests for code examples in JavaScript concept documentation pages, following project conventions and referencing source lines

66.1K
Jan 7, 2026, 12:51 PM

by leonardomso

Write or review JavaScript concept documentation pages for the 33 JavaScript Concepts project, following strict structure and quality guidelines

66.1K
Jan 7, 2026, 12:51 PM

by cline

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.

58.5K
Feb 24, 2026, 12:31 AM

skill-creator

Content & Writing

by openai

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 Codex's capabilities with specialized knowledge, workflows, or tool integrations.

55.9K
Jan 12, 2026, 04:41 AM

by openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

55.9K
Jan 12, 2026, 04:41 AM

by anthropics

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.

55.4K
Jan 11, 2026, 12:28 AM

by anthropics

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

55.4K
Jan 11, 2026, 12:28 AM

command-development

Content & Writing

by anthropics

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.

55.4K
Jan 11, 2026, 12:28 AM

by anthropics

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

55.4K
Jan 11, 2026, 12:28 AM

configured-agent

Content & Writing

by anthropics

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

55.4K
Jan 11, 2026, 12:28 AM

by anthropics

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

55.4K
Jan 11, 2026, 12:28 AM

by anthropics

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

55.4K
Jan 11, 2026, 12:28 AM

by anthropics

This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.

55.4K
Jan 11, 2026, 12:28 AM

rule-identifier

Content & Writing

by anthropics

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.

55.4K
Jan 11, 2026, 12:28 AM

skill-development

Content & Writing

by anthropics

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

55.4K
Jan 11, 2026, 12:28 AM

security-review

Content & Writing

by affaan-m

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

54.2K
Feb 23, 2026, 04:00 PM

tdd-workflow

Content & Writing

by affaan-m

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

54.2K
Feb 23, 2026, 04:00 PM

by TryGhost

Add a new endpoint or endpoints to Ghost's Admin API at `ghost/api/admin/**`.

51.6K
Jan 12, 2026, 02:12 AM

by TryGhost

Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database.

51.6K
Jan 12, 2026, 02:12 AM

by metabase

Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling

45.5K
Jan 12, 2026, 05:39 AM

by metabase

Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.

45.5K
Jan 12, 2026, 05:39 AM

by metabase

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

45.5K
Jan 12, 2026, 05:39 AM

docs-review

Content & Writing

by metabase

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

45.5K
Jan 12, 2026, 05:39 AM

docs-write

Content & Writing

by metabase

Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).

45.5K
Jan 12, 2026, 05:39 AM

by metabase

Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.

45.5K
Jan 12, 2026, 05:39 AM

by metabase

Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.

45.5K
Jan 12, 2026, 05:39 AM

skill-creator

Content & Writing

by tldraw

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.

44.5K
Jan 10, 2026, 02:48 PM

write-docs

Content & Writing

by tldraw

Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.

44.5K
Jan 10, 2026, 02:48 PM

by tldraw

Writing Playwright E2E tests for tldraw. Use when creating browser tests, testing UI interactions, or adding E2E coverage in apps/examples/e2e or apps/dotcom/client/e2e.

44.5K
Jan 10, 2026, 02:48 PM

by tldraw

Writing examples for the tldraw SDK examples app. Use when creating new examples, adding SDK demonstrations, or writing example code in apps/examples.

44.5K
Jan 10, 2026, 02:48 PM

by tldraw

Writing and maintaining GitHub issues for the tldraw repository. Use when creating new issues, editing issue titles/bodies, triaging issues, or cleaning up issue metadata (types, labels).

44.5K
Jan 10, 2026, 02:48 PM

write-pr

Content & Writing

by tldraw

Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.

44.5K
Jan 10, 2026, 02:48 PM

by tldraw

Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.

44.5K
Jan 10, 2026, 02:48 PM
Previous Page 1 of 147 Next →