1.6 KiB
1.6 KiB
title, type, tags, date
| title | type | tags | date |
|---|---|---|---|
| Claude Code Integration | source | 2026-04-30 |
Source File
Summary(用中文描述)
- 核心主题:The Agency 项目如何与 Claude Code 集成使用
- 问题域:Agent 的安装、激活与管理
- 方法/机制:通过 install.sh 脚本或手动复制 md 文件到
~/.claude/agents/,在 Claude Code 会话中通过名称引用激活 Agent - 结论/价值:The Agency 无需转换即可原生支持 Claude Code,Agent 使用
.md+ YAML frontmatter 格式
Key Claims(用中文描述)
- The Agency 原生支持 Claude Code,无需格式转换
- Agent 使用
.md+ YAML frontmatter 格式即可工作 - 支持批量安装和按分类手动安装两种方式
- Agent 通过名称引用即可在 Claude Code 会话中激活
Key Quotes
"The Agency was built for Claude Code. No conversion needed — agents work natively with the existing
.md+ YAML frontmatter format." — 核心设计理念
Key Concepts
- Claude Code:Anthropic 的 CLI 编程代理工具,支持通过名称激活预定义 Agent
- The Agency:一个开源 Agent 集合项目,提供多领域专业 Agent
- Agent Activation:在 Claude Code 会话中通过名称引用激活 Agent 的机制
Key Entities
- Agency Agents:The Agency 项目中的具体 Agent 实现,分布在不同 divisions
Connections
- The Agency ← provides agents for ← Claude Code Integration
- readme ← overview of ← Claude Code Integration
Contradictions
- (无已知冲突)