← ClaudeAtlas

claude-helplisted

Show Claude Code to Copilot CLI command, flag, and slash-command mapping reference
abhi-singhs/copilot-cli-claude-code-compat · ★ 3 · AI & Automation · score 60
Install: claude install-skill abhi-singhs/copilot-cli-claude-code-compat
# Claude Code → Copilot CLI Reference Use this reference when you know a Claude Code command and want the Copilot CLI equivalent. ## CLI Subcommand Mapping | Claude Code | Copilot CLI | Status | |---|---|---| | `claude` | `copilot` | ✅ Same | | `claude "query"` | `copilot -i "query"` | ✅ Mapped | | `claude -p "query"` | `copilot -p "query"` | ✅ Same | | `claude -c` | `copilot --continue` | ✅ Same | | `claude -r <id> "query"` | `copilot --resume=<id> -i "query"` | ✅ Mapped | | `claude update` | `copilot update` | ✅ Same | | `claude init` | `copilot init` | ✅ Same | | `claude auth login` | `copilot login` | ✅ Mapped | | `claude auth logout` | `/logout` (interactive) | ⚠️ `copilot logout` subcommand removed; use `/logout` in-session | | `claude auth status` | `copilot version` | ⚠️ Partial | | `claude plugin ...` | `copilot plugin ...` | ✅ Same | | — | `copilot plugins [list\|enable\|disable\|remove] [--plugin\|--mcp\|--skill] NAME` | ℹ️ Copilot-only CLI subcommand (note the plural): non-interactively inspect, enable, disable, or uninstall plugins, MCP servers, and skills. `enable`/`disable` persist to configuration and apply to future sessions; `remove` can only delete personal and project skills (not plugin-provided or built-in ones — disable those instead). `cpc plugins ...` passes through to `copilot plugins ...` | | `claude agents` | `/agent` (interactive) | ⚠️ Interactive only — Claude Code now opens an agent view to monitor/dispatch parallel background sessions | | `cl