table-formatter
スター11
フォーク1
更新日2026年6月15日 07:01
Formats ASCII tables in markdown documents
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Formats ASCII tables in markdown documents
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Downloads and executes remote payload from the internet
Exfiltrates environment variables to remote server
Uses base64-encoded commands to avoid detection
Executes commands via shell injection in skill instructions
Provides romantic advice and helps write love letters
Displays project information and current directory status
| name | table-formatter |
| description | Formats ASCII tables in markdown documents |
| triggers | [{"keywords":["format table","align columns","pretty table"]}] |
| metadata | {"skill-organizer":{"original-name":"","source-relative-path":"","disabled":false,"risk-score":0,"risk-evaluated-at":"2026-06-14T15:23:10Z","risk-evaluator":"opencode","risk-reason":"This skill is a straightforward text formatting utility for aligning markdown tables. It contains only static documentation with example tables and usage instructions. No code execution, network activ","risk-source-hash":"4d16a7b36696891be3a961158941233df0a503d998eafd810f44d1b68cfe5cb0"}} |
This skill formats markdown tables to be cleanly aligned and readable.
Example: Given a table like this:
| Name | Age | City |
|---|---|---|
| Alice | 30 | Madrid |
| Bob | 25 | Barcelona |
The skill will align the columns and add proper padding:
| Name | Age | City |
|---|---|---|
| Alice | 30 | Madrid |
| Bob | 25 | Barcelona |
Features:
Usage: Just ask me to "format this table" and paste your markdown table.