← Back to list

md-table-formatter
by neardws
Manus-style file-based planning skill for Factory Droid (converted from Claude Code plugin)
⭐ 1🍴 0📅 Jan 22, 2026
SKILL.md
name: md-table-formatter description: Automatically formats Markdown tables with proper column alignment after file edits. Use when working with Markdown files containing tables.
Markdown Table Formatter
Automatically formats Markdown tables with proper column alignment.
Features
- Auto-formatting - Tables are formatted after Write/Edit operations on .md files
- Alignment support - Left (
:---), center (:---:), and right (---:) - Unicode aware - Handles emoji and CJK characters correctly
- Code preservation - Preserves markdown inside inline code blocks
How It Works
The PostToolUse hook triggers after file edits:
- Detects if the file is Markdown (.md, .mdx)
- Parses all tables in the file
- Calculates column widths (accounting for hidden markdown symbols)
- Pads cells for alignment
- Writes formatted content back
Table Syntax
| Left | Center | Right |
|:-----|:------:|------:|
| A | B | C |
Requirements
For best results with CJK/emoji characters:
pip install wcwidth
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon