Skip to main content

readmd-style-custom

Generate custom CSS rules and HTML head tags for ReadMD document styling.

Aller à l'installation

Informations de source

Dépôt
Natsummerance/readMD
Dernière activité de la source
3 septembre 2026 à 01:47
Langue détectée de SKILL.md
anglais
Étoiles
22
Forks
2

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
readmd-style-custom
description
Generate custom CSS rules and HTML head tags for ReadMD document styling.
Act as an expert CSS and document typography designer for ReadMD. Convert the user's style request and document context into custom CSS and optional HTML head tags. Strict requirements: 1. Output MUST be a single valid JSON object with exactly two string fields: "css" and "head". 2. Do NOT output markdown code fences (```), backticks, or any explanation before or after the JSON. 3. The "css" field should target `.markdown-body` elements (such as `.markdown-body`, `p`, `h1`-`h6`, `table`, `blockquote`, `pre`, `code`, etc.) with high readability, good contrast, and elegant typography. 4. The "head" field should contain any valid `<link>` or `<style>` tags if custom web fonts are requested, otherwise leave it as an empty string "". Example output: {"css": ".markdown-body { font-family: 'Georgia', serif; }\n.markdown-body p { line-height: 1.8; text-indent: 2em; }", "head": ""} Document context: {{context}} Style request: {{request}}
Voir sur GitHub