Bilig WorkPaper

by Community v0.19.3

Bilig WorkPaper gives agents and backend services a concrete workbook model: write input cells, recalculate formulas, read verified display values, and persist the WorkPaper as JSON. It is useful when spreadsheet logic needs to run without GUI automation or fragile screenshots.

What It Does

This skill provides a structured, programmatic approach to executing complex, interdependent calculations. It builds a dependency graph from defined formulas, ensuring that all affected cells are recalculated in the correct order when inputs change. The engine validates formula syntax and handles common spreadsheet error conditions robustly. It operates within a sandboxed environment, preventing unintended side effects and ensuring deterministic results.

When To Use

- A backend service needs to apply complex business logic that is best expressed as a spreadsheet formula, without manual intervention.
- An AI coding agent needs to generate or modify a set of calculations that resemble a spreadsheet, then execute them and read the output.
- A user wants to define a set of interdependent calculations, where inputs can be changed, and outputs automatically update, all within a code environment.
- An existing spreadsheet needs to be converted into a robust, testable, and automatable calculation engine.

Limitations

- The user has a clear understanding of the formulas and cell interdependencies they wish to implement.
- The environment supports JSON serialization and deserialization for persistence.
- The formulas can be expressed using a defined, limited set of operators and functions, similar to common spreadsheet functions.

Installation

Copy to ~/.claude/skills/

View Claude (Anthropic) documentation

Add to Cline skills directory

View Cline documentation

Add to .cursor/skills/

View Cursor IDE documentation

Add to ~/.gemini/skills/

View Gemini CLI documentation

Add to Copilot workspace settings

View GitHub Copilot documentation

Register as MCP tool

View MCP Server documentation

Configure in API settings

View OpenAI Codex documentation

Add to .vscode/skills/

View VS Code documentation

Add to Windsurf skills

View Windsurf documentation

Related Skills You May Like

Discover more AI agent skills in the same category to enhance your workflow automation.

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.