readmd-style-custom
Generate custom CSS rules and HTML head tags for ReadMD document styling.
ソース情報
- リポジトリ
- Natsummerance/readMD
- ソースの最終更新活動
- 2026年9月3日 01:47
- 検出された SKILL.md の言語
- 英語
- スター
- 22
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する 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で見る