guide-doc-generator
v0.1.17初心者・非エンジニア向けのレクチャー/導入ガイド資料を、外部依存ゼロの単一 HTML として構成データ駆動で決定論生成するプラグイン。ヒアリング→構成データ設計→レンダリング→4 ゲート検証→出力先ルーティングを分界し、レンダリング経路に LLM を挟まないことで同一構成データからのバイト一致再現を保証する。素材は data URI で内包し、絵文字を使わずインライン SVG アイコンで表す。既存 HTML からの逆抽出 (round-trip) と A4 印刷・a11y にも対応する。
By harness maintainers10 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 1, 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 guide-doc-generator for Codex and Claude Code
codex plugin marketplace add daishiman/harness-dev
codex plugin marketplace upgrade harness-dev
codex plugin add guide-doc-generator@harness-devPaste and run these commands in a terminal with Codex. They add and refresh the harness-dev catalog, then install this plugin.
Compatibility: the page URL and API slug “guide-doc-generator” remain stable.
- Codex:
guide-doc-generator@agent-plugin-marketplace→guide-doc-generator@harness-dev
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/daishiman/harness-devClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/guide-doc-generator/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/assign-handout-readability-evaluator/SKILL.md├── skills/ref-handout-design-system/SKILL.md├── skills/run-handout-build/SKILL.md├── skills/run-handout-extract/SKILL.md└── skills/run-skill-feedback/SKILL.md
Included Skills5
生成した handout 資料が初心者に伝わるか読みやすさレビューを依頼したいとき、独立 context のレビュアーから指摘と根拠つきの verdict を回収したいときに使う。
資料の部品カタログ・デザイントークンの値を確認したいとき、アイコン規約を引きたいときに読む。
レクチャー資料や導入ガイドの handout を作りたいとき、題材のヒアリングから外部依存ゼロの単一 HTML 資料と同梱物一式を生成したいときに使う。
既存の単一 HTML から構成データを逆抽出したいとき、手書き HTML を再利用可能な構成データへ戻してテンプレート化したいときに使う。
既存スキルへの「こう直してほしい」要望を受け取って Notion 改善要望 DB にプッシュしたいとき、利用者発端のフィードバックループを起動したいときに使う。
Plugin manifests2
{
"name": "guide-doc-generator",
"version": "0.1.17",
"description": "初心者・非エンジニア向けのレクチャー/導入ガイド資料を、外部依存ゼロの単一 HTML として構成データ駆動で決定論生成するプラグイン。ヒアリング→構成データ設計→レンダリング→4 ゲート検証→出力先ルーティングを分界し、レンダリング経路に LLM を挟まないことで同一構成データからのバイト一致再現を保証する。素材は data URI で内包し、絵文字を使わずインライン SVG アイコンで表す。既存 HTML からの逆抽出 (round-trip) と A4 印刷・a11y にも対応する。",
"author": {
"name": "harness maintainers"
},
"interface": {
"displayName": "Guide Doc Generator",
"shortDescription": "初心者・非エンジニア向けのレクチャー/導入ガイド資料を、外部依存ゼロの単一 HTML として構成データ駆動で決定論生成するプラグイン。ヒアリング→構成データ設計→レンダリング→4 ゲート検証→出力先ルーティングを分界し、レンダリング経路に ",
"longDescription": "初心者・非エンジニア向けのレクチャー/導入ガイド資料を、外部依存ゼロの単一 HTML として構成データ駆動で決定論生成するプラグイン。ヒアリング→構成データ設計→レンダリング→4 ゲート検証→出力先ルーティングを分界し、レンダリング経路に LLM を挟まないことで同一構成データからのバイト一致再現を保証する。素材は data URI で内包し、絵文字を使わずインライン SVG アイコンで表す。既存 HTML からの逆抽出 (round-trip) と A4 印刷・a11y にも対応する。",
"developerName": "harness maintainers",
"category": "Development Tools",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Help me use Guide Doc Generator."
]
},
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}{
"name": "guide-doc-generator",
"version": "0.1.17",
"dependencies": [
"skill-governance-adapters"
],
"description": "初心者・非エンジニア向けのレクチャー/導入ガイド資料を、外部依存ゼロの単一 HTML として構成データ駆動で決定論生成するプラグイン。ヒアリング→構成データ設計→レンダリング→4 ゲート検証→出力先ルーティングを分界し、レンダリング経路に LLM を挟まないことで同一構成データからのバイト一致再現を保証する。素材は data URI で内包し、絵文字を使わずインライン SVG アイコンで表す。既存 HTML からの逆抽出 (round-trip) と A4 印刷・a11y にも対応する。",
"author": {
"name": "harness maintainers"
}
}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.
[guide-doc-generator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/guide-doc-generator)