Agent Plugins Marketplace
All plugins

reviewable-html-workbench

v1.29.1

Generate reviewable HTML documents, serve previews, collect comments, and feed review outcomes back into agent workflows.

Codex3 Skills

By u1License: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 22, 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 reviewable-html-workbench for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add reviewable-html-workbench@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “reviewable-html-workbench” remain stable.

  • Codex: reviewable-html-workbench@agent-plugin-marketplacereviewable-html-workbench@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/u-ichi/reviewable-html-workbench/.

Plugin files

plugins/u-ichi/reviewable-html-workbench/
├── .codex-plugin/plugin.json
├── skills/plan-preview/SKILL.md
├── skills/reviewable-design-doc/SKILL.md
└── skills/visual-html-renderer/SKILL.md

Included Skills3

plan-previewskills/plan-preview/SKILL.md

Plan Mode の `<proposed_plan>` を出す直前に、計画の段階・依存関係・検証観点を一時HTMLで視覚確認したい時に使う agent-internal skill。Use this agent-internal skill to create a temporary HTML preview for a plan just before presenting `<proposed_plan>`. plugin配布だけで発火し、ユーザーにCLI実行を求めず、agentが `plan-preview` CLIでセッション限定URLを作り、本文に自然に差し込む。Triggers: planをグラフィカルに見たい, planを図で確認したい, この計画をHTMLでプレビューして, 計画をHTMLで確認したい, graphical plan review, proposed_planをプレビューして, 計画URLを入れて, preview this plan as HTML, show this plan visually, graphical plan preview, add a plan preview URL, preview the proposed plan。使用しない場面: 通常の最終HTML生成、レビュー可能な設計資料作成、コメント取り込み、恒久成果物の公開、外部アップロードが必要な図式化。Do not use for: final HTML artifacts, reviewable design docs, comment ingestion, permanent publication, or external-upload diagrams.

reviewable-design-docskills/reviewable-design-doc/SKILL.md

要求・設計・アーキテクチャ・未決事項を整理し、レビュー可能な設計資料HTMLを作りたい時に使う。Use this skill to structure requirements, design, architecture, alternatives, decisions, and unresolved issues into a review-ready HTML design document. レビュー完了後はHTMLコメントを読み込み、設計へ反映し、確認が必要な場合はHTMLコメントスレッドへagent返信を書き戻す。Triggers: レビュー可能な設計資料, 設計資料をHTMLで, design doc, reviewable design doc, レビュー終わったので確認して, コメントを反映して, create a reviewable design doc, make a design doc in HTML, build a review-ready design document, ingest review comments, process review comments, reply to review comments, apply resolved comments。使用しない場面: 汎用HTMLレンダリングだけ、Notion投稿だけ、既存HTMLの見た目修正だけ。Do not use for: generic HTML rendering, Notion-only publishing, or small visual tweaks to existing HTML.

visual-html-rendererskills/visual-html-renderer/SKILL.md

HTMLを最終成果物として生成・検証・プレビューしたい時に使う共通レンダラー。Use this shared renderer when the user wants content turned into a final, validated, previewable HTML artifact. 現行rendererの表現能力を前提にagentが文書モデルを直接設計し、表・リスト・コード・注記・図・生成画像を選んだHTML bundleとセッション限定のプレビューURLを提示する。Triggers: html出力して, HTMLにして, HTMLで出して, この内容をHTMLで出して, HTMLでプレビューして, HTMLレンダラー, HTML出力を共通化, 図示つきHTML, visual HTML renderer, render this as HTML, turn this into HTML, create an HTML preview, generate a visual HTML report, make this a reviewable HTML document, diagrammed HTML report。使用しない場面: Plan Mode 中の計画確認プレビュー、設計内容そのものの作成、Notion投稿だけ、既存HTMLの軽微な見た目修正だけ。Do not use for: Plan Mode proposal previews, creating the design content itself, Notion-only publishing, or minor visual tweaks to existing HTML.

Plugin manifests1

plugins/u-ichi/reviewable-html-workbench/.codex-plugin/plugin.json
{
  "name": "reviewable-html-workbench",
  "version": "1.29.1",
  "description": "Generate reviewable HTML documents, serve previews, collect comments, and feed review outcomes back into agent workflows.",
  "author": {
    "name": "u1",
    "email": "",
    "url": ""
  },
  "homepage": "https://github.com/u-ichi/reviewable-html-workbench",
  "repository": "https://github.com/u-ichi/reviewable-html-workbench",
  "license": "MIT",
  "keywords": [
    "html",
    "review",
    "design-doc",
    "agent-skill",
    "preview"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Reviewable HTML Workbench",
    "shortDescription": "Create reviewable HTML docs and process comments.",
    "longDescription": "Generate visual HTML documents, start local or Tailscale preview servers, capture review comments, reply from agents, and apply feedback back into design documents.",
    "developerName": "u1",
    "category": "Productivity",
    "capabilities": [
      "Write",
      "Interactive"
    ],
    "defaultPrompt": [
      "Create a reviewable design doc in HTML",
      "Process the HTML review comments and apply resolved feedback",
      "Render this as a visual HTML report",
      "Preview this plan as HTML",
      "設計資料をレビュー可能なHTMLで作って",
      "HTMLレビューコメントを確認して反映して",
      "図示つきHTMLレポートを生成して",
      "planをグラフィカルに確認したい",
      "この計画をHTMLでプレビューして"
    ],
    "brandColor": "#2563EB"
  }
}

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

[reviewable-html-workbench on Agent Plugins Marketplace](https://pluginsmp.com/plugins/reviewable-html-workbench)