# datasette-plugin-writer

> Claude/Codex skill by [@simonw](https://omgskills.com/library/simonw/index.md) · 636 stars · Updated 2026-05-04

Guide for writing Datasette plugins. This skill should be used when users want to create or develop plugins for Datasette, including information about plugin hooks, the cookiecutter template, database APIs, request/response handling, and plugin configuration.

## Install

```sh
git clone https://github.com/simonw/research /tmp/research && ln -s /tmp/research/datasette-plugin-skill ~/.claude/skills/datasette-plugin-writer
```

## Links

- HTML page: https://omgskills.com/skills/simonw/research/datasette-plugin-skill/
- GitHub: https://github.com/simonw/research
- Author: [@simonw](https://omgskills.com/library/simonw/index.md)

## More from this repo

- [csv-insights](https://omgskills.com/skills/simonw/research/openai-api-skills/csv_insights_skill/index.md) — Summarize a CSV, compute basic stats, and produce a markdown report + a plot image.
   - [@simonw](https://omgskills.com/library/simonw/index.md) · 741 stars
- [starlette](https://omgskills.com/skills/simonw/research/starlette-1-skill/index.md) — Used to build async web applications and APIs with Starlette 1.0, the lightweight ASGI framework for Python.
   - [@simonw](https://omgskills.com/library/simonw/index.md) · 741 stars
