← スキル一覧に戻る

markdown-to-epub
by ljchg12-hue
Claude Code CLI configuration with multi-AI orchestration and ABSOLUTE RULES enforcement
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: markdown-to-epub description: Convert Markdown documents to EPUB ebooks with styling, metadata, and table of contents
Markdown to EPUB Converter Skill
Convert Markdown documents into properly formatted EPUB ebooks.
When to Use
- Ebook creation
- Documentation distribution
- Reading on e-readers
- Self-publishing
Core Capabilities
- Markdown to EPUB conversion
- Metadata embedding (title, author, publisher)
- Table of contents generation
- CSS styling
- Image embedding
- Cover image support
Tools
# Pandoc (recommended)
pandoc -s input.md -o output.epub --toc --epub-cover-image=cover.jpg
# With metadata
pandoc input.md -o output.epub \
--metadata title="My Book" \
--metadata author="John Doe" \
--toc
# Calibre ebook-convert
ebook-convert input.md output.epub --authors="John Doe" --title="My Book"
# Gitbook
gitbook epub ./ mybook.epub
Metadata
---
title: "My Book Title"
author: "Author Name"
language: "en"
---
Best Practices
- Use proper Markdown hierarchy (h1, h2, h3)
- Include cover image (1600x2400px recommended)
- Add metadata for discoverability
- Test on multiple e-readers
- Validate EPUB with epubcheck
Resources
- Pandoc: https://pandoc.org/
- EPUBCheck: https://github.com/w3c/epubcheck
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です