Skip to main content

readmd-style-custom

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

الانتقال إلى التثبيت

معلومات المصدر

المستودع
Natsummerance/readMD
آخر نشاط في المصدر
٣ سبتمبر ٢٠٢٦ في ٠١:٤٧
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٢٢
التفرعات
٢

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

مستكشف الملفات
2 ملفات

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
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}}
عرض على GitHub