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.
enhanced-message-context
lingui/skills
Provide additional context for messages based on the codebase and the context of the message to improve the quality of the translations.
orchardcore-admin
CrestApps/CrestApps.AgentSkills
Guidance for working with the Orchard Core admin panel, including admin controllers, menu registration, dashboard widgets, admin theme customization, settings pages, and admin-specific shapes and zones.
gemini-cli
yu-iskw/coding-agent-skills
Executes tasks using the Gemini CLI (`gemini`). Automatically determines the safest approval mode (plan, auto_edit, or yolo) based on the task type.
swc-plugin-compatibility
lingui/skills
Diagnose and fix Lingui SWC plugin compatibility errors with Next.js, Rspack, or other SWC runtimes. Use when seeing errors like "failed to invoke plugin", "failed to run Wasm plugin transform", "out of bounds memory access", or "LayoutError" during builds with @lingui/swc-plugin.
orchardcore-ai
CrestApps/CrestApps.AgentSkills
Skill for configuring AI integrations in Orchard Core. Covers AI service registration, MCP enablement, prompt configuration, and agent framework integration.
lingui-best-practices
lingui/skills
Implement internationalization with Lingui in React and JavaScript applications. Use when adding i18n, translating UI, working with Trans/useLingui/Plural, extracting messages, compiling catalogs, or when the user mentions Lingui, internationalization, i18n, translations, locales, message extraction, ICU MessageFormat, or working with .po files.
orchardcore-background-tasks
CrestApps/CrestApps.AgentSkills
Skill for creating background tasks and scheduled jobs in Orchard Core. Covers IBackgroundTask implementation, scheduling configuration, and background service patterns.
orchardcore-content-fields
CrestApps/CrestApps.AgentSkills
Skill for adding and configuring content fields in Orchard Core. Covers every built-in field type with all available settings, editor options, display modes, and migration code patterns.
cursor-agent-cli
yu-iskw/coding-agent-skills
Executes tasks using the Cursor Agent CLI (`cursor-agent`). Provides structured modes for planning, Q&A, and full automation with safety guardrails.
deep-research
kongyo2/deep-research-skill
This skill should be used when the user requests comprehensive research, deep investigation, or detailed academic-style reports on any topic. Trigger phrases include "deep research", "comprehensive investigation", "detailed report", "academic research", or requests for thorough analysis of complex subjects. The skill produces multi-thousand word reports in markdown format with extensive citations.
orchardcore-content-parts
CrestApps/CrestApps.AgentSkills
Skill for adding and configuring built-in content parts in Orchard Core. Covers every built-in content part with all available settings, migration code patterns, and recipe configuration.
Rag Eval
davicqueiroz/claude-rag-skills
# RAG Evaluation Skill Evaluate RAG system quality using standard metrics and optionally benchmark against Ailog's production RAG API. ## When to Use Use `/rag-eval` when: - Testing retrieval quality before deployment - Comparing different RAG configurations - Measuring generation faithfulness an
memory-palace-architect
athola/claude-night-market
'Consult this skill when designing permanent memory palace structures.
gh-pr
puku0x/agent-skills-test
Create pull requests with proper title format, description template and project conventions. Use when asked to "create a PR", "create pull request", "open a PR", "submit PR", or when ready to push changes and open PR for review. Automatically formats PR titles with type and scope (feat, fix, docs, etc.), generates description template in Japanese, and uses gh CLI for PR creation.
figma
Makiya1202/ai-agents-skills
Integrate with Figma API for design automation and code generation. Use when extracting design tokens, generating React/CSS code from Figma components, syncing design systems, building Figma plugins, or automating design-to-code workflows. Triggers on Figma API, design tokens, Figma plugin, design-to-code, Figma export, Figma component, Dev Mode.
libgdx-2d-rendering
kyu-n/gdx-claude-skills
Use when writing libGDX Java/Kotlin code involving 2D rendering — SpriteBatch, ShapeRenderer, Texture, TextureRegion, TextureAtlas, Camera, Viewport, draw ordering, blending, or screen clearing. Use when debugging rendering artifacts, missing sprites, stretched graphics, or begin/end errors.
orchardcore-display-management
CrestApps/CrestApps.AgentSkills
Skill for using Orchard Core's display management system. Covers display drivers, display managers, shapes, display types, shape table providers, placement, and editor/display mode patterns.
orchardcore-features
CrestApps/CrestApps.AgentSkills
Explains OrchardCore feature management including enabling and disabling features, programmatic control with IShellFeaturesManager, feature dependencies, conditional service registration, feature event handlers, recipe-based activation, and a catalog of commonly used features organized by category.
orchardcore-email
CrestApps/CrestApps.AgentSkills
Guidance for configuring and sending emails in Orchard Core using the OrchardCore.Email module, including SMTP setup, programmatic sending via ISmtpService, Liquid-based email templates, recipe-driven configuration, workflow email activities, and the Azure Communication Services email provider.
orchestrating-parallel-tasks
yu-iskw/coding-agent-skills
Decomposes complex or large-scale requirements into discrete, mutually exclusive sub-tasks that can be executed in parallel by multiple agents. Use when a task is described as an "epic", spans multiple architectural layers, or would benefit from concurrent development to reduce time-to-completion.
ad-copy-google-ads
edholofy/dojo.md
Writes Google Ads copy including RSA headlines, descriptions, extensions, DKI, and CTAs optimized for Quality Score and search intent. Use when creating, auditing, or rewriting Google Search ad campaigns from keyword research through final copy with extensions.
feature-review
athola/claude-night-market
'Feature review and prioritization with RICE/WSJF/Kano scoring. Creates
aiconfig-tools
launchdarkly/agent-skills
Guide for giving your AI agents capabilities through tools. Helps you identify what your AI needs to do, create tool definitions, and attach them in a way that makes sense for your framework.
dit
HappyHackingSpace/skills
Classify HTML pages, forms, and fields using machine learning. Use when the user needs to detect page types (login, error, captcha), identify form types (login, search, registration), or classify form fields (username, password, email) from HTML content or URLs.