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.
security-patterns
aiskillstore/marketplace
Security patterns and OWASP guidelines. Triggers on: security review, OWASP, XSS, SQL injection, CSRF, authentication, authorization, secrets management, input validation, secure coding.
frontend-design
b1rdmania/claude-brand-skills
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.
pyhealth
Microck/ordinary-claude-skills
Comprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working with electronic health records (EHR), clinical prediction tasks (mortality, readmission, drug recommendation), medical coding systems (ICD, NDC, ATC), physiological signals (EEG, ECG), healthcare datasets (MIMIC-III/IV, eICU, OMOP), or implementing deep learning models for healthcare applications (RETAIN, SafeDrug, Transformer, GNN).
orchestrating-parallel-agents
aiskillstore/marketplace
Spawns multiple AI coding agents to work on related GitHub issues concurrently using git worktrees. Use when breaking down a large feature into multiple issues, running parallel agents with --print flag, or managing wave-based execution of related tasks.
wolfram-alpha-api-automation
ComposioHQ/awesome-claude-skills
Automate Wolfram Alpha API tasks via Rube MCP (Composio). Always search tools first for current schemas.
commit
iktakahiro/python-fastapi-ddd-skill
Prepare and create git commits in this repository using Conventional Commits; use when the user asks to commit or split commits for a task.
binary-re
aiskillstore/marketplace
This skill should be used when analyzing binaries, executables, or bytecode to understand what they do or how they work. Triggers on "binary", "executable", "ELF", "what does this do", "reverse engineer", "disassemble", "decompile", "pyc file", "python bytecode", "analyze binary", "figure out", "marshal". Routes to sub-skills for triage, static analysis, dynamic analysis, synthesis, or tool setup.
tool-discovery
aiskillstore/marketplace
Recommend the right agents and skills for any task. Covers both heavyweight agents (Task tool) and lightweight skills (Skill tool). Triggers on: which agent, which skill, what tool should I use, help me choose, recommend agent, find the right tool.
Gong Automation
ComposioHQ/awesome-claude-skills
Automate Gong conversation intelligence -- retrieve call recordings, transcripts, detailed analytics, speaker stats, and workspace data -- using natural language through the Composio MCP integration.
company-research
simonstrumse/vibelabs-skills
Company research using Exa search. Finds company info, competitors, news, tweets, financials, LinkedIn profiles, builds company lists.
smart-insightful-friend
cloudaipro/openclaw-agent-skills
Plain-language strategic explainer for global affairs, AI trends, and complex current topics using balanced multi-perspective reasoning. Use when users ask for understandable explanations, context synthesis, and practical implications without heavy jargon.
testing-patterns
aiskillstore/marketplace
Cross-language testing strategies and patterns. Triggers on: test pyramid, unit test, integration test, e2e test, TDD, BDD, test coverage, mocking strategy, test doubles, test isolation.
director:inspect
noahrasheta/director
Check that what was built actually works. Runs verification on your project.
director:ideas
noahrasheta/director
Review your saved ideas and decide what to do with them.
email-campaigns
mfwarren/entrepreneur-claude-skills
# Email Campaigns Welcome sequences, launch campaigns, re-engagement flows, and segmentation strategy. ## Purpose Email is the highest-ROI marketing channel for most businesses. This skill creates structured email sequences with clear goals, not one-off blasts. ## Workflow ### Step 1: Gather C
memory-summarization
a5c-ai/babysitter
Conversation summarization for memory compression and context management
do-issue
athola/claude-night-market
'Uses subagents for parallel execution with code review gates between
social-media-analyzer
alirezarezvani/claude-code-skill-factory
Analyzes social media campaign performance across platforms with engagement metrics, ROI calculations, and audience insights for data-driven marketing decisions
migration-tracker
aiskillstore/marketplace
Context for ongoing migration from old Portfolio Buddy app. Use when: fixing bugs, adding migrated features, checking feature parity, or understanding why certain code exists. Contains list of 40 features being migrated and known issues.
angular-20-standalone-component
aiskillstore/marketplace
Create Angular 20 standalone components using modern patterns: Signals for state management, input()/output() functions (not decorators), @if/@for/@switch control flow (not *ngIf/*ngFor), inject() dependency injection (not constructor), and OnPush change detection. Use this skill when scaffolding new UI components that need reactive state, form handling, or integration with services following the three-layer architecture.
planning-framework
aiskillstore/marketplace
Apply structured thinking before coding. Use when: starting new features, making architectural decisions, refactoring large components, or evaluating implementation approaches. Includes Musk's 5-step algorithm and ICE scoring framework.
blueprinteventbus-integration
aiskillstore/marketplace
Implement event-driven communication using BlueprintEventBus for cross-module coordination. Use this skill when modules need to communicate without tight coupling, broadcasting domain events (task.created, member.added), subscribing to events with proper lifecycle management, and implementing event-driven workflows. Ensures events follow naming conventions ([module].[action]), include Blueprint context, and use takeUntilDestroyed() for automatic cleanup.
angular-cdk-integration
aiskillstore/marketplace
Create components using Angular CDK utilities including drag-drop, overlay, portal, scrolling, a11y, clipboard, and platform detection for ng-events project
coding-standards
aiskillstore/marketplace
React 19 and TypeScript coding standards for Portfolio Buddy 2. Use when: writing new components, reviewing code, refactoring, or ensuring consistency. Contains component patterns, TypeScript rules, and best practices.