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

31 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Anthropic"
type: entity
tags: [AI, Claude, Anthropic]
sources: [google-5个agent-skill设计模式-2026-03-19]
last_updated: 2026-03-19
---
## Overview
Anthropic 是一家 AI 安全公司,开发了 Claude 系列大语言模型和 Claude Code CLI Agent。其在 Skill 设计方面的实践经验9 类分类、3 条铁律)被 Google ADK 指南引用。
## Key Contributions
- **Claude Code**Anthropic 的 CLI Agent支持 SKILL.md 格式标准化
- **9 类 Skill 分类**:从参考手册到故障排查,每类有明确场景
- **3 条铁律**
1. 只写 Agent 不知道的东西
2. 重点写踩坑清单
3. 给工具不给指令
## Key Insight
> "最好的 Skill 不是写得好的提示词,而是一个「工具箱」。" — Anthropic
## Related Entities
- [[GoogleCloud]]:引用了 Anthropic 的 Skill 实践经验
- [[ClaudeCode]]Anthropic 开发的 CLI Agent
- [[ADK]]Google Cloud 的 Agent 开发工具包
## Connections
- [[AnthropicSkill实践]] ← authored_by ← [[Anthropic]]
- [[Google5个AgentSkill设计模式]] ← extends ← [[AnthropicSkill实践]]