gonta223

Local Agent Monitor — Development skill for Claude Code

Development community

Local-first VS Code sidebar for Claude Code background agent sessions.

How to install Local Agent Monitor

This entry records only its repository, not the path inside it, so there is no exact command to give. Open gonta223/local-agent-monitor and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Local Agent Monitor does

Local-first VS Code sidebar for Claude Code background agent sessions.

Alternatives in Development

  • Claudia — A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions 21k ★
  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Part 1 — Deep Research Prompt Builder — I'm going to help you create a research prompt for your project 2.1k ★

README

Local Agent Monitor

![Local Agent Monitor explainer](media/hero.png)

Local Agent Monitor is a local-first VS Code sidebar for Claude Code background agent sessions. It helps you see which agents need input, which are working, and which have completed without leaving VS Code.

[Download the latest VSIX](https://github.com/gonta223/local-agent-monitor/releases/latest)

日本語

Local Agent Monitor は、Claude Code のバックグラウンド agent セッションを VS Code のサイドバーで確認するためのローカルファーストな拡張機能です。

複数の agent を並行して動かしているときに、どのセッションが作業中か、 入力待ちか、完了済みかを VS Code から素早く確認できます。

できること

  • VS Code のアクティビティバーに agent セッション一覧を表示
  • Needs InputWorkingOtherCompleted に分類
  • 手動更新または一定間隔での自動更新
  • 公式の Claude Agent View をターミナルで開く
  • 選択したセッションを VS Code ターミナルで resume
  • セッションIDをコピー
  • セッションの作業フォルダを開く

使い方

  1. Releases から .vsix ファイルをダウンロードします。
  2. VS Code の Extensions: Install from VSIX... を実行します。
  3. ダウンロードした .vsix を選択します。
  4. VS Code のアクティビティバーに表示される Agents ビューを開きます。

必要なもの

  • VS Code 1.90.0 以上
  • Claude Code CLI
  • claude コマンドがPATHにあること

`claude` コマンドが見つからない場合は、VS Code設定の `localAgentMonitor.claudePath` にClaude Code CLIのパスを指定してください。

プライバシー

この拡張機能はローカルファーストです。

  • セッション情報を外部サービスへ送信しません。
  • テレメトリは含まれていません。
  • プロジェクトファイルや Claude の会話ログ本文は読み取りません。
  • 設定された Claude Code CLI コマンドをローカルで実行するだけです。

注意

この拡張機能は Anthropic 公式の拡張機能ではありません。 Claude Code CLI がローカルで利用できる環境向けの補助ツールです。

How It Works

The extension shells out to the local Claude Code CLI and reads JSON output:

claude agents --json

When completed sessions are enabled, it reads:

claude agents --all --json

Features

  • View background agent sessions in the VS Code activity bar.
  • Group sessions by needs input, working, other, and completed.
  • Refresh manually or on an interval.
  • Open the official Claude Agent View in a terminal.
  • Resume a session in a VS Code terminal.
  • Copy a session ID.
  • Open a session folder.

Installation

  1. Downl