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.
architecture-patterns
wshobson/agents
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
job-stories
phuryn/pm-skills
Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format with detailed acceptance criteria. Use when writing job stories, creating JTBD-style backlog items, or expressing user situations and motivations.
integration-e2e-testing
shinpr/claude-code-workflows
Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when designing integration tests, E2E tests, or reviewing test quality.
systematic-debugging
guanyang/antigravity-skills
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
compound-docs
everyinc/compound-engineering-plugin
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
condition-based-waiting
Microck/ordinary-claude-skills
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
Recall Forget
davegoldblatt/total-recall
Mark memory entries as superseded. Preserves history, does not delete.
agent-template
claude-world/director-mode-lite
Generate custom agent from template
qiskit
K-Dense-AI/claude-scientific-skills
IBM quantum computing framework. Use when targeting IBM Quantum hardware, working with Qiskit Runtime for production workloads, or needing IBM optimization tools. Best for IBM hardware execution, quantum error mitigation, and enterprise quantum computing. For Google hardware use cirq; for gradient-based quantum ML use pennylane; for open quantum system simulations use qutip.
comprehensive-review
troykelly/claude-skills
Use after implementing features - 7-criteria code review with MANDATORY artifact posting to GitHub issue; blocks PR creation until complete
enterprise-java
ProjAnvil/MindForge
Enterprise Java development skill covering Spring ecosystem, microservices, design patterns, performance optimization, and Java best practices. Use this skill when building enterprise Java applications, working with Spring Boot, implementing microservices, or need guidance on Java architecture and performance tuning.
sdd-workflow
theinterneti/TTA.dev
Use this skill when the user asks to build a new feature or write implementation code. Enforces the Spec-Driven Development (SDD) 4-phase workflow before any code is written.
ngrok-automation
ComposioHQ/awesome-claude-skills
Automate Ngrok tasks via Rube MCP (Composio). Always search tools first for current schemas.
triggercmd-automation
ComposioHQ/awesome-claude-skills
Automate Triggercmd tasks via Rube MCP (Composio). Always search tools first for current schemas.
tasks
LiorCohen/sdd
Manage tasks and plans using the .tasks/ directory.
ideate-solutions
kasperjunge/agent-resources
Use after opportunities are defined to generate and evaluate multiple product solution concepts before validating assumptions. Triggers when you need a set of distinct solution options tied to outcomes and opportunities.
sql-optimization
FrankChen021/datastoria
Optimize slow queries, analyze SQL performance, and collect evidence for expensive workloads.
sql-expert
FrankChen021/datastoria
Expert system for generating, validating, and optimizing ClickHouse SQL. Use this when the user needs data, queries, or analysis.
light-review-existing-diffs
gologo13/agent-skills
Perform a quick quality pass on current diffs to surface risky areas, ensure polish, and fla...; keywords: debug, review, test, fix. Use only on explicit request; skip in routine implementation discussions.
niopd-dt-first-principles
8421bit/NioPD-Skills
Applies first principles thinking to break down complex problems to fundamental truths and reconstruct innovative solutions. Use when facing seemingly impossible challenges, when existing solutions are too costly or complex, when innovative breakthroughs are needed, or when challenging industry assumptions.
nylo-forms
nylo-core/claude-code
Use when building forms, adding form fields, validating user input, submitting form data, using NyFormWidget or FormValidator, creating picker/radio/checkbox/slider fields, or implementing form layouts in a Nylo v7 Flutter app.
nft-standards
wshobson/agents
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
ticketmaster-automation
ComposioHQ/awesome-claude-skills
Automate Ticketmaster tasks via Rube MCP (Composio). Always search tools first for current schemas.
mcts-simulate
NewJerseyStyle/plugin-mcts
Execute the SIMULATION (rollout) phase of MCTS using LLM as heuristic policy to evaluate a node