wiki-viewer
仓库创建 2026年2月2日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由
一键导出可分享的单文件 wiki 快照
这个 Skill 做什么
将本地 pro-workflow 数据库导出为单文件 HTML 可视化查看器。
把本地 pro-workflow 数据库导出成一个单文件 HTML 查看器,内建全文搜索、页面/来源/claim 列表和链接图,一次性分享整个知识库状态。需要把研究进展给同事看、审计研究进度或交接知识库时用,文件无外部依赖且可上传 S3。信息密度高、可视化好,适合长文档导航。
▸ 展开 SKILL.md 英文原文
Render a self-contained HTML viewer for a pro-workflow wiki. Pages, sources, claims, seed queue, page-link graph and full-text search all in one file. No external dependencies, no JS framework, S3-uploadable. Use when the user wants to browse a wiki visually, share its current state with someone, audit research progress, or hand off a knowledge base. Inspired by Thariq Shihipar's "Unreasonable Effectiveness of HTML" — favors information density and shareability over markdown-only outputs.
2.7k
Stars
257
Forks
40
仓库内 Skill
+55
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/wiki-viewer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/wiki-viewer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Wiki Viewer Single-file HTML view of a pro-workflow wiki. Reads `~/.pro-workflow/data.db`, dumps the wiki into one self-contained HTML document with in-browser search, link graph and a seed-queue panel. ## Why HTML, not markdown - **Information density** — pages, sources, claims, seeds, link graph in one viewport - **Visual clarity** — long wikis are unreadable as raw markdown; HTML scales - **Shareability** — upload to S3, send the URL; recipient does not need pro-workflow installed - **Two-way interaction** — "copy as seed" buttons turn open questions into seed queue prompts you can paste back into Claude Code - **Auditable** — quick visual proof that the auto-research loop produced s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有