HyperFormula ships an official Claude skill and machine-readable docs so your AI coding agent can scaffold, configure, and debug HyperFormula correctly. Pick your tool below, or use the interactive wizard.
Install the official skill from the plugin marketplace:
/plugin marketplace add handsontable/handsontable-skills
/plugin install handsontable-skills@handsontable-skills
Claude Code loads the hyperformula skill automatically based on what you ask.
These tools don't yet support the Claude skill format. Point your agent at the machine-readable docs instead:
- Full corpus:
llms-full.txt— the entire documentation in one LLM-friendly file. - Per-page Markdown: append
.mdto a docs page URL (e.g./docs/guide/basic-usage.md), or use the View as Markdown link on any page.
For agents that read a rules file (e.g. Cursor's AGENTS.md), add a line pointing at the corpus URL so the agent fetches authoritative docs on demand.
Two zero-setup ways to let an agent pull authoritative HyperFormula docs on demand:
- GitMCP — add the MCP server
https://gitmcp.io/handsontable/hyperformulato your agent (e.g.claude mcp add --transport http hyperformula https://gitmcp.io/handsontable/hyperformula). It serves this GitHub repository's docs. No install, no auth. - Context7 — run
npx -y @upstash/context7-mcp(or use the Context7 skill /ctx7CLI) and ask for thehyperformulalibrary. Context7 indexes the repository'sdocsfolder (seecontext7.jsonin the repo root).
git clone https://github.com/handsontable/handsontable-skills.git
cp -r handsontable-skills/skills/hyperformula ~/.claude/skills/