harness
v0.1.0AI 工作流制度層引擎:把 Supplier_Code 淬煉出的通用紀律骨架(模型調度/停損熔斷/派工模板/知識協議)用 /harness:init 實例化到任何專案。引擎在 plugin、實例在專案 .claude/harness/(plugin 更新不覆蓋實例);規則從各專案自己的事故長出來,不預載別專案的條款。
By fulin2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 12, 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 harness for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install harness-5@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/abs1294/fulin-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/harness/.
Plugin files
├── .claude-plugin/plugin.json└── skills/harness-init/SKILL.md
Included Skills1
把 harness 制度層(模型調度/停損熔斷/派工模板/知識協議)實例化到一個專案 workspace。當使用者說 /harness:init、「幫這個專案裝 harness」、「實例化 harness」、「把制度層搬到 X 專案」時觸發。流程=盤點→決策→骨架填空→機械驗收;不是複製既有專案的檔,是用通用骨架填入目標專案的已查證事實。
Plugin manifests1
{
"name": "harness",
"version": "0.1.0",
"description": "AI 工作流制度層引擎:把 Supplier_Code 淬煉出的通用紀律骨架(模型調度/停損熔斷/派工模板/知識協議)用 /harness:init 實例化到任何專案。引擎在 plugin、實例在專案 .claude/harness/(plugin 更新不覆蓋實例);規則從各專案自己的事故長出來,不預載別專案的條款。",
"author": {
"name": "fulin"
},
"keywords": [
"harness",
"workflow",
"dispatch",
"delegation",
"discipline",
"制度層",
"派工",
"停損"
]
}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.
[harness on Agent Plugins Marketplace](https://pluginsmp.com/plugins/harness-5)