linny006 /
awesome-agent-skills
Curated, auto-updated awesome-list of vetted AI agent skills with quality ratings for Claude, GPT, a
Loading repository data…
AICL-Lab / repository
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows | Claude Skills 精选列表:定制 Claude AI 工作流的技能、资源和工具合集
精选的 1000+ 生产级 Claude Skills 和插件列表,用于提升 Claude.ai、Claude Code、Claude API 以及 Codex、Cursor、Gemini CLI、Antigravity 等编程智能体的生产力。
📖 本项目是 awesome-claude-skills 的中文翻译版本,最后同步于 2026年5月
💡 中文版 GitHub Pages 站点:https://lessup.github.io/awesome-claude-skills-zh
需要超越文本生成的技能? Claude 可以发送邮件、创建 Issue、发布到 Slack,并在 1000+ 应用中执行真实操作。了解如何使用 →
connect-apps 插件让 Claude 执行真实操作 - 发送邮件、创建 Issue、发布到 Slack。它在底层使用 Composio 处理认证并连接到 500+ 应用。
claude --plugin-dir ./connect-apps-plugin
/connect-apps:setup
在询问时粘贴你的 API 密钥。(在 dashboard.composio.dev 获取免费密钥)
exit
claude
需要超越文本生成的技能? Claude 可以发送邮件、创建 Issue、发布到 Slack,并在 1000+ 应用中执行真实操作。了解如何使用 →
如果收到邮件,说明 Claude 已连接到 500+ 应用。
Claude Skills 是可重用的指令包,教会 AI 智能体如何处理特定类型的任务。每个 skill 是一个包含 SKILL.md 文件的文件夹,其中包含 YAML frontmatter(名称、描述)和 Markdown 指令,可选地附带脚本、参考文档和资源文件。Anthropic 于 2025 年 10 月推出了该格式,并于 2025 年 12 月将其作为开放标准发布;现在已支持 Claude Code、Claude.ai、Claude API、OpenAI Codex、Cursor、Gemini CLI、Antigravity 和 Windsurf。
Skills 采用渐进式加载。在会话开始时,智能体只看到每个 skill 的名称和描述 —— 每个 skill 大约 100 个 token。完整的 SKILL.md 主体(通常在 5,000 个 token 以下)仅在智能体认为该 skill 与当前任务相关时才加载。scripts/ 和 references/ 中的辅助文件按需加载。这就是让单个智能体托管数百个 skills 而不会使其上下文窗口膨胀的原因。
Skills 不是 MCP 服务器,也不是工具。MCP 定义智能体如何连接到外部系统 —— 认证、传输、工具发现。工具是智能体调用的单个函数。Skills 定义工作流程 —— 做什么、按什么顺序、使用什么约束 —— 一旦智能体拥有所需的连接和工具。在生产环境中,这三层一起运行:MCP 用于访问,工具用于操作,skills 用于行为。
npx skills add chrome-relay + Chrome Web Store 扩展安装。无需远程中继、Playwright 夹具或 MCP 服务器。Selected from shared topics, language and repository description—not editorial ratings.
linny006 /
Curated, auto-updated awesome-list of vetted AI agent skills with quality ratings for Claude, GPT, a
ahmedelhamoly /
Provide a curated list of tools, resources, and best practices for adopting AI-driven autonomous software development with agentic engineering.
lean-ctx init --agent claude-code 安装 Claude Code 技能;文档见 leanctx.com。作者 @yvgude.claude/agents/。作者 @septimlabs-code