Skip to main content
reopt Handbook
reopt Handbook
Claude Code Command MasterLabels and command selectionHow to read a detail guideComplete command listTerminal CLI Commands and Flags

Task guides

Core command basicsStarting and resuming workSkills and Custom CommandsAutomation and Web CommandsOperations and Safety CommandsCustom commands and skillsMCP connections and commands

Conversation and context

Cmd. /add-dirCmd. /backgroundCmd. /compactCmd. /contextCmd. /copyCmd. /exportCmd. /forkCmd. /importCmd. /initCmd. /memoryCmd. /recapCmd. /renameCmd. /resumeCmd. /rewindCmd. claude project purge

Planning and execution

Cmd. /autofix-prCmd. /batchCmd. /desktopCmd. /goalCmd. /loopCmd. /planCmd. /remote-envCmd. /scheduleCmd. /tasksCmd. /teleportCmd. /workflows

Review and verification

Cmd. /code-reviewCmd. /runCmd. /run-skill-generatorCmd. /security-reviewCmd. /simplifyCmd. /verify

Models and settings

Cmd. /claude-apiCmd. /configCmd. /effortCmd. /fastCmd. /modelCmd. /output-styleCmd. /update-config

Permissions and integrations

Cmd. /agentsCmd. /hooksCmd. /ideCmd. /mcpCmd. /permissionsCmd. /pluginCmd. /reload-pluginsCmd. /reload-skillsCmd. /sandboxCmd. /skillsCmd. /web-setup

Status and diagnostics

Cmd. /debugCmd. /diffCmd. /doctorCmd. /fewer-permission-promptsCmd. /release-notesCmd. /team-onboarding

Display and input

Cmd. /colorCmd. /focusCmd. /keybindingsCmd. /powerupCmd. /statuslineCmd. /terminal-setupCmd. /themeCmd. /tui

Account and usage

Cmd. /upgradeCmd. /usageCmd. /usage-credits

Legacy

Cmd. /costCmd. /pr-commentsCmd. /reviewCmd. /statsCmd. /ultrareviewCmd. /vimCmd. /approved-toolsCmd. /commandsCmd. /extra-usageCmd. /settingsCmd. /tagCmd. /todos

Verification and history

Current verification scopeHandbook updatesRelease coverage historyEarlier verification recordsCommand change history
Handbook›Claude Code Command Master›Cmd. /import
한국어English

Cmd. /import

Import Codex, Gemini CLI, and Cursor configuration into Claude Code

Key takeaways

  • Import supported coding-agent configuration.
  • Check the input surface and availability before using the examples below.

Purpose

Import supported coding-agent configuration.

/import [codex|gemini|cursor] [--dry-run] [--yes]

Availability

FieldValue
Input surfaceRunning CLI prompt
KindBuilt-in
StatusConditional
Aliases—
Documented minimumNot specified
Reviewed against2026-09-22 · Claude Code 2.1.278

Cursor import requires v2.1.265+. Check provider-specific import restrictions.

Examples

/import cursor --dry-run
/import cursor --dry-run
/import cursor

Preview with --dry-run before importing instruction files, MCP servers, commands, subagents, and skills. --yes skips the picker; use it after checking the import. The terminal entry point also supports claude import cursor --dry-run.

Effects and persistence

Imports supported settings from another agent. Preview with --dry-run and inspect the resulting files after applying.

Availability and versions

The command requires v2.1.213+; Cursor import requires v2.1.265+. It is unavailable on Bedrock, Google Cloud Agent Platform, Foundry, Claude Platform on AWS, Claude apps gateways, or sessions with feature-flag fetching disabled. In -p, it lists discoveries and the command that confirms the import.

Cautions

Cursor import requires v2.1.265+. Check provider-specific import restrictions.

Official sources

  • Commands
  • Cli Reference

Complete command list · Verification scope

Related docs

Cmd. /import

Codex Command Master · Import supported Claude Code setup, project files, and recent chats into Codex.

Cmd. /run-skill-generator

Generate project-specific /run and /verify skills.

Cmd. /web-setup

Connect Claude Code web using local gh credentials.

Cmd. /status

Codex Command Master · Inspect session configuration, token usage, model, and policy.

Cmd. /worktree

Codex Command Master · Run new or forked sessions in isolated Git checkouts

Cmd. /fork

Copy the conversation into a new background session.

Cmd. /init

Starts creation or updating of project instructions. Review the proposed file contents and project scope.

On this page

PurposeAvailabilityExamplesEffects and persistenceAvailability and versionsCautionsOfficial sources