observable-notebook-kit
✓Create, edit, and build Observable Notebooks using Notebook Kit. Use when working with .html notebook files, generating static sites from notebooks, querying databases from notebooks, or using data loaders (Node.js/Python/R) in notebooks. Covers notebook file format, cell types, CLI commands, database connectors, and JavaScript API.
Installation
SKILL.md
Observable Notebook Kit is an open-source CLI and Vite plugin for building static sites from Observable Notebooks.
| module | JavaScript | | text/x-typescript | TypeScript | | text/markdown | Markdown | | text/html | HTML | | application/sql | SQL | | application/x-tex | TeX/LaTeX | | text/vnd.graphviz | DOT (Graphviz) | | application/vnd.node.javascript | Node.js data loader | | text/x-python | Python data loader | | text/x-r | R data loader |
Top-level variables trigger re-runs. Promises auto-await; generators yield latest value.
Create, edit, and build Observable Notebooks using Notebook Kit. Use when working with .html notebook files, generating static sites from notebooks, querying databases from notebooks, or using data loaders (Node.js/Python/R) in notebooks. Covers notebook file format, cell types, CLI commands, database connectors, and JavaScript API. Source: kindy/skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/kindy/skills --skill observable-notebook-kit- Source
- kindy/skills
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is observable-notebook-kit?
Create, edit, and build Observable Notebooks using Notebook Kit. Use when working with .html notebook files, generating static sites from notebooks, querying databases from notebooks, or using data loaders (Node.js/Python/R) in notebooks. Covers notebook file format, cell types, CLI commands, database connectors, and JavaScript API. Source: kindy/skills.
How do I install observable-notebook-kit?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kindy/skills --skill observable-notebook-kit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/kindy/skills