Agent Plugins Marketplace
All plugins

hypothesis

v0.1.15

v0.1.13: `skills/hypothesis/SKILL.md` に YAML frontmatter を追加した。Claude Code は frontmatter の `name`/`description` から skill を登録するので、散文で始まるファイルは黙って読み飛ばされる — この skill は「壊れていた」のではなく最初から **存在しなかった** (`/hypothesis:hypothesis` が not found)。plugin 側からは不可視な失敗で、ファイルは在り、`git status` は clean、rollout は成功を報告する (CLAUDE.md 第3節: 「登録されなかった」と「登録するものが無い」が同じ出力に潰れる)。実測 2026-08-26 (測定点 58c779af) では全 39 crate の SKILL.md のうち 1 行目が `---` でないのはこの 1 件だけだった。新規テスト `tests/skills_frontmatter.rs` が frontmatter の存在・`name`/`description` の有無・`name` とディレクトリ名の一致を pin する (追加前に RED を観測済み。skills が 0 件のときに空虚に pass しないよう anti-vacuity assert 付き)。挙動の変更は無い。 v0.1.8: the store's load->mutate->save cycle is now protected by an exclusive file lock (`StoreLock`, ported from backlog::lock/condukt::lock::RunLock/overwatch::lock::LeaseLock) so two concurrent processes mutating the store (e.g. `validate`/`reject`/`confidence`) can no longer lose one update to a last-writer-wins race; a multi-process regression test proves the fix (and that it fails without the lock). PDO hypothesis lifecycle management — create, validate, and track discovery hypotheses aligned with compass goals.

Claude Code2 Skills

By yukineko0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 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 hypothesis 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 hypothesis@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/yukineko/claude-harnesses

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

Plugin files

crates/hypothesis/
├── .claude-plugin/plugin.json
├── skills/add/SKILL.md
└── skills/hypothesis/SKILL.md

Included Skills2

addskills/add/SKILL.md

新しい仮説を hypothesis ストアに追加し、ID を返す。テキストと任意の compass ゴールキーワードを受け取る。

hypothesisskills/hypothesis/SKILL.md

PDO(プロダクト発見)の仮説ライフサイクルを管理する。仮説の追加・検証待ち・検証・棄却・一覧表示と、RAT(最も危険な前提のデリスク)・confidence 設定・compass ゴールへの紐づけを扱う。

Plugin manifests1

crates/hypothesis/.claude-plugin/plugin.json
{
  "name": "hypothesis",
  "version": "0.1.15",
  "description": "v0.1.13: `skills/hypothesis/SKILL.md` に YAML frontmatter を追加した。Claude Code は frontmatter の `name`/`description` から skill を登録するので、散文で始まるファイルは黙って読み飛ばされる — この skill は「壊れていた」のではなく最初から **存在しなかった** (`/hypothesis:hypothesis` が not found)。plugin 側からは不可視な失敗で、ファイルは在り、`git status` は clean、rollout は成功を報告する (CLAUDE.md 第3節: 「登録されなかった」と「登録するものが無い」が同じ出力に潰れる)。実測 2026-08-26 (測定点 58c779af) では全 39 crate の SKILL.md のうち 1 行目が `---` でないのはこの 1 件だけだった。新規テスト `tests/skills_frontmatter.rs` が frontmatter の存在・`name`/`description` の有無・`name` とディレクトリ名の一致を pin する (追加前に RED を観測済み。skills が 0 件のときに空虚に pass しないよう anti-vacuity assert 付き)。挙動の変更は無い。 v0.1.8: the store's load->mutate->save cycle is now protected by an exclusive file lock (`StoreLock`, ported from backlog::lock/condukt::lock::RunLock/overwatch::lock::LeaseLock) so two concurrent processes mutating the store (e.g. `validate`/`reject`/`confidence`) can no longer lose one update to a last-writer-wins race; a multi-process regression test proves the fix (and that it fails without the lock). PDO hypothesis lifecycle management — create, validate, and track discovery hypotheses aligned with compass goals.",
  "author": {
    "name": "yukineko"
  },
  "keywords": [
    "pdo",
    "hypothesis",
    "discovery",
    "compass"
  ]
}

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

[hypothesis on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hypothesis)