ComposioHQ / awesome-claude-skills

ComposioHQ / awesome-claude-skills

Awesome Claude Skills A comprehensive and curated list of 1000+ production ready and practical Claude Skills and Plugins for enhancing productivity across usecases on not just Claude.ai, Claude Code, but also across coding agents like Codex, Cursor, Gemini CLI, Antigravity and more. Want skills that do more than generate text? Claude can send emails, create issues, post to Slack, and take actions across 1000+ apps.

Claude Skills 精选集 这是一份全面且经过精心策划的列表,包含 1000 多个生产就绪且实用的 Claude Skills 和插件。它们不仅适用于 Claude.ai 和 Claude Code,还能增强 Codex、Cursor、Gemini CLI、Antigravity 等编码代理在各种场景下的生产力。想要让 Claude 不仅仅是生成文本吗?它现在可以发送电子邮件、创建工单、发布 Slack 消息,并跨越 1000 多个应用程序执行实际操作。


Quickstart: Connect Claude to 500+ Apps The connect-apps plugin lets Claude perform real actions - send emails, create issues, post to Slack. It handles auth and connects to 500+ apps using Composio under the hood.

  1. Install the Plugin: claude --plugin-dir ./connect-apps-plugin
  2. Run Setup: /connect-apps:setup (Paste your API key when asked. Get a free key at dashboard.composio.dev)
  3. Restart & Try It: exit claude

快速入门:将 Claude 连接到 500 多个应用程序 connect-apps 插件允许 Claude 执行实际操作——发送邮件、创建工单、发布 Slack 消息。它在底层使用 Composio 处理身份验证并连接到 500 多个应用程序。

  1. 安装插件:claude --plugin-dir ./connect-apps-plugin
  2. 运行设置:/connect-apps:setup(根据提示粘贴您的 API 密钥。可在 dashboard.composio.dev 获取免费密钥)
  3. 重启并尝试:exit claude

What Are Claude Skills? Claude Skills are reusable instruction packages that teach an AI agent how to handle a specific class of tasks. Each skill is a folder containing a SKILL.md file with YAML frontmatter (name, description) and Markdown instructions, optionally bundled with scripts, references, and assets.

什么是 Claude Skills? Claude Skills 是可重用的指令包,用于教导 AI 代理如何处理特定类别的任务。每个 Skill 都是一个文件夹,其中包含一个带有 YAML 元数据(名称、描述)和 Markdown 指令的 SKILL.md 文件,并可选择性地捆绑脚本、参考资料和资源文件。


How Skills Work Skills load progressively. At session start, the agent sees only each skill’s name and description — roughly 100 tokens per skill. The full SKILL.md body (typically under 5,000 tokens) loads only when the agent decides the skill is relevant to the current task. Auxiliary files in scripts/ and references/ load on demand. This is what lets a single agent host hundreds of skills without bloating its context window.

技能的工作原理 技能采用渐进式加载。在会话开始时,代理仅能看到每个技能的名称和描述——每个技能大约占用 100 个 token。完整的 SKILL.md 正文(通常在 5,000 个 token 以内)仅在代理判定该技能与当前任务相关时才会加载。scripts/references/ 中的辅助文件则按需加载。这使得单个代理能够托管数百个技能,而不会导致上下文窗口溢出。


Skills vs. MCP vs. Tools Skills are not MCP servers and not tools. MCP defines how an agent connects to external systems — auth, transport, tool discovery. Tools are the individual functions an agent invokes. Skills define the workflow — what to do, in what order, with what guardrails — once the agent has the connections and tools it needs. In production, all three layers run together: MCP for access, tools for actions, skills for behavior.

技能、MCP 与工具的区别 技能既不是 MCP 服务器,也不是工具。MCP 定义了代理如何连接到外部系统(身份验证、传输、工具发现);工具是代理调用的具体函数;而技能则定义了工作流——即在代理拥有所需的连接和工具后,如何按顺序、在何种防护措施下执行任务。在生产环境中,这三层协同工作:MCP 负责访问,工具负责执行动作,技能负责定义行为逻辑。


Selected Skills Highlights

  • Document Processing: docx, pdf, pptx, xlsx manipulation, and Markdown to EPUB converter.
  • Development & Code Tools: artifacts-builder (React/Tailwind), AWS-skills, Changelog Generator, and Chrome Relay (local CLI bridge for browser automation).
  • Specialized Agents: great_cto (a plugin with 7 specialized subagents for full SDLC pipelines).

精选技能亮点

  • 文档处理: 支持 docx、pdf、pptx、xlsx 的操作,以及 Markdown 转 EPUB 转换器。
  • 开发与代码工具: artifacts-builder(React/Tailwind)、AWS-skills、更新日志生成器,以及 Chrome Relay(用于浏览器自动化的本地 CLI 桥接工具)。
  • 专业代理: great_cto(一个包含 7 个专业子代理的插件,用于完整的软件开发生命周期流水线)。