Agent Plugins Marketplace
All plugins

session-workspace

v0.5.3

Config-driven tmux workspace engine, fail-closed strict-v1 multi-agent harness, shared guard packs, and schema-v4 reviewed Git orchestration for Claude Code sessions.

Claude Code2 Skills

By Girish AttriLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 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 session-workspace 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 session-workspace-2@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/devgirishattri/agent-plugins

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

Plugin files

plugins/session-workspace/
├── .claude-plugin/plugin.json
├── skills/session-workspace/SKILL.md
└── skills/workspace-orchestrator/SKILL.md

Included Skills2

session-workspaceskills/session-workspace/SKILL.md

When and how to use the session-workspace plugin's config-driven tmux lifecycle commands (doctor/plan/start/status/stop/restart/reconcile/install), its opt-in strict-v1 multi-agent harness (harness-status/harness-doctor, the PreToolUse role policy), and schema-v4 reviewed Git orchestration. Use this before invoking any /session-workspace:workspace-* or /session-workspace:harness-* command (including /session-workspace:workspace-orchestrator) so you understand the config model, the real flags, the safety gates, and the provider-neutral coordination boundary.

workspace-orchestratorskills/workspace-orchestrator/SKILL.md

Coordinate a schema-v4 session-workspace reviewed Git lifecycle across orchestrator, executor, and reviewer panes. Use for workspace status, plan review, executor dispatch, post-execution review, commit, push, deploy, selftest, prompt preview, or when replacing equivalent project-local orchestration commands.

Plugin manifests1

plugins/session-workspace/.claude-plugin/plugin.json
{
  "name": "session-workspace",
  "version": "0.5.3",
  "description": "Config-driven tmux workspace engine, fail-closed strict-v1 multi-agent harness, shared guard packs, and schema-v4 reviewed Git orchestration for Claude Code sessions.",
  "author": {
    "name": "Girish Attri"
  },
  "keywords": [
    "config",
    "git",
    "harness",
    "multi-agent",
    "orchestration",
    "policy",
    "review",
    "session",
    "tmux",
    "workspace"
  ],
  "homepage": "https://github.com/devgirishattri/agent-plugins",
  "repository": "https://github.com/devgirishattri/agent-plugins",
  "license": "MIT"
}

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

[session-workspace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-workspace-2)