with one click
embark-install
// Install Embark and complete first-time setup — login and configure agent integration. Use when `embark` is not found or the user asks to install Embark.
// Install Embark and complete first-time setup — login and configure agent integration. Use when `embark` is not found or the user asks to install Embark.
Experimental Embark org-wide semantic search across multiple repositories
Explore and understand unfamiliar codebases using semantic code search
Research and understand unfamiliar codebases using semantic search with `embark search`
Use this skill to review code changes using semantic search to understand context and impact
| name | embark-install |
| description | Install Embark and complete first-time setup — login and configure agent integration. Use when `embark` is not found or the user asks to install Embark. |
Use this skill to install the Embark CLI and finish first-time setup (login, agent integration).
embark returns command not foundembark loginembark indexembark setup-agent --helpcurl -fsSL https://packages.jetbrains.team/files/p/grazi/jetbrains-ai-public-releases/embark/download-embark.sh | bash
irm https://packages.jetbrains.team/files/p/grazi/jetbrains-ai-public-releases/embark/download-embark.ps1 | iex
embark --version
401The user is not logged in.
embark login
404There is no index on the server.
embark index
If the user also wants Embark configured for an agent, use embark setup-agent.
Claude non-interactive setup:
embark setup-agent --agent=CLAUDE --auto --non-interactive
Codex non-interactive setup:
embark setup-agent --agent=CODEX --auto --non-interactive
Study help for any other agents and options:
embark setup-agent --help