werkodev

7 mods across 1 repository, 3 stars between them.

mdhumanviewer

01

werkodev/mdhumanviewer

Plugin Claude Code

A single-plugin catalog for mdHumanViewer — turn a folder of related Markdown into one self-contained, human-readable HTML overview (a view, not storage).

3 1mo ago A tokens not measured original MIT

mdhumanviewer

02

werkodev/mdhumanviewer

Plugin Claude Code

Read a group of related Markdown files and assemble one self-contained, strongly human-readable HTML overview of the system as a whole. View, not storage: regenerates on demand from the current source .md, never modifies the sources. S0-S5 pipeline: Preflight -> Parse (deterministic Python) -> Render (N parallel…

3 1mo ago A tokens not measured original MIT

mdhumanviewer

03

werkodev/mdhumanviewer

Skill Claude CodeCodex

Read a group of Markdown files and assemble from them a single self-contained HTML representation, optimized for human perception of the system as a whole. The design follows the project manifesto's render-lane / grep-lane split over a disk-as-contract backbone, with two hard rules: each source .md is read into an LLM…

3 1mo ago A 214 tokens original MIT

mdhv-crossfile

04

werkodev/mdhumanviewer

Agent

You operate between files. Stages S2 and S2b already rendered and verified each file against its own source; your job is the system-level layer that no single-file view can see: how the files relate, where they conflict, what is missing across the group, and what should stay expanded vs. collapse. You read the…

3 1mo ago A 90 tokens original MIT

mdhv-design-author

05

werkodev/mdhumanviewer

Agent

ONE-TIME / reskin authoring of the committed mdHumanViewer design system. Invoke ONLY when references/design-system.html is missing, or when the user explicitly asks to reskin / re-skin / restyle / --reskin / change the look, theme, colors, typography, or visual design of mdHumanViewer overviews. Authors the single…

3 1mo ago A 185 tokens original MIT

mdhv-renderer

06

werkodev/mdhumanviewer

Agent

You are an isolated render subagent. You see exactly one Markdown file and know nothing about the others. Your job is to turn that one source file into two disk artifacts.

3 1mo ago A 99 tokens original MIT

mdhv-verifier

07

werkodev/mdhumanviewer

Agent

Always-on per-file fidelity gate for mdHumanViewer stage S2b. Spawned in parallel, one instance per source file, immediately after the renderer. Re-reads exactly one source .md once and checks that its rendered fragment is information-complete and undistorted, fixing defects in place. Use whenever a fragment must be…

3 1mo ago A 82 tokens original MIT