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).
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).
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…
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…
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…
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…
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.
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…