Write or rewrite package README files in the style used by the Remix repository. Use when drafting a new package README, revising an existing README, or reviewing README structure, examples, installation instructions, and section ordering for Remix packages.
Draft README files as concise package documentation for real users, not as marketing copy or API dumps. Mirror the structure used across this repository, keep examples production-oriented, and avoid awkward manual line breaks in prose.
Use this section order unless there is a strong package-specific reason not to:
# short package-name (i.e. fetch-router instead of @remix-run/fetch-router)## Features: a flat bullet list of the main highlights## Installation## Usage: a production-like example that shows the package in context## Related Packages## Related Work## Licensenpm i remix
remix.remix/..., not @remix-run/....Related Packages should point to relevant Remix packages in the monorepo.Related Work should point to external libraries, specs, standards, or prior art that help readers place the package.License should use the standard repo wording and link.npm i remix?Related Packages, Related Work, and License?