awesome-claude

作者 tonysurfly

A curated list of awesome things related to Anthropic Claude

1,106
Stars
119
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/tonysurfly/awesome-claude

快速入门

使用 awesome-claude 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Awesome Claude Awesome

Awesome Claude Logo AI assistant by Anthropic for complex reasoning, code generation, and analysis tasks.

Claude is a large language model developed by Anthropic that excels at complex reasoning, code generation, and analysis tasks. Built with Constitutional AI principles, Claude provides reliable assistance for programming, writing, research, and problem-solving while maintaining safety and accuracy.


📋 Contents


awesome-webmcp

Building with the Web? Check out awesome-webmcp - a curated list of awesome things related to the WebMCP W3C standard.


🏢 Official Anthropic Resources

The authoritative source for everything Claude - directly from Anthropic

🧠 Current Models (Claude 4.6 Family - Early 2026)

  • Claude Opus 4.6 (Feb 5, 2026) - Anthropic's most capable model ever. Best-in-class for coding, long-horizon agents, large codebases, debugging, financial analysis, and enterprise workflows. New: 1M token context window (beta), adaptive thinking (dynamic reasoning depth), agent teams, context compaction. SOTA on Terminal-Bench 2.0, GDPval-AA (+190 Elo over Opus 4.5), Humanity's Last Exam, BrowseComp. Announcement | System Card
  • Claude Sonnet 4.6 (Feb 17, 2026) - Best balance of intelligence, speed, and cost. Near-Opus performance on coding, computer use (multi-tab forms, spreadsheets), and professional tasks. Now the default model for many plans. Announcement
  • Claude Haiku 4.5 (Oct 2025) - Fastest model with near-frontier intelligence. Perfect for high-volume, real-time, and sub-agent tasks. Announcement

Key specs (API):

  • Opus 4.6: claude-opus-4-6 • $5/$25 per MTok • 200K standard / 1M beta context
  • Sonnet 4.6: claude-sonnet-4-6 • $3/$15 per MTok • 200K standard / 1M beta context
  • Haiku 4.5: claude-haiku-4-5 • $1/$5 per MTok • 200K context
    Premium pricing for >200K tokens. Full comparison: Models overview

🔌 API & Developer Platform

  • Claude Developer Console - API keys, prompt testing, usage monitoring, Claude Code sessions.
  • Official Documentation - Full reference for Messages API, tool use, computer use, prompt caching, structured outputs, citations, MCP Connector, and Claude Code.
  • Models & Pricing - Latest model IDs, pricing, context windows, thinking features, and cloud provider IDs.

🔧 SDKs & Development Tools

Official Client SDKs - Full feature parity: messages, tools, streaming, caching, computer use.

Agent SDKs - Build custom autonomous agents with Claude Code capabilities.

Starters

☁️ Cloud Providers

Official access to Claude models through cloud providers (all support Opus 4.6 / Sonnet 4.6)

  • Amazon Bedrock - Fully managed access to the latest Claude models (Opus 4.6, Sonnet 4.6, Haiku 4.5). Supports cross-region inference (new regions: Thailand, Malaysia, Singapore, Indonesia, Taiwan), latency optimizations, fine-tuning, agents, guardrails, and deep AWS integration.
  • Google Cloud Vertex AI Model Garden - Deploy Claude models with provisioned throughput, prompt caching, batch predictions, grounding, and enterprise compliance (FedRAMP High). Great for building agents with Google Cloud tools.
  • Microsoft Azure AI Model Catalog (Anthropic Publisher) - Claude models via the AI Model Catalog. Supports serverless deployment, agent building, tool integration, fine-tuning, and billing through existing Azure agreements.

🛡️ Transparency & Safety

Detailed evaluations, risk assessments, and alignment insights for Claude models


🛠️ Claude Code & Model Context Protocol (MCP)

Anthropic's agentic coding platform and open extension standard

🤖 Claude Code

