bilig-workpaper
Use formula-backed WorkPaper JSON and MCP tools for agent spreadsheet tasks without driving Excel or a browser UI.
npx skills add sickn33/agentic-awesome-skills --skill bilig-workpaper --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.
# Bilig WorkPaper ## Overview Bilig WorkPaper gives agents a code-first workbook runtime for spreadsheet-style business logic. Use it when the task is easier to model as sheets and formulas, but the reliable path is to edit cells through an API, recalculate, read computed values back, and persist a JSON workbook document. The main use case is replacing fragile spreadsheet UI automation with deterministic tool calls. It is useful for quote calculators, payout models, budget checks, import validation, and reduced XLSX formula bug reports. ## When To Use This Skill Use this skill when the user needs to: - work with spreadsheet formulas from a Node.js service, route, test, or agent tool; - write workbook inputs and verify calculated outputs with readback proof; - persist a formula workbook as reviewable WorkPaper JSON; - expose a file-backed workbook through MCP tools; - investigate an XLSX formula recalculation issue without automating Excel, LibreOffice, or a browser grid. Do not use it for manual spreadsheet editing, VBA/macros, pivots, charts, COM automation, or exact desktop Excel behavior unless the user explicitly asks to compare against Excel as an oracle. ## Safer Command Patt
- Overview
- When To Use This Skill
- Safer Command Pattern
- Quick MCP Setup
- Direct TypeScript Pattern
- Required Verification
- Limitations
- References
What does the bilig-workpaper skill do?
Use formula-backed WorkPaper JSON and MCP tools for agent spreadsheet tasks without driving Excel or a browser UI.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill bilig-workpaper --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.