CtrlK
BlogDocsLog inGet started
Tessl Logo

markdown-html-orchestrator

Use when a user wants to convert any markdown file in their Claude project into a single-file, lightly-interactive HTML — long-form documents (specs, plans, RFCs, reports, explainers), code reviews with diffs and severity-tagged annotations, or slide decks. Triggers on "convert this markdown to HTML", "make this an HTML file", "turn this into an interactive document", "render this report as HTML", "PR writeup as HTML", "slides from this markdown". Forks context to route to one of three converter sub-skills (md-document, md-review, md-slides) based on a deterministic doctype classifier, after the user has run the design-system onboarding once. Refuses if input is under 100 lines (per Shihipar — markdown still wins below the threshold) or design-system isn't onboarded. Distinct from Anthropic's official Playground plugin (which is interactive prompt-tuning controls with sliders/knobs/prompt-copy-back) and from marketing/landing/ (which is a landing-page generator).

71

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

The risk profile of this skill

SKILL.md
Quality
Evals
Security

Quality

Content

75%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a well-structured, action-oriented orchestrator doc with executable pipelines and explicit validation gates, but it loses a point across the board to minor gaps: some redundant prose, an abstract sub-skill handoff, no output-verification step, and unlinked local reference files.

Suggestions

Link the local canon files in the References or forcing-question sections (e.g., 'See references/information_density_canon.md') so the one-level-deep references are clearly signaled rather than only implied by prose.

Add an explicit post-conversion verification checkpoint in Step 5 (e.g., open/spot-check the rendered HTML) to close the workflow validation loop for a file-writing operation.

Trim the redundant intro restatement of Shihipar's argument and the 'Distinct from' section (already covered in the description) to tighten token efficiency.

DimensionReasoningScore

Conciseness

Mostly lean and action-dense with scripts carrying the load, but minor over-explanation remains — the intro restates Shihipar's argument, the 'Distinct from' section duplicates the description, and forcing-question entries cite canon (Tufte, WCAG) that could be trimmed. Not a 3 because the bulk is purposeful, not padded; not a 5 because those trims are visible.

4 / 5

Actionability

Provides copy-paste-ready bash pipelines (doctype_classifier | route_explainer, output_path_resolver) and a concrete point-valued signal table, but the sub-skill renderer invocation in Step 5 is described abstractly ('the converter scripts own the rendering') rather than shown. Not a 5 due to that gap; not a 3 because the orchestrator commands are fully executable.

4 / 5

Workflow Clarity

Five clearly sequenced steps with strong pre-flight validation gates (hard refusals with feedback like 'REFUSE — fix the issues above', collision handling, unwritable-location refusal), but there is no explicit post-conversion verification that the HTML output renders correctly. Not a 5 because that final checkpoint is implicit; not a 3 because validation checkpoints are otherwise explicit and present.

4 / 5

Progressive Disclosure

Well-organized into clear sections with inline-invoked real script paths (doctype_classifier.py, route_explainer.py, output_path_resolver.py verified present), but the local references/*.md canon files (information_density_canon.md, orchestrator_routing_patterns.md, single_file_html_discipline.md) are never linked or signaled from the body even though the prose draws on them. Not a 5 because those one-level-deep references are not clearly signaled; not a 3 because structure is otherwise strong.

4 / 5

Total

16

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is exemplary: it states concrete capabilities, provides comprehensive natural trigger phrases, answers both what and when explicitly, and proactively distinguishes itself from adjacent skills. No vague fluff or over-claims present.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'convert any markdown file... into a single-file, lightly-interactive HTML', 'Forks context to route to one of three converter sub-skills (md-document, md-review, md-slides) based on a deterministic doctype classifier', and explicit refusal conditions — giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both 'what' (markdown → single-file interactive HTML via routing to converter sub-skills) and 'when' ('Use when a user wants to convert any markdown file...') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Lists comprehensive natural trigger phrases users would actually say — 'convert this markdown to HTML', 'make this an HTML file', 'turn this into an interactive document', 'render this report as HTML', 'PR writeup as HTML', 'slides from this markdown' — covering synonyms and document-type variants.

5 / 5

Distinctiveness Conflict Risk

Carves a clear niche and explicitly distinguishes from adjacent tools — 'Distinct from Anthropic's official Playground plugin (which is interactive prompt-tuning controls...)' and 'from marketing/landing/ (which is a landing-page generator)' — minimizing conflict risk.

5 / 5

Total

20

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
alirezarezvani/claude-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.