@teakit/sheet
Use this skill when writing code for @teakit/sheet.
A TypeScript toolkit for keyed business sheets (Record<string, readonly T[]>)
— fixed period sheets, aggregation, rollup/rolldown, and transform/combine
helpers. Not a linear-algebra library.
Core Rules
- Import with the canonical named import.
- Do not use default imports unless this package explicitly supports them.
- Use the canonical creation or entry API.
- Do not generate unsupported aliases, constructors, or compatibility APIs.
- Prefer exact inputs and explicit options when relevant.
- Read the relevant reference file before generating code.
Workflow
- Identify the operation or concept.
- Load only the relevant reference file from
references/. - Read examples, API Reference, Agent Contract, and Agent Notes.
- Generate code using only documented public APIs.
- For repository changes, run relevant verification commands.
Quick Example
Reference Selection
Read the smallest reference that answers the current task.