Best Agent Skills for Claude in 2026
Claude's skills mechanism turns one-off prompts into reusable expertise: a skill packages the instructions, examples, and constraints for a task so the agent executes it consistently every time.
This ranking lists the most-adopted skills that work with Claude. Each detail page shows the install command and what inputs the skill expects.

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
How do skills differ from custom instructions?
Custom instructions apply to every conversation; a skill is invoked only for the task it was built for, with its own scoped instructions and examples. Skills are shareable files, so a well-written one can be reused across projects and teams.
How do I install a skill for Claude?
Use the install command on the skill's detail page — typically a single npx command — or drop the skill folder into your client's skills directory. After a restart the skill becomes available to the agent.
Can I write my own skill?
Yes. A skill is a structured markdown definition with frontmatter describing when to use it. Study a few entries in the code-review or research categories to see the conventions authors follow.