Skip to content
Spreadsheets (XLSX)

Spreadsheets (XLSX)

1 views
Repository Docs
markdown

Summary

Open, create, and edit spreadsheets — formulas, formatting, charts, data cleaning, and CSV/TSV conversion.

Install This Skill

Add this skill to your favorite AI agent in a few steps.

Any AI agent

This skill is plain instructions — it works with any assistant that accepts custom instructions or system prompts.

  1. Copy the skill content with the button below.
  2. Paste it into your agent's instruction file or system prompt (for example AGENTS.md, .cursorrules, or a custom instructions field).
  3. Ask the agent to apply the skill whenever the task matches.

Skill Content

Markdown Content

Copy this content and use it with your preferred AI agent

# Spreadsheet Skill

Use this skill whenever a spreadsheet file is the primary input or output.

## When to use
- Opening, reading, editing, or fixing an existing `.xlsx`/`.csv`/`.tsv`
- Adding columns, computing formulas, formatting, or charting
- Creating a new spreadsheet from scratch or from other data
- Cleaning messy tabular data (malformed rows, stray headers) into a proper sheet
- Converting between tabular formats

## How it works
The skill uses `openpyxl` and pandas-style processing to preserve formulas, number formats, and charts through edits, and applies data-cleaning heuristics to turn raw exports into structured sheets.

Description

A skill for spreadsheet work where an .xlsx, .xlsm, .csv, or .tsv file is the primary input or output. It reads and edits existing spreadsheets (adding columns, computing formulas, formatting, charting), builds new ones from scratch or other data sources, cleans messy tabular data into well-formed sheets, and converts between tabular formats.

Related Skills

Skill: Superpowers

by Jesse Vincent

New

An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.

Development

Skill: The GTM Co-Founder

by Shane O'Connor

New

An open-source set of go-to-market skills for solo technical founders — positioning, first users, launch and pricing, sequenced into a roadmap your agent works with you.

Writing & Communication

Skill: SkillHone

by Tencent

New

Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.

Development

Skill: OpenSearch Launchpad

by OpenSearch Project

New

Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.

Development
2 views
Browse all skills →