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.
openclaw-leaderboard
jamipuchi/openclaw-leaderboard
Submit your OpenClaw agent's autonomous earnings to the public leaderboard with proof. Get verified by the community.
plugin-product-standards
LiorCohen/sdd
Technical product expert specializing in platform engineering, DevOps, and AI dev tools. Critically reviews the SDD plugin for DX issues, inconsistencies, and gaps.
invoice-organizer
ECNU-ICALK/AutoSkill
Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
discover-framework
Przemocny/strategic-frameworks
Research and add new strategic frameworks to the system (meta-skill). Use when user wants to add framework not in library; discovered new framework in their domain; asks "Can you add [Framework]?"; or no existing framework fits their need. Uses web search for comprehensive research, validates quality, creates framework files, and integrates into system.
erpnext-database
OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package
Database operations and ORM patterns for ERPNext/Frappe v14-v16
erpnext-impl-clientscripts
OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package
Implementation workflows and decision trees for ERPNext Client Scripts. Use when determining HOW to implement client-side features: form validations, dynamic UI, server integration, child table logic. Triggers: how do I implement, when to use, which approach, client script workflow, build form logic, make UI dynamic, calculate fields.
zod-validation
smicolon/ai-kit
This skill activates when writing form validation, request validation, or Zod schemas in Hono. It provides patterns for validating JSON bodies, query parameters, path parameters, and headers with proper error handling.
go-error-handling
cxuu/golang-skills
Comprehensive Go error handling patterns from Google and Uber style guides. Covers returning errors, wrapping with %w, sentinel errors, choosing error types, handling errors once, error flow structure, and logging. Use when writing Go code that creates, returns, wraps, or handles errors.
building-with-llms
liqiongyu/lenny_skills_plus
Produce an LLM Build Pack (prompt+tool contract, data/eval plan, architecture+safety, launch checklist). Use for building with LLMs, GPT/Claude apps, prompt engineering, RAG, and tool-using agents.
lead-research-assistant
ECNU-ICALK/AutoSkill
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
skills-standards
LiorCohen/sdd
Standards for authoring SDD plugin skills — frontmatter, self-containment, and input/output schemas.
erpnext-impl-customapp
OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package
Implementation workflows for building Frappe/ERPNext custom apps. Covers app structure, module creation, doctype design, fixtures, patches, and deployment. V14/V15/V16 compatible. Triggers: create custom app, new frappe app, bench new-app, app structure, module creation, doctype creation, fixtures, patches.
rails-models
Shoebtamboli/rails_claude_skills
ActiveRecord patterns, migrations, validations, callbacks, associations
building-team-culture
liqiongyu/lenny_skills_plus
Build or refresh a team culture and produce a Team Culture Operating System Pack (culture snapshot, culture code, norms, rituals, rollout + measurement plan). Use for team culture, culture code, team values, team norms, psychological safety, and coaching culture. Category: Hiring & Teams.
use-framework
Przemocny/strategic-frameworks
Apply strategic frameworks through facilitated workshop dialogue. Use when user selected framework via choose-framework; explicitly requests specific framework; knows which framework to apply; or needs structured guidance. Conducts 30-60 minute workshops guiding step-by-step through framework application. Creates workshop documents in .frameworks-output/ folder.
nonlinear-solvers
HeshamFS/materials-simulation-skills
Select and configure nonlinear solvers for f(x)=0 or min F(x). Use for Newton methods, quasi-Newton (BFGS, L-BFGS), Broyden, Anderson acceleration, diagnosing convergence issues, choosing line search vs trust region, and analyzing Jacobian quality.
status
Sh3rd3n/megazord
Show project progress, current phase, and next actions
elicitation
fusengine/agents
Auto-review skill for expert agents. After coding, expert applies elicitation techniques to self-correct before sniper validation. Inspired by BMAD-METHOD.
resolve
Borda/.home
Implement applicable PR review suggestions via Codex — fetch GitHub PR review comments, classify each as implement/skip/flag, dispatch actionable ones straight to Codex, then validate with lint, types, and tests.
release
Borda/.home
Prepare release communication from git history, PRs, or a diff. Adapts output to context — user-facing release notes, CHANGELOG entry, internal release summary, or migration guide. Groups changes by type, filters noise, writes in plain language for the audience.
review
Borda/.home
Multi-agent code review covering architecture, tests, performance, docs, lint, security, and API design.
visual-architect
proyecto26/sherlock-ai-plugin
Transform research papers into professional visual schemas. Analyzes paper logic, selects optimal layout patterns, and generates detailed prompts for AI image generation.
mcp-builder
ECNU-ICALK/AutoSkill
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
diagnose
codybrom/clairvoyance
Routes a vague symptom or complaint to the most relevant Clairvoyance skill via a decision tree. Use when someone describes a problem but doesn't know which skill to reach for. Not for running a comprehensive review (use design-review) or scanning a checklist (use red-flags).