Agent Plugins Marketplace
All plugins

claude-workspaces

v0.1.140

Point-and-comment real-time feedback for Claude Code agents. Wraps an MCP server, slash commands, an auto-approve hook, and a live review surface (markdown + widget) in one plugin.

Claude Code5 Skills1 MCP serverstdio

By Bryan ChanLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install claude-workspaces for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-workspaces@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fryanpan/claude-workspaces-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/plugin/.

Plugin files

packages/plugin/
├── .claude-plugin/plugin.json
├── skills/diff-review/SKILL.md
├── skills/editing-review-docs/SKILL.md
├── skills/leading-a-workspace/SKILL.md
├── skills/live-review-meeting/SKILL.md
├── skills/working-in-a-workspace/SKILL.md
└── .mcp.json

Included Skills5

diff-reviewskills/diff-review/SKILL.md

Use when the reviewer asks to "review a diff", review a branch or PR-style change, or compare two commits of a local repo through claude-workspaces. Covers creating the diff review, sharing the URL, watching line comments, and cleaning up.

editing-review-docsskills/editing-review-docs/SKILL.md

Use whenever you're about to edit a markdown file that might be under live review via the claude-workspaces plugin, and when an edit tool returned no-match or 409 stale-write and you're deciding what to do next. Every review doc is backed by a file on disk; edits must flow through the MCP tools so the plugin keeps the live editor and the file in sync.

leading-a-workspaceskills/leading-a-workspace/SKILL.md

Use when you hold or are taking the lead-agent seat on a claude-workspaces board — you called set_workspace_lead

live-review-meetingskills/live-review-meeting/SKILL.md

Use when Bryan announces a synchronous review meeting over a set of docs (e.g. "reviewing these docs with the team at 3pm", "live review session") — turns this session into the meeting's watcher, with fast in-thread answers, subagent research, task capture, and durable-doc clarity edits.

working-in-a-workspaceskills/working-in-a-workspace/SKILL.md

Use when this session is working from a claude-workspaces workspace — you have a workspaceId, you are calling next_tasks / task_transition, or someone told you "the board is your task list"

MCP servers1

claude-workspacesstdio
command
/bin/sh
args
${CLAUDE_PLUGIN_ROOT}/bin/claude-workspaces-mcp.sh ${CLAUDE_PLUGIN_ROOT}/mcp/index.js
env.CW_AUTHOR
agent

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

packages/plugin/.claude-plugin/plugin.json
{
  "name": "claude-workspaces",
  "version": "0.1.140",
  "description": "Point-and-comment real-time feedback for Claude Code agents. Wraps an MCP server, slash commands, an auto-approve hook, and a live review surface (markdown + widget) in one plugin.",
  "author": {
    "name": "Bryan Chan",
    "url": "https://github.com/fryanpan/claude-workspaces-plugin"
  },
  "homepage": "https://github.com/fryanpan/claude-workspaces-plugin",
  "license": "MIT",
  "keywords": [
    "feedback",
    "review",
    "collaboration",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[claude-workspaces on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-workspaces)