# 自定义 GitHub Copilot CLI

了解如何在处理特定项目时自定义 Copilot CLI 以最大化其有用性。

## Links

* [关于自定义的概述 GitHub Copilot CLI](/zh/copilot/how-tos/copilot-cli/customize-copilot/overview)

  Copilot CLI 针对特定项目和工作流进行自定义时，效果最佳。

* [为 GitHub Copilot CLI 添加自定义说明](/zh/copilot/how-tos/copilot-cli/customize-copilot/add-custom-instructions)

  提供 Copilot 有关如何理解你的项目以及如何构建、测试和验证其更改的额外背景信息。

* [使用 <code>/settings</code> 命令更改设置](/zh/copilot/how-tos/copilot-cli/customize-copilot/change-settings)

  使用GitHub Copilot CLI斜杠命令查看和更改/settings的个人设置。

* [与 GitHub Copilot CLI 一起使用挂钩](/zh/copilot/how-tos/copilot-cli/customize-copilot/use-hooks)

  在代理执行期间，在关键点使用自定义 shell 命令扩展 GitHub Copilot 代理行为。

* [为 GitHub Copilot CLI 添加代理技能](/zh/copilot/how-tos/copilot-cli/customize-copilot/add-skills)

  修改 Copilot 在执行特定任务时的行为和能力。

* [为 GitHub Copilot CLI 添加 MCP 服务器](/zh/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers)

  通过连接模型上下文协议 （MCP） 服务器来扩展 Copilot功能，以提供其他工具和上下文。

* [为 GitHub Copilot CLI 创建和使用自定义智能体](/zh/copilot/how-tos/copilot-cli/customize-copilot/create-custom-agents-for-cli)

  为特定开发任务创建具有定制专业知识的专用代理。

* [在 GitHub Copilot CLI 中使用自己的 LLM 模型](/zh/copilot/how-tos/copilot-cli/customize-copilot/use-byok-models)

  您可以通过提供自己的 API 密钥，在 Copilot 中使用您选择的外部提供商的模型。

* [查找并安装插件适用于GitHub Copilot CLI](/zh/copilot/how-tos/copilot-cli/customize-copilot/plugins-finding-installing)

  通过安装社区或团队创建的插件来扩展 Copilot功能。

* [为 GitHub Copilot CLI 创建插件](/zh/copilot/how-tos/copilot-cli/customize-copilot/plugins-creating)

  创建插件以在易于安装的包中共享自定义项。

* [为 GitHub Copilot CLI 创建插件市场](/zh/copilot/how-tos/copilot-cli/customize-copilot/plugins-marketplace)

  您可以通过将您创建的 CLI 插件添加到市场，使其更容易安装。