Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
Overall
score
78%
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 76%
↑ 1.37xAgent success when using this skill
Validation for skill structure
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that excels across all dimensions. It provides comprehensive coverage of capabilities, includes natural trigger terms with file extensions, explicitly states both what the skill does and when to use it with numbered scenarios, and has clear distinctiveness through spreadsheet-specific terminology and file types.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'creation, editing, and analysis', 'formulas, formatting, data analysis, and visualization', plus five numbered use cases covering creating, reading, modifying, analyzing, and recalculating. | 3 / 3 |
Completeness | Clearly answers both what ('Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization') AND when ('When Claude needs to work with spreadsheets... for:' followed by explicit numbered triggers). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural terms users would say: 'spreadsheet', 'formulas', 'formatting', 'data analysis', 'visualization', plus file extensions '.xlsx, .xlsm, .csv, .tsv' that users commonly reference. | 3 / 3 |
Distinctiveness Conflict Risk | Clear niche focused specifically on spreadsheets with distinct file type triggers (.xlsx, .xlsm, .csv, .tsv) and spreadsheet-specific terminology (formulas, cells, recalculating) that distinguishes it from general document or data processing skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a solid, actionable skill with excellent workflow clarity and executable code examples. The main weaknesses are moderate verbosity (some explanations of concepts Claude knows) and a monolithic structure that could benefit from splitting detailed reference material into separate files. The financial modeling standards add valuable domain-specific knowledge.
Suggestions
Move the detailed 'Requirements for Outputs' section (financial model color coding, number formatting) to a separate FINANCIAL_MODELS.md reference file
Remove explanatory text like 'pandas which provides powerful data manipulation capabilities' - Claude knows what pandas does
Consider moving the Formula Verification Checklist to a separate VERIFICATION.md file linked from the main workflow
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill contains useful information but includes some redundant explanations (e.g., explaining what pandas does, library selection guidance Claude already knows). The financial model color coding and formatting standards are detailed but appropriate for domain-specific knowledge Claude may not have. | 2 / 3 |
Actionability | Provides fully executable, copy-paste ready code examples for all major operations (reading, writing, creating, editing Excel files). The recalc.py usage is concrete with specific command-line syntax and JSON output format. | 3 / 3 |
Workflow Clarity | Clear 6-step workflow with explicit validation checkpoint (step 6 for error verification). The formula verification checklist provides concrete checkpoints, and the recalc.py output interpretation guides error recovery with specific error types and fix strategies. | 3 / 3 |
Progressive Disclosure | Content is well-organized with clear sections, but the skill is monolithic at ~250 lines. The financial model requirements, formula verification checklist, and best practices could be split into separate reference files with links from the main skill. | 2 / 3 |
Total | 10 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.