Files
nexus/wiki/sources/claude-code-integration.md
2026-05-03 05:42:12 +08:00

40 lines
1.6 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: "Claude Code Integration"
type: source
tags: []
date: 2026-04-30
---
## Source File
- [[Agent/agency-agents/integrations/claude-code/README.md]]
## Summary用中文描述
- 核心主题The Agency 项目如何与 Claude Code 集成使用
- 问题域Agent 的安装、激活与管理
- 方法/机制:通过 install.sh 脚本或手动复制 md 文件到 `~/.claude/agents/`,在 Claude Code 会话中通过名称引用激活 Agent
- 结论/价值The Agency 无需转换即可原生支持 Claude CodeAgent 使用 `.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
- (无已知冲突)