What problem does it solve? Working with spreadsheet files requires specialized handling for formulas, pivot tables, charts, and data cleaning that general-purpose agents struggle to perform reliably. This Skill routes any Excel, XLSX, XLS, or CSV task to a dedicated sheet-agent subagent so spreadsheet operations are handled by a specialized worker. ## Core Features & Use Cases - Spreadsheet Delegation: Forwards the file path, the user's original request, and the current time to a sheet-agent subagent without rewriting the user's intent. - Full Spreadsheet Coverage: Supports reading, writing, querying, formulas, charts, pivot tables, row/column operations, merging, sorting, filtering, formatting, and data cleaning for .xlsx, .xls, and .csv files. - Guardrails: Prevents the main agent from calling sheetagent MCP tools directly or injecting implementation steps into the subagent's instructions. - Use Case: A user uploads sales-data.xlsx and asks for a regional summary pivot table; the main agent passes the file path and original request to the sheet-agent, which returns the analysis result. ## Quick Start Upload an Excel or CSV file and ask the agent to analyze, edit, or summarize the spreadsheet, and the task will be delegated to the sheet-agent subagent.