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.
code-reviewing
huangjia2019/claude-code-engineering
Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.
clickhouse-system-queries
FrankChen021/datastoria
Dispatcher skill for ClickHouse system-table operational queries. Use table-specific references for concrete SQL patterns.
naming-obviousness
codybrom/clairvoyance
Reviews naming quality and code obviousness. Use when the user asks to check naming, when names feel vague or imprecise, when something is hard to name (a design signal, not a vocabulary problem), or when code behavior isn't obvious on first read. Applies the isolation test, scope-length principle, and consistency audit.
playwright-debugging
ed3dai/ed3d-plugins
Use when Playwright scripts fail, tests are flaky, selectors stop working, or timeouts occur - provides systematic debugging approach for browser automation issues
memory-guidance
doancan/mags
Provides guidance on using the memory system for storing decisions, context, and quick notes across sessions. Use when deciding what to remember, categorizing stored information, or managing session context. Triggers on remembering things, storing decisions, session context, memory management, save context, load context, quick notes, decision log, conventions tracking.
api-generating
huangjia2019/claude-code-engineering
Generate API endpoint documentation from Express route files. Use when the user asks to generate, update, or review API docs for Express.js routes.
exploratory-testing
686f6c61/alfred-dev
Usar para testing exploratorio con sesiones documentadas
erpnext-errors-hooks
OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package
Error handling patterns for ERPNext hooks.py configurations. Use when debugging doc_events errors, scheduler failures, boot session issues, and app initialization problems. V14/V15/V16 compatible. Triggers: hooks.py error, doc_events error, scheduler error, boot session error, app initialization error.
code-health-check
huangjia2019/claude-code-engineering
Perform a comprehensive code health check on a directory. Use when the user asks to analyze code quality, find issues, or get a health report.
quality-checking
huangjia2019/claude-code-engineering
Validate API documentation against quality standards. Use when you need to verify generated docs are complete and correct.
ai-product
xfstudio/skills
Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimization that doesn't bankrupt you. Use when: keywords, file_patterns, code_patterns.
kiro-skill
feiskyer/codex-settings
Interactive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and implementation task lists. Use when creating feature specs, requirements documents, design documents, or implementation plans. Triggered by "kiro" or references to .kiro/specs/ directory.
Recall Context
davegoldblatt/total-recall
Show what memory files are loaded and available in the current session.
reflecting
wayne930242/Reflexive-Claude-Code
Use when completing significant work to extract learnings. Use when user says "reflect", "what did we learn", "capture learnings". Use after resolving complex problems or discovering patterns.
Recall Log
davegoldblatt/total-recall
Quick append to daily log without write gate evaluation.
algolia-automation
ComposioHQ/awesome-claude-skills
Automate Algolia tasks via Rube MCP (Composio). Always search tools first for current schemas.
azure-kusto
microsoft/GitHub-Copilot-for-Azure
Query and analyze data in Azure Data Explorer (Kusto/ADX) using KQL for log analytics, telemetry, and time series analysis. USE FOR: KQL queries, Kusto database queries, Azure Data Explorer, ADX clusters, log analytics, time series data, IoT telemetry, anomaly detection DO NOT USE FOR: SQL databases, NoSQL queries (use azure-storage), Elasticsearch, AWS analytics tools
google_classroom-automation
ComposioHQ/awesome-claude-skills
Automate Google Classroom tasks via Rube MCP (Composio): course management, assignments, student rosters, and announcements. Always search tools first for current schemas.
alpha-vantage-automation
ComposioHQ/awesome-claude-skills
Automate Alpha Vantage tasks via Rube MCP (Composio). Always search tools first for current schemas.
Selenium Self-Healing
aiqualitylab/agent-skills
AI-powered self-healing Selenium tests with Reqnroll BDD
security-review
doancan/mags
Provides security review guidance including OWASP Top 10, threat modeling, secure coding practices, and security checklists. Triggers on security, threat model, vulnerability, OWASP, authentication, authorization, encryption, secrets, security review, penetration testing.
general-vs-special
codybrom/clairvoyance
Evaluates whether interfaces are appropriately general-purpose. Use when the user asks to check interface generality, when a module has if-branches or parameters serving only one caller, when getters/setters expose internal representation, or when an interface is over-specialized. Checks general-purpose design, special-general mixture, and defaults.
module-boundaries
codybrom/clairvoyance
Evaluates where module boundaries are drawn and whether modules should be merged or split. Use when deciding whether to combine or separate two specific modules, when two modules seem tightly coupled, or when a change to one module forces changes to another. Not for evaluating depth within a single module (use deep-modules) or quality of an abstraction layer (use abstraction-quality).
community-pulse
fusengine/agents
Monitor community feedback on Claude Code via Exa search. Gathers sentiment, real-world usage patterns, bug reports, and feature requests from blogs, forums, and social media.