CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) from hiroro-work/claude-plugins.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Claude Code Plugins Marketplace

Claude Code 用プラグインを配布するマーケットプレイスのリポジトリ。

## リポジトリ構成

プラグインの置き方は 2 通りある。

1. **direct-skill 方式**: 単体スキルのプラグイン。スキルディレクトリをそのまま source にする(`source: "./skills/<skill-dir>"` + `skills: ["./"]`)
2. **wrapper 方式**: エージェントを持つもの、フックを定義するもの、複数スキルの bundle。`plugins/<plugin-name>/` にまとめる

```text
.
├── .claude-plugin/
│   └── marketplace.json      # プラグイン一覧とバージョンの記載元
├── skills/                   # スキルの実体。direct-skill 方式の source を兼ねる
│   └── <skill-name>/
│       ├── .claude-plugin/   # direct-skill 方式で source になるスキルのみ
│       │   └── plugin.json
│       ├── SKILL.md
│       ├── references/       # (任意) SKILL.md から読む手順・定義
│       └── README.md         # (任意) 利用者向けの設定リファレンス
├── plugins/                  # wrapper 方式のプラグイン
│   └── <plugin-name>/
│       ├── .claude-plugin/
│       │   └── plugin.json
│       ├── skills/
│       │   └── <skill-name>/ # skills/<skill-name> の実ディレクトリコピー
│       ├── agents/           # (エージェント依存のみ)
│       │   └── <agent-name>.md
│       └── README.md         # (任意)
├── tests/                    # リポジトリ自身のテスト(*.test.mjs)。Skill(run-node-tests) が実行する
├── .claude/
│   ├── commands/             # 開発用コマンド(/verify-plugins 等)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add hiroro-work/claude-plugins/CLAUDE.md@git:20260923.b852b0b
Exact content
mdr add hiroro-work/claude-plugins/CLAUDE.md@sha256:277b66a34c46a0d9

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_y5qiithciulktwk4.svg)](https://markdownregistry.com/a/art_y5qiithciulktwk4)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.b852b0b latest2026-09-23 b852b0b 8,610 BA view · diff
git:20260901.4e26eb12026-09-01 4e26eb1 11,565 BA view · diff
git:20260826.9ee3a412026-08-26 9ee3a41 9,660 BA view · diff
git:20260728.97a17932026-07-28 97a1793 9,506 BA view · diff
git:20260726.debc7942026-07-26 debc794 8,947 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (8610 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

hiroro-work/claude-plugins · 48 stars · license none · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_y5qiithciulktwk4
GET https://markdownregistry.com/api/v1/resolve?ref=hiroro-work/claude-plugins/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/277b66a34c46a0d987e871c87b5d326bab63536fb9f45f4fc6d46d7bdc7aca13

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from hiroro-work/claude-plugins

dev-workflow-triage skill
hiroro-work/claude-plugins · .claude/skills/dev-workflow-triage/SKILL.md · Triage open issues in the retrospective issue repo populated by the dev-workflow producer (v1 and v2 issue formats)…
git:20260923.b852b0b · audit A · 48 stars
extract-skill-section skill
hiroro-work/claude-plugins · .claude/skills/extract-skill-section/SKILL.md · Extract a named SKILL.md section's body verbatim into a references/<name>.md file, replace the body with a skeleton…
git:20260902.b999a01 · audit A · 48 stars
inbox-add skill
hiroro-work/claude-plugins · .claude/skills/inbox-add/SKILL.md · Read .claude/inbox-add.local.md and append one task line to the Obsidian Vault's inbox.md. Use when the user requests…
git:20260521.40669ff · audit A · 48 stars
prompt-tuning skill
hiroro-work/claude-plugins · .claude/skills/prompt-tuning/SKILL.md · Methodology for iteratively improving agent-facing instructions (skills / slash commands / CLAUDE.md / code-gen…
git:20260818.9421b02 · audit A · 48 stars
publicity-review skill
hiroro-work/claude-plugins · .claude/skills/publicity-review/SKILL.md · Review uncommitted diff for content unsuitable for publication to a public repository — secrets/credentials…
git:20260819.bbea1b2 · audit A · 48 stars
review-with-untracked skill
hiroro-work/claude-plugins · .claude/skills/review-with-untracked/SKILL.md · Temporarily visualize untracked new files into the git diff so a chain of diff-deriving review callees can see them…
git:20260819.bbea1b2 · audit A · 48 stars
run-node-tests skill
hiroro-work/claude-plugins · .claude/skills/run-node-tests/SKILL.md · Run the repository's Node test suite under tests/ via `node --test` and report a structured verdict. Project-local…
git:20260902.b999a01 · audit A · 48 stars
run-tests skill
hiroro-work/claude-plugins · .claude/skills/run-tests/SKILL.md · Verify plugins marketplace structure, version consistency, and JSON/frontmatter validity via subagent
git:20260901.4e26eb1 · audit A · 48 stars
skill-review skill
hiroro-work/claude-plugins · .claude/skills/skill-review/SKILL.md · Review uncommitted skill changes against an internal checklist of skill-creator best practices and apply improvements…
git:20260819.e040afe · audit A · 48 stars
triage-review skill
hiroro-work/claude-plugins · .claude/skills/triage-review/SKILL.md · Daily review of the latest origin triage-* branch. Operator-prepared invariant — the operator fetches origin and…
git:20260818.43f88f5 · audit A · 48 stars
verify-bundle-sync skill
hiroro-work/claude-plugins · .claude/skills/verify-bundle-sync/SKILL.md · Verify the dev-workflow-bundle canonical and bundle copy directories are in sync. Workaround for upstream symlink bug…
git:20260923.b852b0b · audit A · 48 stars
verify-diff skill
hiroro-work/claude-plugins · .claude/skills/verify-diff/SKILL.md · Empirically verify that a code diff achieves its stated objective by dispatching a bias-free executor that actually…
git:20260818.498fedb · audit A · 48 stars

Every file in hiroro-work/claude-plugins

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

Browse by kind, by grade A, or by owner.