harness-analytics
v0.6.0Claude Code の transcript を増分ダイジェスト化し、セッション横断で失敗パターンを分析して改善対象(スキル/ルール/CLAUDE.md)を示唆する運用改善スキル。SessionEnd で軽量収集、/harness-loop で分析→ライト既定・レスポンシブな HTMLレポート(優先度マップ・master-detail 詳細・codex インフォグラフィック)を固定ポート7788のローカルサーバで表示。
By haboshi0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 2, 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-analytics for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install harness-analytics@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/haboshi/claude-code-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is harness-analytics/.
Plugin files
├── .claude-plugin/plugin.json└── skills/harness-analytics/SKILL.md
Included Skills1
Claude Code の transcript ログを増分ダイジェスト化し、セッション横断で失敗パターン(ツールエラー・リトライ・権限拒否・compaction・ドリフト)を分析して、どのスキル/ルール/CLAUDE.md/settings を直すべきかを人間向けHTMLレポートで示唆する運用改善スキル。「ハーネス分析」「運用改善レポート」「失敗パターン分析」「harness analytics」「/harness-loop」「ログを分析して改善点」「ツールエラーの傾向」で発動。自動書き換えはせず示唆のみ(採否は人間)。
Plugin manifests1
{
"name": "harness-analytics",
"version": "0.6.0",
"description": "Claude Code の transcript を増分ダイジェスト化し、セッション横断で失敗パターンを分析して改善対象(スキル/ルール/CLAUDE.md)を示唆する運用改善スキル。SessionEnd で軽量収集、/harness-loop で分析→ライト既定・レスポンシブな HTMLレポート(優先度マップ・master-detail 詳細・codex インフォグラフィック)を固定ポート7788のローカルサーバで表示。",
"author": {
"name": "haboshi",
"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.
[harness-analytics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/harness-analytics)