pretty-page

Convert markdown content to styled HTML pages and upload to S3-compatible storage.

137|13|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/alexknowshtml/claude-skills --skill pretty-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pretty-page
Source: https://github.com/alexknowshtml/claude-skills/tree/main/pretty-page
Command: npx skills add https://github.com/alexknowshtml/claude-skills --skill pretty-page

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires boto3.

What problem does it solve?

Sharing raw markdown files or unformatted text is unprofessional and hard to read in a browser, wasting time on manual formatting for every shared document.

Core Features & Use Cases

  • Styled HTML Rendering: Converts markdown to a polished, Risograph-inspired HTML page using the JFDI design system, with custom fonts, paper texture, and responsive layout.
  • One-Click Public Hosting: Automatically uploads rendered pages to any S3-compatible storage (AWS S3, DigitalOcean Spaces, Cloudflare R2) to generate a permanent shareable public URL.
  • Interactive Document Features: Includes persistent checkboxes, auto-generated table of contents, collapsible sections, copy-as-markdown functionality, and support for wide table layouts and embedded Gmail-style email cards.
  • Common Use Cases: Ideal for meeting notes with action items, analysis reports, research summaries, blog post drafts for review, and system architecture documentation that needs to be shared with teams or stakeholders.

Quick Start

Use the pretty-page skill to convert your project meeting notes markdown file into a styled shareable HTML page and get a public URL to send to your team.

Frequently Asked Questions about pretty-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert markdown to a styled HTML page for sharing?

You can convert markdown to a styled HTML page by using a rendering tool that applies a custom design system template, producing a browser-ready document with responsive layouts, custom fonts, and interactive features like persistent checkboxes.

Can I host static HTML pages on S3-compatible storage for public sharing?

Yes, you can automatically upload rendered static HTML pages directly to S3-compatible storage services like AWS S3, Cloudflare R2, or DigitalOcean Spaces to generate a permanent public shareable URL for distributed viewing.

Does markdown to HTML conversion support interactive document features like collapsible sections?

Yes, converting markdown to HTML can support interactive document features such as persistent checkboxes, auto-generated tables of contents, collapsible sections, and copy-as-markdown functionality to enhance browser readability.

Do I need boto3 to upload rendered HTML pages to cloud storage?

Yes, you need the boto3 library installed in your environment to programmatically interface with S3-compatible storage services and automate the upload of rendered HTML pages to generate public shareable URLs.

What is the best way to share meeting notes with action items from a markdown file?

The best way to share meeting notes with action items is to convert the markdown file into a styled HTML page featuring persistent checkboxes, then upload it to S3-compatible storage to generate a public URL for your team.