SuperMarioYL

Harnessfit — Development skill for Claude Code

Development community

为 Qwen 和 DeepSeek 找到能力保留度最高的 Coding Agent Harness 的命令行测评工具.

How to install Harnessfit

This entry records only its repository, not the path inside it, so there is no exact command to give. Open SuperMarioYL/harnessfit and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Harnessfit does

为 Qwen 和 DeepSeek 找到能力保留度最高的 Coding Agent Harness 的命令行测评工具.

Alternatives in Development

  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
  • Flowix — Notes for you, Memory for your agents 374 ★

README

[English](./README.en.md) | **简体中文**

HarnessFit

HarnessFit

**为 Qwen 和 DeepSeek 找到能力保留度最高的 Coding Agent Harness 的命令行测评工具**

[![CI](https://img.shields.io/github/actions/workflow/status/SuperMarioYL/harnessfit/ci.yml?branch=main&label=CI)](https://github.com/SuperMarioYL/harnessfit/actions/workflows/ci.yml) [![Python](https://img.shields.io/badge/python-3.12%2B-blue)](https://www.python.org/) [![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux-lightgrey)](#) [![Code style](https://img.shields.io/badge/code%20style-ruff-261230)](https://docs.astral.sh/ruff/) [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE)

镜像:[Gitee](https://gitee.com/SuperMarioYL/harnessfit)

同一个 Qwen3.8-27B,换一个 Coding Agent Harness,编码能力可能悄悄掉一大截。HarnessFit 用一条命令在你的模型和端点上跑标准测评,排出每个 Agent Harness 的能力保留度,告诉你它和 Claude Code 的差距在哪,并直接输出最优 Harness 的调优配置。

免费、开源、纯本地:没有账号,没有云端,没有默认遥测。你自带模型端点(vLLM / LMDeploy / Ollama 或国产 API key),HarnessFit 负责测量。

为什么需要 HarnessFit

  • Harness 的影响是真实存在、且可以被测量的。 2026 年 9 月,两项独立研究(一份 harness 设计的实证研究、一个公开的 harness 对比面板)同时得出同一个结论:同一个模型,套在不同的 agent loop、system prompt 和 tool schema 上,表现并不一样。
  • 但现有对比跑不到你自己的模型上。 公开面板固定在几款前沿模型上,没有 Qwen3.8-27B、DeepSeek 或 GLM 的位置;论文测的是发布当天的固定面板。你的 27B 本地部署或廉价国产端点,只能靠盲测。