From 2a9af5e25f08da9049721ce1299d86dbe34c71c8 Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Fri, 8 May 2026 10:59:47 +0200 Subject: [PATCH] Enhance documentation clarity for prisma-next repo Clarified the description of the repo's contents and usage for agents, emphasizing the ease of scaffolding a working pack without prior reading. --- .../blog/prisma-next-call-for-extension-authors/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/blog/content/blog/prisma-next-call-for-extension-authors/index.mdx b/apps/blog/content/blog/prisma-next-call-for-extension-authors/index.mdx index 044f7aab0d..13d79b6902 100644 --- a/apps/blog/content/blog/prisma-next-call-for-extension-authors/index.mdx +++ b/apps/blog/content/blog/prisma-next-call-for-extension-authors/index.mdx @@ -127,6 +127,8 @@ Clone [`prisma/prisma-next`](https://pris.ly/pn-gh), point your coding agent at The repo is dense with architecture docs, architecture decision record (ADRs), SPI READMEs, and reference extensions: enough context that an agent can absorb it in seconds and scaffold a working pack from your description alone, without you reading a line of it first. +The repo is packed with architecture docs, architecture decision records (ADRs), SPI READMEs, and reference extensions. Together, they give agents enough context to understand the system in seconds and scaffold a working pack from your description alone, without you having to read through the docs first. You can also browse the docs yourself [here](https://github.com/prisma/prisma-next/tree/main/docs). + The result is normal TypeScript you can read, edit, and iterate on like any other code, and it's dramatically faster than building one by hand from documentation. If you'd rather start from a known-good template yourself, pick the existing extension closest to what you want and copy it: