Repo

The repo ships a skill — a single file that teaches a coding agent how to use this package: the architecture, the setup order, every file it needs to create, which entry point to import from, and the failure modes worth recognising.

Install

npx skills add mrmartineau/astro-d1-search

That fetches SKILL.md into your project's skills directory. It works with Claude Code and any other agent that reads the skills convention.

Then ask for what you want:

Add site search to this Astro site using astro-d1-search

The agent picks the skill up from its description — no need to name the file.

What it covers

Doing it by hand

Nothing in the skill is exclusive to agents — it's a condensed version of these guides. If you're setting the package up yourself, Getting started is the same ground at a readable pace, and the reference section has the full detail.

Theme

Copy this CSS to your project: