Agent Plugins Marketplace
All plugins

navish-commander

v1.5.0-rc.3

Durable local execution and recoverable parallel worker batches over MCP.

Claude CodeAgent Plugins1 Skill1 MCP serverstdio

By KumarNavishLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 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 navish-commander 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 navish-commander@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/KumarNavish/navish-commander

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

Plugin files

navish-commander/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/durable-execution/SKILL.md
└── .mcp.json

Included Skills1

durable-executionskills/durable-execution/SKILL.md

Run authorized file, process, and independent worker-batch tasks through Navish Commander; recover known work after an interrupted tool response.

MCP servers1

navish-commanderstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/src/server.mjs

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 manifests2

.claude-plugin/plugin.json
{
  "name": "navish-commander",
  "version": "1.5.0-rc.3",
  "description": "Durable local execution and recoverable parallel worker batches over MCP.",
  "author": {
    "name": "KumarNavish"
  },
  "homepage": "https://github.com/KumarNavish/navish-commander",
  "repository": "https://github.com/KumarNavish/navish-commander",
  "license": "MIT"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "navish-commander",
  "version": "1.5.0-rc.3",
  "description": "Run authorized local work with durable receipts, recoverable processes, and parallel worker batches.",
  "author": {
    "name": "KumarNavish"
  },
  "homepage": "https://github.com/KumarNavish/navish-commander",
  "repository": "https://github.com/KumarNavish/navish-commander",
  "license": "MIT",
  "keywords": [
    "mcp",
    "execution",
    "multi-agent",
    "recovery"
  ]
}

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

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