xlsx-official
Unless otherwise stated by the user or existing template
npx skills add sickn33/agentic-awesome-skills --skill xlsx-official --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Requirements for Outputs ## All Excel files ### Zero Formula Errors - Every Excel model MUST be delivered with ZERO formula errors (#REF!, #DIV/0!, #VALUE!, #N/A, #NAME?) ### Preserve Existing Templates (when updating templates) - Study and EXACTLY match existing format, style, and conventions when modifying files - Never impose standardized formatting on files with established patterns - Existing template conventions ALWAYS override these guidelines ## Financial models ### Color Coding Standards Unless otherwise stated by the user or existing template #### Industry-Standard Color Conventions - **Blue text (RGB: 0,0,255)**: Hardcoded inputs, and numbers users will change for scenarios - **Black text (RGB: 0,0,0)**: ALL formulas and calculations - **Green text (RGB: 0,128,0)**: Links pulling from other worksheets within same workbook - **Red text (RGB: 255,0,0)**: External links to other files - **Yellow background (RGB: 255,255,0)**: Key assumptions needing attention or cells that need to be updated ### Number Formatting Standards #### Required Format Rules - **Years**: Format as text strings (e.g., "2024" not "2,024") - **Currency**: Use $#,##0 format; ALWAYS specify units in he
- All Excel files
- Zero Formula Errors
- Preserve Existing Templates (when updating templates)
- Financial models
- Color Coding Standards
- Number Formatting Standards
- Formula Construction Rules
- Overview
- Important Requirements
- Reading and analyzing data
- Data analysis with pandas
- Excel File Workflows
- CRITICAL: Use Formulas, Not Hardcoded Values
- ❌ WRONG - Hardcoding Calculated Values
python recalc.py output.xlsx python recalc.py <excel_file> [timeout_seconds] python recalc.py output.xlsx 30
What does the xlsx-official skill do?
Unless otherwise stated by the user or existing template
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill xlsx-official --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.