Terminal-first agentic coding tool (CLI), with VS Code/JetBrains IDE integrations, Desktop GUI (Cowork), and browser control. Understands entire codebases, plans and executes multi-step tasks, edits files, runs git/shell, creates PRs, and integrates browser control.

  • Official site & docs - Getting started, commands, memory, hooks, GitHub Actions, IDE setup.
  • Product page - Overview of Claude Code features and plans.
  • Claude Desktop - macOS + Windows app; includes Cowork GUI for non-technical workflows and the dedicated Code tab.
  • Install CLI: curl -fsSL https://claude.ai/install.sh | bash (macOS/Linux) or via Homebrew/Winget.
  • Claude for Chrome (Beta) - Integrates with Claude Code for browser control (multi-tab workflows, Slack, Gmail, GitHub).

🔌 Model Context Protocol (MCP)

Open standard (Linux Foundation) for connecting Claude to tools, repos, databases, tickets, and more. Supports one-click desktop extensions (.mcpb files).


⭐ Community Curated Lists

Awesome lists and collections maintained by the community


🧩 Extensions & Integrations

🎨 IDE Extensions

  • Claude Code for VS Code - Official Anthropic extension. Inline diffs, @-mentions, plan review, conversation history, and full Claude Code integration.
  • Claude Code for JetBrains (Beta) - Official Anthropic plugin for IntelliJ, PyCharm, WebStorm, and other JetBrains IDEs.
  • Claude Code Chat - Beautiful native chat interface for Claude Code within VS Code with conversation history and MCP support.
  • Claude Code Theme - Claude-inspired VS Code theme pack with dark/light/high-contrast and brand variants, semantic token tuning, and ANSI-optimized terminal colors.
  • Claude VSCode Theme - Thoughtful dark theme collection with classic and italic variants. Inspired by Claude AI with carefully balanced contrast and warm syntax colors.

🌐 Browser Extensions

  • Claude for Chrome (Beta) - Max plan required. Claude works directly in your browser and takes actions on your behalf. Features scheduled tasks, planning mode, multi-tab workflows, and smart navigation for Slack, Gmail, Google Calendar, Docs, and GitHub.
  • Claude Usage Tracker - Chrome extension for tracking Claude AI usage and performance metrics.

💻 Applications

🖥️ Desktop

  • Claude Desktop - Official Claude desktop app for macOS and Windows. Includes a dedicated Code tab (GUI for Claude Code) and Cowork for non-technical users.
  • Claude Desktop Debian - Unofficial Claude desktop app for Debian/Linux.

📚 Educational Resources

🎓 Official Courses

Free courses from Anthropic covering prompt engineering, API usage, agents, and more

📹 Video Tutorials

📖 Community Guides

  • Claude Code Everything You Need to Know - Ultimate all-in-one guide to mastering Claude Code. Covers setup, prompt engineering, commands, hooks, workflows, automation, integrations, MCP servers, and the BMAD method.
  • 40+ Claude Code Tips - Tips for getting the most out of Claude Code, including a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin for GitHub Actions debugging, conversation cloning, and handoffs.
  • My Experience With Claude Code After 2 Weeks of Adventures - Part 1: Real-world lessons on using a TODO.md file to keep Claude on track, managing costs, and why it often outperforms Cursor for complex refactors.
  • A Guide to Claude Code 2.0 and getting better at using coding agents - Part 2: A deep dive into the 2.0 update, focusing on the "Agent Manager" mindset, context engineering, and using sub-agents for larger codebases.

👥 Community

Join the Claude community to share knowledge, get help, and stay updated


⬆ Back to Contents

常见问题

What is awesome-claude?

awesome-claude is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by tonysurfly. A curated list of awesome things related to Anthropic Claude. It has 1,106 GitHub stars.

Is awesome-claude safe to use?

awesome-claude failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.

How do I install awesome-claude?

Clone the repository with "git clone https://github.com/tonysurfly/awesome-claude" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is awesome-claude written in?

awesome-claude is primarily written in TypeScript. It is open-source under tonysurfly on GitHub, so you can review or fork the full source.

Are there alternatives to awesome-claude?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-claude against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情