Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

copilot-cli-guide

npm License: MIT

Agent Skill — Quick reference for GitHub Copilot CLI features, slash commands, keyboard shortcuts, modes, and advanced usage.

Packaged with skillpm — the package manager for Agent Skills. Install once, and skillpm handles resolution, agent wiring, and config deployment automatically.

Install

# Install with skillpm (recommended)
skillpm install copilot-cli-guide

# Or with npx (no global install needed)
npx skillpm install copilot-cli-guide

What's included

  • Keyboard shortcuts — global, editing, and navigation
  • Slash commands — full reference table for all CLI commands
  • Modes — interactive, plan, and autopilot
  • Context management — file inclusion, token usage, directories
  • Session management — resume, rename, share
  • MCP & LSP configuration — setup and usage
  • Custom instructions locations — where Copilot reads instructions from
  • CLI flags — useful startup options

When does Copilot load this skill?

Copilot loads this skill when you ask about CLI features, capabilities, slash commands, keyboard shortcuts, or how to use specific Copilot CLI functionality.

Part of the Copilot CLI Blueprint

This skill is from the github-copilot-cli blueprint repository. See also:

Why skillpm? The Agent Skills spec defines what a skill is — but not how to publish, install, or share them. skillpm fills that gap by mapping Agent Skills onto npm's ecosystem: same registry, same versioning, same dependency management. Small skills that compose, not monoliths that overlap.

License

MIT