Best Agent Skills in 2026: Reusable Workflows That Actually Work
Agent skills are the other half of the MCP ecosystem: where servers give an agent tools, skills give it know-how — structured, reusable workflows for tasks like reviewing a pull request or summarizing a research topic.
This ranking lists the most-starred skills in the catalog. Each one ships with an install command and documents its inputs and expected outputs, so you know exactly what the agent will do before you run it.

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

The definitive list that answers "I want to do X in Python, which tool should I use?"

An agentic skills framework & software development methodology that works.

Public repository for Agent Skills

Skills for Real Engineers. Straight from my .agents directory.

🌱 Spec Kit Define what to build before building it — with any AI coding agent.

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.

🌐 Make websites accessible for AI agents. Automate tasks online with ease.

只需提供视频 主题 或 关键词 ,即可自动生成视频脚本、匹配素材、生成字幕和背景音乐,并合成高清短视频。

Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
FAQ
What is the difference between an agent skill and an MCP server?
An MCP server exposes tools and data sources over the Model Context Protocol. An agent skill is a packaged set of instructions and workflows that tells the agent how to use its tools well for a specific task. They complement each other: servers provide capability, skills provide method.
How do I install an agent skill?
Most skills install with a single npx command shown on the detail page, or by copying the skill definition into your client's skills directory. The exact steps and any required tools are listed on each entry.
Can I use these skills with any agent?
Skills are plain instruction sets, so most can be adapted to any agent client. The supported-clients list on each detail page shows where the author has tested the skill.