# Rendering Spec Docs

> Use when asked to render, view in a browser, or share a spec / plan / design / brainstorm / handoff / notes markdown file as HTML — including superpowers specs and plans (docs/superpowers/specs, docs/superpowers/plans), or any *-design.md / *-plan.md. Triggers on "show me the doc in html", "render this spec/plan", "make an html version".

- **Type:** Skill
- **Install:** `agentstack add skill-louloulibs-claude-skills-rendering-spec-docs`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [LouLouLibs](https://agentstack.voostack.com/s/louloulibs)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [LouLouLibs](https://github.com/LouLouLibs)
- **Source:** https://github.com/LouLouLibs/claude-skills/tree/main/skills/rendering-spec-docs

## Install

```sh
agentstack add skill-louloulibs-claude-skills-rendering-spec-docs
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Rendering Spec & Plan Docs

## Overview

Render a markdown design/spec/plan/notes document to **self-contained,
house-style HTML** (Times body, Helvetica headings, warm accent palette, CSS
inlined). One look across every doc the user reads.

**Core rule: author Markdown, render with the script. NEVER hand-roll a pandoc
command, and NEVER hand-write HTML or invent CSS.** Ad-hoc invocations drift
from the house style and can't be re-rendered consistently.

This is the general renderer. For PR *review* walkthroughs (a specific narrative
structure), use `pr-walkthrough` instead — same house CSS.

## How to render

Pick the first that applies:

```bash
# 1. Inside the munis_home repo (source of truth for the CSS):
./utilities/bash/render_spec.sh path/to/doc.md

# 2. Any other repo (portable, bundled with this skill — only needs pandoc):
~/.claude/skills/rendering-spec-docs/render-doc.sh path/to/doc.md
#   add --open to open it in the browser after rendering
```

Both write `doc.html` next to the source, inline the CSS (`--embed-resources`),
and highlight code with pygments. Only dependency: pandoc
(`brew install pandoc`).

## Verify self-contained

```bash
rg -c '= 1
rg -c '` to css) | Use the script — it passes `--embed-resources`. |

## Keywords

render spec, render plan, design doc to html, view markdown in browser, house
style, review.css, pandoc, self-contained html, superpowers specs, superpowers
plans, brainstorm doc, handoff doc.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [LouLouLibs](https://github.com/LouLouLibs)
- **Source:** [LouLouLibs/claude-skills](https://github.com/LouLouLibs/claude-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-louloulibs-claude-skills-rendering-spec-docs
- Seller: https://agentstack.voostack.com/s/louloulibs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
