Skills2026年3月28日·1 分钟阅读

Awesome Claude Code — Ecosystem Directory

Curated directory of Claude Code skills, agents, plugins, hooks, slash commands, and CLAUDE.md files. The definitive resource for Claude Code users.

Agent 就绪

先审查再安装

这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。

Needs Confirmation · 66/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Awesome Claude Code — Ecosystem Directory
先审查命令
npx -y tokrepo@latest install f49216f0-fc5b-4913-b78b-b07c2cbc2deb --target codex

先 dry-run,确认写入项后再运行此命令。

TL;DR
A curated directory of Claude Code skills, agents, plugins, hooks, slash commands, and CLAUDE.md templates for extending Claude Code capabilities.
§01

What it is

Awesome Claude Code is a community-curated directory of the Claude Code ecosystem. It catalogs skills, agents, plugins, hooks, slash commands, and CLAUDE.md files that extend Claude Code's capabilities. The directory is organized by category, making it easy to discover tools for specific workflows like code review, testing, deployment, and content creation.

This resource targets Claude Code users who want to extend their setup beyond the defaults. Whether you need a code review skill, a deployment hook, or a CLAUDE.md template for your framework, the directory points you to the right repository.

§02

How it saves time or tokens

Without a central directory, finding Claude Code extensions requires searching GitHub, reading blog posts, and trial-and-error. Awesome Claude Code consolidates discoveries into a single, categorized list. Each entry includes a description, installation instructions, and the repository link. This cuts discovery time from hours to minutes.

§03

How to use

  1. Browse the directory at the GitHub repository, organized by category (skills, agents, plugins, hooks, etc.).
  2. Find a skill, agent, or tool that matches your needs.
  3. Follow the linked repository's installation instructions, which are typically one-command installs.
§04

Example

# Browse categories in the directory:
# - Skills (development, testing, deployment)
# - Agents (autonomous workflows)
# - Plugins (editor integrations)
# - Hooks (pre/post command actions)
# - CLAUDE.md templates (framework-specific)

# Install a skill you find
npx skills add <repo-org>/<repo-name>

# Or manually copy SKILL.md to your project
mkdir -p .claude/skills/<skill-name>
cp SKILL.md .claude/skills/<skill-name>/
CategoryExamples
SkillsCode review, testing, deployment, SEO
AgentsResearch, content creation, debugging
HooksPre-commit checks, auto-formatting
CLAUDE.mdNext.js, Django, Go, Rust templates
§05

Related on TokRepo

§06

Common pitfalls

  • Community skills vary in quality and maintenance. Check the repository's last commit date and issue count before relying on a skill for production workflows.
  • Some skills may conflict with each other if they override the same Claude Code behaviors. Test new skills in a separate project first.
  • The directory is community-maintained and may not include every available extension. Searching GitHub directly can surface newer tools not yet listed.

常见问题

How do I contribute to Awesome Claude Code?+

Submit a pull request to the GitHub repository with your skill, agent, or tool. Follow the contribution guidelines in the README, which typically require a brief description, installation instructions, and a link to your repository.

Are all listed tools free?+

Most tools in the directory are open source and free. Some may have premium features or require API keys for external services. Check individual repository licenses.

How often is the directory updated?+

The directory is community-maintained and updated through pull requests. Popular directories receive frequent updates, but there may be a lag for newly released tools.

Can I use these tools with Claude Desktop?+

Some tools are Claude Code-specific (skills, hooks), while others (MCP servers, CLAUDE.md patterns) work with Claude Desktop as well. Check individual tool documentation for compatibility.

What is the difference between skills and plugins?+

Skills are SKILL.md files that extend Claude Code's knowledge and capabilities. Plugins are deeper integrations that may modify Claude Code's behavior through hooks, custom commands, or external tool connections.

引用来源 (3)
🙏

来源与感谢

Created by hesreallyhim. Licensed under CC BY-NC-ND 4.0. awesome-claude-code — ⭐ 33,500+

Thanks to hesreallyhim for curating the definitive Claude Code ecosystem directory.

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产