baoyu-format-markdown
Markdown-Dateien formatieren
Transformiert Klartext- und Markdown-Dateien in gut strukturierte Dokumente mit korrektem Frontmatter, Typografie und Formatierung. Gibt sauberes, druckfertiges Markdown mit CJK-Sprachunterstützung aus.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "baoyu-format-markdown". My Article Title This is plain text content. First point is important. Second point matters too.
النتيجة المتوقعة:
Frontmatter mit Titel, Slug und Zusammenfassung hinzugefügt. Inhalt mit Überschriftenhierarchie, Fetttext für Schlüsselphrasen und Aufzählungspunkten strukturiert.
استخدام "baoyu-format-markdown". Existing markdown file with minimal formatting
النتيجة المتوقعة:
Verbessert mit optimiertem Frontmatter, konsistenten Überschriftenebenen, korrekten Fetttext-Markierungen und angewendeter Typografie-Korrektur
التدقيق الأمني
مخاطر منخفضة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)
درجة الجودة
ماذا يمكنك بناءه
Blogbeitrag-Formatierung
Entwurfs-Blogbeiträge aus Klartext formatieren oder bestehende Markdown-Artikel mit korrektem Frontmatter, Überschriften und Typografie verbessern.
Dokumentation bereinigen
Konsistente Formatierung und Struktur auf technische Dokumentation oder Readme-Dateien anwenden.
CJK-Dokumentvorbereitung
Abstands- und Hervorhebungsprobleme in chinesischen, japanischen oder koreanischen mehrsprachigen Markdown-Dokumenten beheben.
جرّب هذه الموجهات
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.
أفضل الممارسات
- Erstellen Sie immer eine Sicherungskopie der Originaldateien vor der Formatierung, da die Skill neue Ausgabedateien erstellt
- Verwenden Sie das --quotes-Flag nur, wenn Vollbreit-Anführungszeichen-Typografie spezifisch benötigt wird
- Für CJK-Dokumente Abstandsaktivierung beibehalten, um korrekte mehrsprachige Formatierung zu gewährleisten
تجنب
- Nicht auf Dateien verwenden, die bereits komplexes Markdown haben – verwenden Sie die Option 'Originalformatierung beibehalten'
- Sehr große Dateien vermeiden, da der Formatierungsprozess das gesamte Dokument verarbeitet
- Keine Inhaltsgenerierung erwarten – diese Skill formatiert nur bestehende Inhalte