data-table-formatter

data-table-formatter is a skill for Claude Code from ur-grue/autopunk-media-skills. It costs 46 tokens per session (1,290 once invoked), scanned A, original, MIT.

A formatting skill that turns raw or inconsistent data into a clean table with clear headers, sorted rows, consistent numbers, and a source note.

In plain words
What is it for?
It is for preparing data tables for articles, reports, annual reviews, and web pages from pasted data, CSV files, or described rows and columns.
Why use it?
It removes manual cleanup work and makes the table easier for general readers to interpret accurately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the autopunk-media-skills plugin — 187 skills shipped together

Good fit It is for preparing data tables for articles, reports, annual reviews, and web pages from pasted data, CSV files, or described rows and columns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ur-grue/autopunk-media-skills/data-table-formatter
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ur-grue/autopunk-media-skills --skill data-table-formatter
Clone the repo
git clone --depth 1 https://github.com/ur-grue/autopunk-media-skills

Made for: Claude Code.

Or install autopunk-media-skills, the plugin that ships this one along with the rest of its 187 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-table-formatter

README.md
[![agentmods](https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/data-table-formatter/github.svg)](https://agentmods.dev/skills/ur-grue/autopunk-media-skills/data-table-formatter)
Your own site
<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/data-table-formatter"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/data-table-formatter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-table-formatter

Your own site · 80×15
<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/data-table-formatter"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/data-table-formatter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,290 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01290
Opus 5 $0.00023 $0.00645
Sonnet 5 $0.00009 $0.00258
Haiku 4.5 $0.00005 $0.00129

Measured 12d ago against content hash 0089af92d7c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

data-table-formatter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/data-journalism/visualization/data-table-formatter/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Table Formatter

What This Skill Does

Formats raw or messy data into a clean, publication-ready table with appropriate headers, sorted rows, consistent number formatting, and a source note — ready to drop into an article, report, or web page.

When To Use This Skill

  • You have raw data that needs to appear as a formatted table in a published article or report
  • Exported data has inconsistent number formats, missing headers, or unclear column labels
  • You need a table to accompany a data story that is clear enough for a general reader
  • You are producing a table for a print or digital publication and need consistent styling guidance alongside the formatted content

What You Need To Provide

Required: The raw data (pasted as text, CSV, or a description of the rows and columns). The intended purpose (news article, annual report, magazine feature, etc.). The data source for the footnote. Optional: Whether the table should be sorted and by which column; any columns to exclude from the published version; preferred number format (e.g. round to nearest whole number, use commas for thousands); a specific headline or title for the table.

How the Assistant Approaches This

  1. Reviews the raw data for formatting inconsistencies, ambiguous column labels, and numbers that need standardising (units, decimal places, thousands separators).
  2. Rewrites column headers in plain, publication-appropriate language and applies consistent number formatting throughout.
  3. Produces the final table in clean Markdown format with a title, formatted headers, sorted rows (if specified), and a source note beneath.

Output Format

A Markdown table with a bold title above it and a source note in italics below. Column headers are capitalised consistently. Numbers use the specified format (or a sensible default: two decimal places for percentages, whole numbers for large counts, commas for thousands). Rows sorted by the most newsworthy column unless otherwise specified. One to two formatting notes below the source line if any decisions required editorial judgement (e.g. "Figures rounded to the nearest whole number").

Read the full file on GitHub · 84 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 84 lines · 46 tokens per session scan A 0089af92d7c0

Subscribe to this mod's changes

data-table-formatter is a skill published in the GitHub repository ur-grue/autopunk-media-skills (32 stars, last pushed 11d ago), licensed MIT. It adds 46 tokens to every session and 1,290 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

dataset-analyze

This skill should be used when the user asks to "analyze a FOIA dataset", "load and analyze an audit-log CSV/XLSX", "build a queryable dataset", "run the dataset analysis pipeline", "check a data export for truncation", or otherwise wants to turn a dirty FOIA / audit-log CSV or spreadsheet into clean, derived…

TimSimpsonJr/magpie · 109 tokens

xlsx

Create, edit, analyze, or convert Excel spreadsheets (.xlsx, .xlsm, .xltx) where the workbook file is the primary deliverable. Use for formulas, formatting, financial models, multi-sheet workbooks, and tabular cleanup exported to Excel. Also applies to .csv/.tsv when the user wants spreadsheet output. Do NOT use for…

K-Dense-AI/scientific-agent-skills · 94 tokens

okf-wiki

Builds an Open Knowledge Format (OKF) knowledge base from existing docs, notes, or a repo. Use to scaffold an OKF wiki.

jamditis/claude-skills-journalism · 35 tokens

pdf-design

Designs PDF reports and proposals from HTML with previews and branding. Use to create, export, or securely upload a PDF.

jamditis/claude-skills-journalism · 28 tokens

document-design

Creates print-ready HTML that exports to PDF. Use to make a proposal, report, one-pager, newsletter, slides, or flyer.

jamditis/claude-skills-journalism · 31 tokens

google-sheets

Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges, search for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells, add data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell…

sanjay3290/ai-skills · 81 tokens