excel-toolkit
Excel Toolkit
Setup (First Use)
Run the dependency installer before any Excel operation:
python3 scripts/setup_deps.py
Installs: openpyxl, pandas, xlsxwriter, matplotlib. Skip if already installed.
Workflow Selection
- Inspect a file → Run
scripts/inspect_excel.py - Analyze data / get insights → Run
scripts/analyze_excel.py - Read data for processing → Use pandas in inline Python
- Edit existing file → Use openpyxl (preserves formulas/formatting)
- Create new file → Use openpyxl (formulas/formatting) or pandas (data export)
- Recalculate formulas → Run
scripts/recalc.py
More from sentry01/copilot-cli-skills
powerpoint-toolkit
Build, edit, analyze, and improve PowerPoint presentations (.pptx). Use when a user asks to: (1) Create a new presentation from scratch, (2) Edit or modify slides, text, images, or layouts, (3) Analyze a presentation for quality, consistency, or content, (4) Improve an existing presentation's design, structure, or readability, (5) Extract text or speaker notes, (6) Add charts, tables, or media to slides, (7) Review or critique a presentation.
9writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
8writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
8brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
7building-frontend-components
Builds accessible, production-ready frontend components. Use when building UI components, forms, modals, or any React/Vue/Svelte frontend work — before writing component code.
6