jetbrains/context · Archived

context-install

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.

First seen Jul 2, 2026

Installation

$ npx skills add jetbrains/context --skill context-install

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jetbrains/context.

npx skills add jetbrains/context

Browse all from jetbrains/context

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 26
Default branch main
Open issues 1
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,577 B
  • docs SUMMARY.md 186 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

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

  • jbcontext returns command 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