human-collaboration
v0.4.20Human-in-the-loop discipline: read-only-default, diagnostic-mode-on-question, host-environment, docs/explain. Install on instances where a human drives the prompts. Do NOT install on autonomous dispatched workers.
By Dan Newman0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 21, 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 human-collaboration for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install human-collaboration@agent-plugin-marketplacePaste 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/newms87/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is human-collaboration/.
Plugin files
├── .claude-plugin/plugin.json├── skills/docs/SKILL.md├── skills/explain/SKILL.md└── skills/host-environment/SKILL.md
Included Skills3
Stop current work and improve CLAUDE.md / rules / agent files based on what was done incorrectly.
Explain why the agent (Claude) did something wrong — agent self-reflection, NOT app debugging.
Host-machine shell discipline: cd-first, relative paths, HMR-immediate, docker-just-start, async-needs-ScheduleWakeup, never-edit-node_modules.
Plugin manifests1
{
"name": "human-collaboration",
"description": "Human-in-the-loop discipline: read-only-default, diagnostic-mode-on-question, host-environment, docs/explain. Install on instances where a human drives the prompts. Do NOT install on autonomous dispatched workers.",
"version": "0.4.20",
"author": {
"name": "Dan Newman",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[human-collaboration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/human-collaboration)