From pro-workflow
Renders self-contained HTML viewer for pro-workflow wikis with pages, sources, claims, seed queue, link graph, and full-text search. Use to browse visually, share state, audit research, or hand off knowledge bases.
npx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowThis skill uses the workspace's default tool permissions.
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.
Wiki dashboard — browse pages, view stats, knowledge graph, export. Use on: 'wiki dashboard', 'wiki stats', 'show wiki', 'wiki pages', 'list wiki', 'wiki graph', 'export wiki', 'wiki overview'.
Generates interactive force-directed graph of [[wikilinks]] from project's wiki/ Markdown files and opens wiki-graph.html in browser. Use to visualize wiki structure.
Generates minimal semantic HTML pages for browser review of agent output like lists/tables/drafts hard to read in terminal. Auto-activates on 'show me', 'quick view', 'make reviewable'. Manages _private/views/ files: temp → keeper → archived.
Share bugs, ideas, or general feedback.
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.
/wiki research run, to see what it builtcodebase-flavored wiki for an unfamiliar moduleincident wiki for a post-mortem readoutnode $SKILL_ROOT/scripts/render.js <slug> [--out <path>] [--theme dark|light]
Defaults:
<wiki-root>/derived/viewer.htmldark| Panel | Contents |
|---|---|
| Header | wiki slug, flavor, scope, root path, last-update timestamp, page count, source count, kill-switch status |
| Sidebar | page list grouped by page_type, in-page filter input |
| Main | selected-page detail: title, summary, full markdown content (rendered), inline citations resolve to source rows |
| Sources | table of every wiki_sources row + manual sources.md rows |
| Seeds | seed-queue table grouped by status; "copy as research prompt" button per pending seed |
| Link graph | SVG force-layout of cross-page citations + back-links |
| Search | in-browser substring + token search over title/summary/content |
| Footer | meta: schema versions, embedding model if present, generator version |
No CDN, no external fonts, no <script src=>. Inline CSS, inline SVG, inline JS only. Result is a single .html file that opens locally or from any static host.
# Generate after auto-research run completes
/wiki research agent-memory --max-pages 5
node skills/wiki-viewer/scripts/render.js agent-memory
open ~/.pro-workflow/wikis/agent-memory/derived/viewer.html
# Hand off to a teammate
aws s3 cp ~/.pro-workflow/wikis/agent-memory/derived/viewer.html s3://my-bucket/agent-memory.html --acl public-read
@media print collapses sidebars so the markdown content prints clean.--include-council to bundle every linked council transcript inline--include-survey to bundle generated surveyscontested--against <previous.html> to highlight new claims since a prior render