whatevertr

Skill Whatevertr Planilha Tidy — Development skill for Claude Code

Development community

Claude Skill que entrega dados em planilha no formato tidy — sem células mescladas, Excel Table, datas ISO e aba Schema legível por máquina.

How to install Skill Whatevertr Planilha Tidy

This entry records only its repository, not the path inside it, so there is no exact command to give. Open whatevertr/skill-whatevertr-planilha-tidy and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Skill Whatevertr Planilha Tidy does

Claude Skill que entrega dados em planilha no formato tidy — sem células mescladas, Excel Table, datas ISO e aba Schema legível por máquina. Navegável por humano e por IA. Parte do NUD | Constellation Method. CC-BY-4.0.

Alternatives in Development

  • North Star Metric — Define North Star Metric and input metrics constellation 7.8k ★
  • Sellersprite Rpa Skills — 基于浏览器 RPA + 数据分析的项目,覆盖 sellersprite.com(亚马逊卖家精灵) 30 ★
  • Capturar — Captura una tarea o goal en formato canónico 1 ★

README

whatevertr-planilha-tidy

*[Versão em português](README.pt-BR.md)*

A **skill for Claude** (Anthropic) that delivers **data spreadsheets** in **tidy** format — navigable by **humans and by other AIs** (*machine-readable*). One row per record, one column per attribute, no merged cells, real Excel Table, consistent types, and a **Schema** sheet another AI can read without guessing.

Part of the **NUD — Constellation Method**, by Thainá Ramos.

**Three names, one idea:** *tidy data* (the structure), *machine-readable / AI-navigable* (the property), *clean database* (the use).


What it does

  • Turns raw input (messy spreadsheet, pasted data, text) into a tidy .xlsx: one row = one record, one column = one attribute.
  • No merged cells in data, single-row headers (prefixes instead of multi-level: Time - car (years)), consistent types, ISO-8601 dates.
  • Ships every workbook with a Premissas sheet (prose: sources, limits, methods) and a Schema sheet (tabular: column · type · unit · domain · example) — the machine-readable contract.
  • Optional companions (--export-companheiros): .schema.json (structure) + .csv (data) for AI/pipelines that don't open .xlsx.
  • Meaning always lives in the data, never only in color (a "status" is a column, not a red cell).

Principle: *if you stripped all formatting and exported to CSV, would the information still be complete?* If yes, it's AI-navigable.

Excel and Google Sheets

The principles are tool-neutral. The builder outputs `.xlsx`, which **imports cleanly into Google Sheets** (structure, colors, freeze, header all survive). The only Excel-specific object is the *Excel Table* (becomes a plain range in Sheets). Native Google Sheets generation is a possible future extension.

Structure

whatevertr-planilha-tidy/
├── SKILL.md                 # skill instructions
├── references/
│   ├── builder_patterns.md      # the spec format + builder.py API
│   ├── navegabilidade_ia.md     # why e