Armory
Source
Browse
Skills

spreadsheet

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install spreadsheet --cli claude

writes the skill into.claude/skills/spreadsheet/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/spreadsheet/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (.xlsx, .csv, .tsv) using Python (openpyxl, pandas), especially when formulas, references, and formatting need to be preserved and verified.

When to use it

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (.xlsx, .csv, .tsv) using Python (openpyxl, pandas), especially when formulas, references, and formatting need to be preserved and verified.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/document-processing/spreadsheet/SKILL.md -o .claude/skills/spreadsheet/SKILL.md

Notes

Extracted from davila7/claude-code-templates, spreadsheet category.