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.
blocknative-automation
ComposioHQ/awesome-claude-skills
Automate Blocknative tasks via Rube MCP (Composio). Always search tools first for current schemas.
principal-data-engineer
karim-bhalwani/agent-skills-collection
Strategic technical leadership in data platform design, architecture decisions, and engineering excellence. Use when making strategic architecture decisions, designing data platforms at scale, mentoring teams, or solving complex data engineering challenges.
Walletconnect
hadv/claude-skill-set
# WalletConnect Integration Skill ## Overview Expert knowledge for implementing WalletConnect v2 (Sign protocol) in web applications, particularly for wallet applications that need to connect to dApps. This skill covers the complete lifecycle from initialization to session management and request ha
codex-integration
thepushkarp/cc-codex-plugin
This skill provides guidance on using OpenAI's Codex CLI for detail-oriented code analysis. Use when the user explicitly invokes "/codex", asks to "use codex", "run codex", "have codex review", or when Claude determines that Codex's sharp-eyed analysis would complement its work on code review, bug hunting, or planning tasks.
afs
geekjourneyx/agent-fs
Agent-first cross-platform file operations CLI. Use when AI Agent needs local file operations (zip/unzip/info/read) or cloud storage operations (upload/download/list) with S3-compatible providers.
ai-daily
geekjourneyx/mind-skills
Fetches AI news from smol.ai RSS. Use when user asks about AI news or daily tech updates.
ship
helderberto/skills
Stage all changes, commit, and push. Use when user asks to "ship", "commit and push", "add all and push", or requests staging all changes, committing, and pushing.
TypeScript Language Patterns
hoangnguyen0403/agent-skills-standard
Modern TypeScript standards for type safety, performance, and maintainability.
differentiation-schemes
HeshamFS/materials-simulation-skills
Select and apply numerical differentiation schemes for PDE/ODE discretization. Use when choosing finite difference/volume/spectral schemes, building stencils, handling boundaries, estimating truncation error, or analyzing dispersion and dissipation.
JavaScript Tooling
hoangnguyen0403/agent-skills-standard
Development tools, linting, and testing for JavaScript projects.
bmad-builder
xmm/codex-bmad-skills
Skill and workflow scaffolding skill for BMAD. Use for bmad:create-skill and bmad:create-workflow to extend BMAD with domain-specific capabilities.
test
brsbl/ottonomous
Runs lint, type check, tests, and visual verification. Auto-detects tools. Use when running tests, linting, type checking, or writing tests.
api-patterns
vudovn/antigravity-kit
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Beautiful Code
hackermanishackerman/claude-skills-vault
--- name: beautiful-code description: Multi-language code quality standards for TypeScript, Python, Go, and Rust. Enforces type safety, security, performance, and maintainability with progressive enforcement. Use when writing, reviewing, or refactoring code across any of these languages. --- #
github
chris-hendrix/claudehub
This skill should be used when working with git commits, branches, GitHub issues, and GitHub PRs. Provides workflow strategy for draft PRs, squash merging, and Graphite-style development.
price-oracles-checklist
mnedelchev-vn/solidity-defi-claude-skills
WHY TO USE AND WHEN TO USE?
session-handoff
softaworks/agent-toolkit
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
rebase-merged-parent
flurdy/agent-skills
Rebase after a parent PR has been merged to main. Use when your branch was stacked on another PR that has now been merged, and you need to rebase onto main while keeping only your commits.
skill-creator
davepoon/buildwithclaude
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.
user-research-synthesis
anthropics/knowledge-work-plugins
Synthesize qualitative and quantitative user research into structured insights and opportunity areas. Use when analyzing interview notes, survey responses, support tickets, or behavioral data to identify themes, build personas, or prioritize opportunities.
board-bringup
beriberikix/zephyr-agent-skills
Custom board bringup for Zephyr RTOS using Hardware Model v2 (HWMv2). Covers directory structure, board.yml metadata, core configuration files (Kconfig, defconfig, CMake), and revision management. Trigger when creating new board definitions or porting Zephyr to custom hardware.
cognitive-foundations
petekp/claude-code-setup
Apply cognitive science and HCI research to design decisions. Use when you need the scientific 'why' behind usability, explaining user behavior, understanding perception/memory/attention limits, evaluating cognitive load, assessing mental model alignment, predicting performance with Fitts's/Hick's Law, or grounding interface decisions in research rather than opinion.
github-actions-writer
JamesPrial/claude-plugins
This skill should be used when users need to create, modify, optimize, or troubleshoot GitHub Actions CI/CD workflows. Use when users ask about automating builds, tests, deployments, or any GitHub Actions-related tasks. Triggers include requests like "create a CI workflow", "deploy to AWS", "automate testing", "setup GitHub Actions", or when debugging workflow failures.
rebase-parent
flurdy/agent-skills
Rebase the current branch onto an updated parent PR branch. Use when you have stacked PRs and the parent branch has been updated (force-pushed after its own rebase or new commits added).