·working-with-spreadsheets
#

working-with-spreadsheets

mjunaidca/mjs-agent-skills

Creates and edits Excel spreadsheets with formulas, formatting, and financial modeling standards. Use when working with .xlsx files, financial models, data analysis, or formula-heavy spreadsheets. Covers formula recalculation, color coding standards, and common pitfalls.

12Installs·1Trend·@mjunaidca

Installation

$npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill working-with-spreadsheets

SKILL.md

| Blue text | 0,0,255 | Hardcoded inputs, scenario values | | Black text | 0,0,0 | ALL formulas and calculations | | Green text | 0,128,0 | Links from other worksheets | | Red text | 255,0,0 | External links to other files | | Yellow background | 255,255,0 | Key assumptions needing attention |

| Data analysis | pandas | df = pd.readexcel('file.xlsx') | | Formulas & formatting | openpyxl | sheet['A1'] = '=SUM(B:B)' | | Large files (read) | openpyxl | loadworkbook('file.xlsx', readonly=True) | | Large files (write) | openpyxl | Workbook(writeonly=True) |

openpyxl writes formulas but doesn't calculate values. Use LibreOffice to recalculate:

Creates and edits Excel spreadsheets with formulas, formatting, and financial modeling standards. Use when working with .xlsx files, financial models, data analysis, or formula-heavy spreadsheets. Covers formula recalculation, color coding standards, and common pitfalls. Source: mjunaidca/mjs-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill working-with-spreadsheets
Category
#Documents
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is working-with-spreadsheets?

Creates and edits Excel spreadsheets with formulas, formatting, and financial modeling standards. Use when working with .xlsx files, financial models, data analysis, or formula-heavy spreadsheets. Covers formula recalculation, color coding standards, and common pitfalls. Source: mjunaidca/mjs-agent-skills.

How do I install working-with-spreadsheets?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill working-with-spreadsheets Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mjunaidca/mjs-agent-skills