baoyu-format-markdown
Format Markdown Files
プレーンテキストとmarkdownファイルを、適切なfrontmatter、タイポグラフィ、フォーマットを備えた整然としたドキュメントに変換します。CJK言語サポートを備えた、クリーンで出版可能なmarkdownを出力します。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「baoyu-format-markdown」を使用しています。 My Article Title This is plain text content. First point is important. Second point matters too.
期待される結果:
title、slug、summaryを含むfrontmatterが追加されました。コンテンツは見出し階層、太字テキストによる重要フレーズ、箇条書きリストで構造化されています。
「baoyu-format-markdown」を使用しています。 Existing markdown file with minimal formatting
期待される結果:
改善されたfrontmatter、一貫した見出しレベル、適切な太字マーカー、適用されたタイポグラフィ修正で強化
セキュリティ監査
低リスクSecurity evaluation confirms this is a legitimate markdown formatting skill. Static findings flagged external command execution (autocorrect-node), filesystem operations, and npm package URLs. All are false positives: execSync runs a known typography tool with CLI-provided paths, file I/O is scoped to user-specified files, and network access is limited to standard npm package downloads.
高リスクの問題 (2)
中リスクの問題 (1)
低リスクの問題 (2)
リスク要因
⚙️ 外部コマンド (93)
📁 ファイルシステムへのアクセス (6)
🌐 ネットワークアクセス (91)
品質スコア
作れるもの
ブログ投稿のフォーマット
プレーンテキストから下書きブログ投稿をフォーマットするか、適切なfrontmatter、見出し、タイポグラフィを備えた既存のmarkdown記事の改善します。
ドキュメントのクリーンアップ
技術ドキュメントやreadmeファイルに一貫したフォーマットと構造を適用します。
CJKドキュメントの準備
中国語、日本語、韓国語の混合言語markdownドキュメントのスペーシングと強調の問題を修正します。
これらのプロンプトを試す
Format the file /path/to/document.md using baoyu-format-markdown skill.
Convert the plain text file /path/to/draft.txt to well-structured markdown with frontmatter and proper headings.
Run typography fixes only on /path/to/article.md without changing the existing markdown structure.
Format /path/to/post.md with all features enabled: frontmatter optimization, typography fixes, and fullwidth quote replacement.
ベストプラクティス
- スキルは新しい出力ファイルを作成するため、フォーマット前に常に元のファイルをバックアップしてください
- 全角引用符のタイポグラフィが特に必要な場合にのみ--quotesフラグを使用してください
- CJKドキュメントでは、適切な混合言語フォーマットを維持するためにスペーシングを有効にしてください
回避
- 複雑なmarkdownが既に含まれているファイルには使用せず、「元のフォーマットを維持」オプションを使用してください
- フォーマットプロセスはドキュメント全体を処理するため、非常に大きなファイルでの実行は避けてください
- コンテンツ生成を期待しないでください。このスキルは既存のコンテンツのフォーマットのみを行います