Add Bilig WorkPaper skill
loading diff…
Adds Bilig WorkPaper to the Claude skills list as an agent-facing workbook/formula skill.
Bilig WorkPaper gives an agent a small spreadsheet-style model it can operate through tools: read inputs, set cells, recalculate, verify formula readback, and export JSON state without driving Excel or a browser UI.
npm view @bilig/workpaper version
npm exec --yes --package @bilig/workpaper@latest -- bilig-evaluate --door agent-mcp --json
git diff --check
npm view @bilig/workpaper version returned 0.157.0.
The current public Bilig evaluator returned verified: true with package versions @bilig/workpaper@0.157.0 and xlsx-formula-recalc@0.157.0. It verified 8 MCP tools, edited Inputs!B3, changed expected ARR from 60000 to 96000, persisted the WorkPaper JSON, restored readback, and confirmed restart readback.
This PR only adds a listing entry. It does not change runtime code or add dependencies.