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.
writing-design-plans
ed3dai/ed3d-plugins
Use after brainstorming completes - writes validated designs to docs/design-plans/ with structured format and discrete implementation phases required for creating detailed implementation plans
active-campaign-automation
ComposioHQ/awesome-claude-skills
Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.
seedance-screenwriter
cloudaipro/openclaw-agent-skills
VMCA prompt compiler that translates scene descriptions into high-weight Traditional Chinese prompts optimized for video generation workflows using positive-only phrasing. Use when users ask for direct prompt-writing instead of full directing plans.
airflow-dag-patterns
xfstudio/skills
Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.
complexity-guardrails
noartem/skills
Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches
dexranger
sashazykov/dexranger-skill
Check crypto tokens for rug pull risk and scams using DEX Ranger. Use when the user wants to check a token's trust score, safety, warnings, or red flags on Ethereum (ETH), Solana (SOL), BSC, or TON. Also use when the user provides a token contract address and wants to know if it's safe, a scam, or a rug pull.
parallel-research
simonstrumse/vibelabs-skills
Orchestrate hierarchical multi-agent research with lead agents, sub-agents, critical review, and synthesis. Use for deep investigation tasks, research projects, complex analysis, or when exploring unfamiliar topics thoroughly.
java-spring-boot-app
vikashvikram/agent-skills
Build and structure Java Spring Boot applications with modern best practices. Use when creating REST APIs, entities, repositories, services, controllers, DTOs, custom validators, or when the user asks about Java project structure, Spring Boot patterns, or backend architecture.
best-practices
tech-leads-club/agent-skills
Apply modern web development best practices for security, compatibility, and code quality. Use when asked to "apply best practices", "security audit", "modernize code", "code quality review", or "check for vulnerabilities". Do NOT use for accessibility (use web-accessibility), SEO (use seo), performance (use core-web-vitals), or comprehensive multi-area audits (use web-quality-audit).
data-isolation-principles
tomkraaij/ai-skills-librarian
High-level principles for isolating data between tenants.
code-simplifier
7dieuuoc/ChernyCode
Simplify and clean up code after changes are complete. Reduces complexity, improves readability, and ensures consistency.
security-ownership-map
tech-leads-club/agent-skills
Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Use when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do NOT use for general maintainer lists, non-security ownership questions, or threat modeling (use security-threat-model).
bug-report-processor
bowen31337/bug-report-agent-skills
Processes bug reports from markdown files exported from any ticket system (Linear, GitHub Issues, Bugzilla, etc.), extracts reproduction steps, error logs, and environment details. Manages debugging workflow through Detective Methodology including reproduction, investigation, root cause analysis, fix verification, and regression testing. Use when handling bug reports, debugging issues, or tracking bug resolution.
gh-address-comments
tech-leads-club/agent-skills
Address review and issue comments on the open GitHub PR for the current branch using gh CLI. Use when user says "address PR comments", "fix review feedback", "respond to PR review", or "handle PR comments". Verifies gh auth first and prompts to authenticate if not logged in. Do NOT use for creating PRs, CI debugging (use gh-fix-ci), or general Git operations.
backend-design
itssungho17/ssdam
Backend-specialised design skill in the SSDAM pipeline. Reads architecture-design (and optionally schema-design) to produce a DDD-structured backend specification per domain. Mandatory components per domain are domain/entity, domain/facade, api/controller, and service/store. All other sub-layers (vo, event, exception, shared, request, response, mapper, proxy, config, application service) are optional and included only when needed.
Ai For Learning
omer-metin/skills-for-antigravity
--- name: ai-for-learning description: Expert in applying AI to education - AI tutors, personalized learning paths, content generation, automated assessments, and adaptive learning systems. Covers practical implementation of AI to enhance (not replace) human instruction. Use when "ai tutor, ai for
Qa
javalenciacai/develop-skills
--- name: qa description: Quality Assurance. Designs and executes tests, validates acceptance criteria, reports bugs. Works with Vitest (frontend) and Jest (backend). Reports to QAL. Use when: (1) Writing or executing test cases, (2) Test automation with Vitest, Jest or Playwright, (3) Validating
Ai Code Generation
omer-metin/skills-for-antigravity
--- name: ai-code-generation description: Comprehensive patterns for building AI-powered code generation tools, code assistants, automated refactoring, code review, and structured output generation using LLMs with function calling and tool use. Use when "code generation, AI code assistant, functio
Account Abstraction
omer-metin/skills-for-antigravity
--- name: account-abstraction description: Comprehensive expertise in ERC-4337 account abstraction, smart contract wallets, paymasters, bundlers, and user operation handling. Covers social recovery, session keys, gas sponsorship, and wallet SDKs. Use when "account abstraction, ERC-4337, smart wall
3d Web Experience
omer-metin/skills-for-antigravity
--- name: 3d-web-experience description: Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when "3D website, three.js, We
topic-bookmarks-reorganizer
YangsonHung/awesome-agent-skills
Reorganize exported browser bookmarks under one user-specified topic folder into cleaner categories, remove duplicate URLs, and generate an importable Netscape HTML file. Use when users ask to analyze a bookmarks export, extract one topic directory, regroup links and subfolders, and output a browser-importable HTML file.
argument-flow
davebream/claude-of-alexandria
Use when mapping the logical structure of a biblical passage using discourse markers and morphological data. Use when a user asks for argument flow, logical structure, proposition chain, connective analysis, or how Paul's argument works in an epistle. Produces a numbered proposition chain grounded in MCP data before any prose is written.
coherence
rana/yogananda-skills
Cross-document coherence and cross-reference integrity check. Use when checking if all project documents tell a consistent story, if identifiers match, if stated state matches actual state, or after significant document changes.
ai-context
littlebearapps/pitchdocs
Generates AI IDE context files (AGENTS.md, CLAUDE.md, .cursorrules, copilot-instructions.md) from codebase analysis. Creates project-specific instructions for AI coding assistants so they understand conventions, architecture, and workflows. Use when setting up AI tool context for a repository.