create-sheet
SolidUse this skill when the user wants to create, draft, build, or generate a new spreadsheet, financial model, budget, forecast, dashboard, tracker, or register in this open-sheet workspace. Triggers on phrases like "build me a budget model", "make a spreadsheet for X", "draft an FY26 forecast", "put this data in a workbook", or when the user asks to add something under `sheets/`. Do NOT use for editing the framework itself — only for authoring content inside `sheets/<id>/`.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- lianghsun
- Repository
- lianghsun/open-sheet
- Created
- 3 weeks ago
- Last Updated
- 2 weeks ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
sheet-authoring
Technical reference for writing open-sheet workbooks — the file contract, the component surface, references and formulas, number formats, and the rules that keep a workbook a live model. Use this whenever writing or editing a file under `sheets/<id>/index.tsx`. The workflow for drafting a new workbook from scratch lives in the `create-sheet` skill.
cross-functional-spreadsheet-build
Builds a spreadsheet somebody else will maintain: inputs, calculations and outputs on separate sheets, no constants buried inside formulas, a documented assumptions block, a checks sheet that fails loudly, and a written refresh procedure. Use when producing a model, tracker, budget, forecast, pricing sheet, reconciliation or allocation workbook that will be reopened next month by someone who did not build it. Trigger on 'build me a spreadsheet', 'make this into an Excel model', 'turn this into a workbook', 'build a forecast/budget/pricing model', 'can you produce an xlsx', 'this sheet keeps breaking'. Not for checking numbers already produced by a report or dashboard (use data-analytics-report-qa), not for agreeing what a metric means before it is modelled (use data-analytics-metric-definition), and not for writing the narrative that accompanies a variance (use finance-budget-vs-actual-commentary).
spreadsheet
Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) with formula-aware workflows, cached recalculation, and visual review.