Client guide

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.

4884개 결과
OO
openclaw/openclaw
Developer tools

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

38.1만70
VA
vinta/awesome-python
Developer tools

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

31.8만45
OS
obra/superpowers
Developer tools

An agentic skills framework & software development methodology that works.

24.3만55
AS
anthropics/skills
Developer tools

Public repository for Agent Skills

15.7만85
MS
mattpocock/skills
Developer tools

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

15.2만85
GS
github/spec-kit
Developer tools

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

12.5만45
GG
garrytan/gstack
Developer tools

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

11.8만99
SA
shubhamsaboo/awesome-llm-apps
Developer tools

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

11.7만85
BU
browser-use/browser-use
Developer tools

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

10.3만60
HM
harry0703/moneyprinterturbo
Developer tools

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

9.7만55
KW
koala73/worldmonitor
Developer tools

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

8.5만45
JC
juliusbrussee/caveman
Developer tools

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

7.9만55
일치하는 항목 모두 보기 · 4884

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.

관련 가이드