All Skills
(19,010)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.
component-flattening-analysis
tech-leads-club/agent-skills
Detects misplaced classes and fixes component hierarchy problems — finds code that should belong inside a component but sits at the root level. Use when asking "clean up component structure", "find orphaned classes", "fix module hierarchy", "flatten nested components", or analyzing why namespaces have misplaced code. Do NOT use for dependency analysis (use coupling-analysis) or domain grouping (use domain-identification-grouping).
design
rjroy/vibe-garden
This skill makes technical decisions for complex problems. Use when the "how" IS the problem - algorithms, data structures, system boundaries, performance, security. Triggers include "design this", "what's the algorithm for", "how should this work technically", "technical approach for", "architecture for".
deep-review
mikeng-io/agent-skills
Multi-agent quality improvement review with constructive feedback. Provides suggestions for best practices, code quality, alternatives, and performance optimization.
stock-analyzer
FrancyJGLisboa/agent-skill-creator
Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.
code-reviewer
Joncik91/ucai
Use when reviewing pull requests, analyzing code quality, identifying issues, or generating review checklists. Covers TypeScript, JavaScript, Python, Go, Swift, and Kotlin.
Plan Breakdown
rjroy/vibe-garden
--- name: plan-breakdown description: This skill should be used when the user asks to "break down this plan", "decompose this plan", "create tasks from this plan", "plan-breakdown", "break plan into tasks", "scope this into tasks", "generate tasks from plan", or wants to generate task files from a
Docker Hub
alfredang/skills
Build and push Docker images to Docker Hub (tertiaryinfotech). Auto-generates Dockerfile if missing by detecting project type. Use when pushing Docker images, running "push to docker hub", "docker push", or any Docker Hub deployment task.
n8n-workflow-patterns
pessini/aria
Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, or scheduled tasks.
sdd-implement
rubenzarroca/sdd-plugin
Execute one or more tasks from the SDD task list. Use when the user says 'implement task', 'execute task', 'build task', 'do TASK-001', 'next task', 'start implementing', or wants to work on specific tasks. Reads only task blocks and their listed files. Auto-batches small tasks when possible.
Retro
rjroy/vibe-garden
--- name: retro description: This skill reviews completed work and records lessons learned. Use after completing a feature, when capturing insights before they fade, for periodic reflection on progress, or to graduate lessons to higher scopes. Triggers include "let's do a retro", "what did we lear
deep-verify
mikeng-io/agent-skills
Generic multi-agent verification framework with balanced expert analysis. Model-agnostic and domain-agnostic - verify any work through expert analysis.
sdd-tasks
rubenzarroca/sdd-plugin
Decompose a technical plan into an atomic, ordered task list. Use when the user says 'break it down', 'create task list', 'decompose the plan', 'what are the implementation steps', or wants to go from plan to actionable work items. Runs after /sdd:plan.
semantic-search
sagarmk/beacon-plugin
Primary code search — hybrid semantic + keyword + BM25 matching. Automatically intercepted as default search when Beacon index is healthy.
attack-report
morodomi/redteam-skills
セキュリティスキャン結果をMarkdownレポートに変換。
sdd-status
rubenzarroca/sdd-plugin
Show current SDD state and progress at a glance. Use when the user says 'status', 'where are we', 'where we left off', 'session recovery', 'what's the progress', or wants a quick overview of feature and task progress. Ultra-lightweight — reads only state.json.
building-native-ui
alfredang/skills
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
132-java-testing-integration-testing
jabrena/cursor-rules-java
Use when you need to set up, review, or improve Java integration tests — including generating a BaseIntegrationTest.java with WireMock for HTTP stubs, detecting HTTP client infrastructure from import signals, injecting service coordinates dynamically via System.setProperty(), creating WireMock JSON mapping files with bodyFileName, isolating stubs per test method, verifying HTTP interactions, or eliminating anti-patterns such as Mockito-mocked HTTP clients or globally registered WireMock stubs. Part of the skills-for-java project
python-clean-code
mikeleg/mg-skills-marketplace
Write clean, maintainable Python code following PEP 8, type hints, and pragmatic clean architecture. Use when writing Python code, creating new Python projects, refactoring existing code, or reviewing Python implementations. Triggers on Python file creation, code generation requests, project scaffolding, or refactoring tasks.
vibe-debugging-journal
ash1794/vibe-engineering
Record resolved bugs in a persistent journal — symptom, root cause, difficulty, fix, prevention. Organized by category for future reference.
gh-address-comments
openai/skills
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
pr-review-loop
xpepper/pr-review-agent-skill
Use when addressing open PR review comments from any reviewer (human or bot) within the current agent session. For a fresh-context-per-comment approach, use ralph-wiggum-loop instead.
cloud-azure-storage
partme-ai/full-stack-skills
Provides comprehensive guidance for Azure Storage including blob storage, file shares, queues, and storage account management. Use when the user asks about Azure Storage, needs to store data in Azure, configure Azure Storage, or work with Azure storage services.
vibe-doc-quality-gate
ash1794/vibe-engineering
Fast 6-point quality check for technical documents (specs, design docs, READMEs). Use after editing any specification or design document.
vibe-fuzz-parser-inputs
ash1794/vibe-engineering
Generate fuzz test scaffolding for parsers handling external input (YAML, JSON, config files, user input). Seeds corpus from existing fixtures and runs initial pass.