wiki-viewer
SolidRender 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.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- rohitg00
- Repository
- rohitg00/pro-workflow
- Created
- 5 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- None
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
wiki-builder
Start, structure, and grow a persistent research wiki indexed in pro-workflow's SQLite knowledge base. Each wiki is a folder of markdown pages with provenance, plus a shadow FTS5 index so any session can recall it. Use when the user says "start a wiki", "add to wiki", "compile a page", "wiki on X", or wants a long-lived knowledge base on a topic, paper, product, person, project, or codebase.
specflow-viewer
Generate a polished, self-contained HTML page (`specs.html`) for browsing a Specflow project's two-layer spec tree — both the developer specs under `.specflow/specs/` and the high-level business specs under `.specflow/specs-business/`, plus the per-folder `_overview.md` docs that explain each group, all parsed and rendered as a client-facing site with a Business⇄Developer toggle, sidebar tree (folders surface their first-sentence summary as a subtitle, click a folder to read its overview), search across spec content AND folder overviews, cross-link sections (Implements / Implemented by) between the two layers, an "Unmapped" badge on dev specs missing an `implements:` link to a business spec, acceptance-criteria cards, dependency chips, and an optional test-status overlay. Use this skill PROACTIVELY whenever the user wants to show, present, export, publish, share, or hand off Specflow specs in a browsable format — including phrasings like "generate the spec viewer", "build the spec page", "make the HTML specs"
dev-wiki
Generate and browse the cross-project wiki index. Creates a navigable markdown wiki from .dev/ and .dev-archive/ PRDs, ready for Obsidian or any markdown viewer.