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.
dadata-ru-automation
ComposioHQ/awesome-claude-skills
Automate Dadata Ru tasks via Rube MCP (Composio). Always search tools first for current schemas.
currents-api-automation
ComposioHQ/awesome-claude-skills
Automate Currents API tasks via Rube MCP (Composio). Always search tools first for current schemas.
alphaear-search
RKiding/Awesome-finance-skills
Perform finance web searches and local context searches. Use when the user needs general finance info from the web (Jina/DDG/Baidu) or needs to retrieve finance information from a local document store (RAG).
desktime-automation
ComposioHQ/awesome-claude-skills
Automate Desktime tasks via Rube MCP (Composio). Always search tools first for current schemas.
deadline-funnel-automation
ComposioHQ/awesome-claude-skills
Automate Deadline Funnel tasks via Rube MCP (Composio). Always search tools first for current schemas.
etl-pipeline-builder
a5c-ai/babysitter
Build and manage ETL pipelines for data migration with transformation, CDC, and monitoring
dialpad-automation
ComposioHQ/awesome-claude-skills
Automate Dialpad tasks via Rube MCP (Composio). Always search tools first for current schemas.
discord-content
jikig-ai/soleur
This skill should be used when creating and posting community content to Discord. It generates brand-consistent posts (project updates, tips, milestones, or custom topics), validates them against the brand guide, and posts via webhook after user approval. Triggers on \"post to Discord\", \"Discord update\", \"community post\", \"Discord announcement\", \"write Discord content\".
agentmd
mryll/skills
Generate minimal, research-backed CLAUDE.md / AGENTS.md / COPILOT.md context files for coding agent CLIs. Based on "Evaluating AGENTS.md" (ETH Zurich, Feb 2026) which found that auto-generated context files DECREASE performance by ~3% and increase costs by 20-23%, while minimal human-written files improve performance by ~4%. Use when the user says "generate CLAUDE.md", "create AGENTS.md", "generate context file", "agentmd", "create recommended CLAUDE.md", "generate agent instructions", "init context file", or any request to create/improve a coding agent context file for a repository. Replaces the default /init command which generates bloated, counterproductive context files.
advanced-evaluation
guanyang/antigravity-skills
This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.
implementing-tls
ancoleman/ai-design-components
Configure TLS certificates and encryption for secure communications. Use when setting up HTTPS, securing service-to-service connections, implementing mutual TLS (mTLS), or debugging certificate issues.
kano-commit-convention-skill
dorgonman/kano-agent-backlog-skill-demo
Commit convention linting and changelog automation following the Kano commit format.
profiling
chaterm/terminal-skills
--- name: profiling description: 性能分析 version: 1.0.0 author: terminal-skills tags: [performance, profiling, perf, flamegraph, strace, cpu] --- # 性能分析 ## 概述 CPU/内存分析、火焰图、追踪技能。 ## perf 工具 ### 基础命令 ```bash # 安装 apt install linux-tools-common linux-tools-$(uname -r) # CPU 采样 perf record -g -p PID p
audit
chaterm/terminal-skills
--- name: audit description: 安全审计 version: 1.0.0 author: terminal-skills tags: [security, audit, auditd, logging, compliance, vulnerability] --- # 安全审计 ## 概述 安全审计、漏洞扫描、合规检查技能。 ## auditd 审计系统 ### 安装与管理 ```bash # 安装 apt install auditd audispd-plugins # Debian/Ubuntu yum install audit
dask
G1Joshi/Agent-Skills
Dask parallel computing library. Use for scaling pandas.
hardening
chaterm/terminal-skills
--- name: hardening description: 系统加固 version: 1.0.0 author: terminal-skills tags: [security, hardening, cis, baseline, sysctl] --- # 系统加固 ## 概述 系统加固、基线配置、CIS 标准技能。 ## SSH 加固 ### 配置优化 ```bash # /etc/ssh/sshd_config # 禁用 root 登录 PermitRootLogin no # 禁用密码认证 PasswordAuthentication no PubkeyAuthent
error-handling
wpank/ai
Error handling patterns across languages and layers — operational vs programmer errors, retry strategies, circuit breakers, error boundaries, HTTP responses, graceful degradation, and structured logging. Use when designing error strategies, building resilient APIs, or reviewing error management.
cohort-analysis
phuryn/pm-skills
Perform cohort analysis on user engagement data — retention curves, feature adoption trends, and segment-level insights. Use when analyzing user retention by cohort, studying feature adoption over time, investigating churn patterns, or identifying engagement trends.
aero-workflow-automation
ComposioHQ/awesome-claude-skills
Automate Aero Workflow tasks via Rube MCP (Composio). Always search tools first for current schemas.
wiki-architect
microsoft/skills
Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.
wiki-agents-md
microsoft/skills
Generates AGENTS.md files for repository folders — coding agent context files with build commands, testing instructions, code style, project structure, and boundaries. Only generates where AGENTS.md is missing.
supabase-automation
davepoon/buildwithclaude
Automate Supabase database queries, table management, project administration, storage, edge functions, and SQL execution via Rube MCP (Composio). Always search tools first for current schemas.
attack-flow
wiz-sec-public/SITF
Generate SITF-compliant attack flow JSON files from attack descriptions or incident reports. Use when analyzing supply chain attacks, breaches, or security incidents.
sql-queries
phuryn/pm-skills
Generate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions into queries.