Official GRID skills for working with spreadsheets in Claude Code, Codex, Cursor, or anywhere agent skills are supported.
Install this skill:
npx skills add GRID-is/skillsAlternatively, install the skills from the repo manually:
git clone https://github.com/GRID-is/skills.git
cd skills
# Claude Code
mkdir -p ~/.claude/skills
cp -R skills/grid-development ~/.claude/skills/
# Codex
mkdir -p ~/.codex/skills
cp -R skills/grid-development ~/.codex/skills/
# Cursor
mkdir -p ~/.cursor/skills
cp -R skills/grid-development ~/.cursor/skills/The skill above teaches agents to build with GRID's packages. For agents to
use spreadsheets — load, read, edit, and recalculate .xlsx files — this repo
also ships an agent-tools plugin: the
@grid-is/agent-tools MCP server bundled
with a spreadsheet skill. The MCP server itself works with any MCP-capable
harness; see the agent-tools docs for
running it standalone.
To install the plugin in Claude Code:
claude plugin marketplace add GRID-is/skills
claude plugin install agent-tools@gridTo install the plugin in Codex:
codex plugin marketplace add GRID-is/skills
codex plugin add agent-tools@grid