Skip to content llms.txt

Copilot CLI

GitHub’s CLI agent supporting rules, skills, agents, MCP, hooks, and commands.

DetailValue
Slugcopilot-cli
Config directory~/.copilot
Supported content typesRules, Skills, Agents, MCP Configs, Hooks, Commands
Content TypeSupportedInstall Method
RulesYesSymlink
SkillsYesSymlink
AgentsYesSymlink
MCP ConfigsYesJSON merge
HooksYesJSON merge
CommandsYesSymlink
Content TypeProject LocationGlobal LocationFormat
Rules.github/copilot-instructions.md, AGENTS.md~/.copilot/Markdown
Skills.github/skills/~/.github/skills/Markdown
Agents.copilot/agents/, .github/agents/~/.github/agents/Markdown
MCP Configs.copilot/mcp-config.jsonJSON
Hooks.github/hooks/JSON
Commands.copilot/commands/~/.copilot/commands/Markdown
Content TypeDiscovery Paths
Rules.github/copilot-instructions.md, AGENTS.md
Skills.github/skills/
Agents.copilot/agents/, .github/agents/, .claude/agents/ (fallback)
MCP Configs.copilot/mcp-config.json
Hooks.github/hooks/
Commands.copilot/commands/

Syllago detects Copilot CLI by checking for the ~/.copilot directory or the gh command in PATH.

Terminal window
# Add content from Copilot CLI
syllago add --from copilot-cli
# Install content to Copilot CLI
syllago install my-rule --to copilot-cli