--- title: "GitHub Copilot Integration" type: source tags: [] date: 2026-04-30 --- ## Source File - [[Agent/agency-agents/integrations/github-copilot/README.md]] ## Summary(用中文描述) - 核心主题:The Agency 与 GitHub Copilot 的零门槛原生集成 - 问题域:如何将 The Agency 的 Agent Roster 接入 GitHub Copilot 并在任意会话中按名称激活 - 方法/机制:利用 The Agency 的 `.md` + YAML frontmatter 格式与 GitHub Copilot 的 agent 格式原生兼容特性,通过 install.sh 或手动复制完成安装 - 结论/价值:GitHub Copilot 是 The Agency 集成的 11 种工具中唯一用户级全局生效的集成方案,可在任意 Copilot 对话中直接激活指定 Agent,无需项目配置 ## Key Claims(用中文描述) - The Agency 的 Agent 原生兼容 GitHub Copilot:The Agency 使用 `.md` + YAML frontmatter 格式,无需任何转换即可被 GitHub Copilot 识别 - 两种安装方式覆盖不同场景:`./scripts/install.sh --tool copilot` 批量安装全部 Agent,`cp` 手动复制可按需选择特定分类 - 激活方式简洁自然:在任意 Copilot 会话中通过名称引用 Agent 即可激活,无需额外命令或配置 - Agent 按部门(division)组织:Agent 的完整列表和部门归属参见主 README ## Key Quotes > "The Agency works with GitHub Copilot out of the box. No conversion needed — agents use the existing `.md` + YAML frontmatter format." — 核心价值声明,强调零配置特性 ## Key Concepts - [[Agent-Integration]]:The Agency Agent 向各类 IDE 和工具的接入方案,GitHub Copilot 是其中用户级全局生效的代表 ## Key Entities - [[GitHub-Copilot]]:GitHub 官方 AI 编程助手,支持通过 agent 目录机制加载自定义 Agent — 本文档的核心接入对象 - [[The-Agency]]:提供 147 个专业 Agent 的多 Agent 框架,GitHub Copilot Integration 是其 11 种集成方式之一 ## Connections - [[readme|OpenCode Integration]] ← depends_on ← [[github-copilot]] - [[readme|GitHub Copilot Integration]] ← extends ← [[integrations-readme|The Agency integrations]] ## Contradictions - 无冲突检测:GitHub Copilot Integration 与现有 Wiki 内容一致