
Description
Install jbcontext and complete first-time setup — login and configure agent integration. Use when `jbcontext` is not found or the user asks to install jbcontext.
SKILL.md
Install and set up jbcontext
Use this skill to install the jbcontext CLI and finish first-time setup (login, agent integration).
When to use
jbcontextreturnscommand not found- The user says jbcontext is not installed
- The user explicitly asks to install jbcontext
Do not use for
- Authentication issues → use
jbcontext login - Missing project index → use
jbcontext index - Agent integration only → use
jbcontext setup-agent --help
Install
macOS / Linux
curl -fsSL https://download.jetbrains.com/jetbrains-context/release/download-jbcontext.sh | bash
Windows (PowerShell)
irm https://download.jetbrains.com/jetbrains-context/release/download-jbcontext.ps1 | iex
Verify installation
jbcontext --version
Common follow-ups
401
The user is not logged in.
jbcontext login
404
There is no index on the server.
jbcontext index
Agent setup
If the user also wants jbcontext configured for an agent, use jbcontext setup-agent.
Claude non-interactive setup:
jbcontext setup-agent --agent=CLAUDE --auto --non-interactive
Codex non-interactive setup:
jbcontext setup-agent --agent=CODEX --auto --non-interactive
Study help for any other agents and options:
jbcontext setup-agent --help
More skills from the context repository
View all 7 skillsblast-radius
analyze blast radius of code changes
Jul 13ArchitectureCode AnalysisEngineeringcontext-research
research unfamiliar codebases using semantic search
Jul 17Code AnalysisSearchcontext-review
review code changes with semantic search
Jul 13Code AnalysisEngineeringSearchcontext-search
explore codebases using semantic search
Jul 13Code AnalysisEngineeringSearchdependency-search
search dependencies across repositories
Jul 13Code AnalysisEngineeringSearchorg-search
perform org-wide semantic code search
Jul 17Code AnalysisSearch
More from JetBrains
View publishermps-aspect-accessories
configure JetBrains MPS module dependencies
MPS
Jul 17ArchitectureConfigurationEngineeringmps-aspect-actions
define and edit MPS node factories
MPS
Jul 17ArchitectureEngineeringmps-aspect-behavior
define and edit MPS concept behavior
MPS
Jul 13ArchitectureEngineeringmps-aspect-constraints
define JetBrains MPS language constraints
MPS
Jul 23ArchitectureCode Analysismps-aspect-dataflow
define and debug MPS dataflow builders
MPS
Jul 13Data Analysismps-aspect-editor
define MPS editor layouts
MPS
Jul 23DesignUI Components