Skip to main content

readmd-style-custom

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

Zur Installation springen

Quellinformationen

Repository
Natsummerance/readMD
Letzte Quellaktivität
3. September 2026 um 01:47
Erkannte Sprache von SKILL.md
Englisch
Sterne
22
Forks
2

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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}}
Auf GitHub ansehen