Files
nexus/wiki/entities/Anthropic.md
2026-04-22 16:03:25 +08:00

1.1 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Anthropic entity
AI
Claude
Anthropic
google-5个agent-skill设计模式-2026-03-19
2026-03-19

Overview

Anthropic 是一家 AI 安全公司,开发了 Claude 系列大语言模型和 Claude Code CLI Agent。其在 Skill 设计方面的实践经验9 类分类、3 条铁律)被 Google ADK 指南引用。

Key Contributions

  • Claude CodeAnthropic 的 CLI Agent支持 SKILL.md 格式标准化
  • 9 类 Skill 分类:从参考手册到故障排查,每类有明确场景
  • 3 条铁律
    1. 只写 Agent 不知道的东西
    2. 重点写踩坑清单
    3. 给工具不给指令

Key Insight

"最好的 Skill 不是写得好的提示词,而是一个「工具箱」。" — Anthropic

  • GoogleCloud:引用了 Anthropic 的 Skill 实践经验
  • ClaudeCodeAnthropic 开发的 CLI Agent
  • ADKGoogle Cloud 的 Agent 开发工具包

Connections