-
-
Notifications
You must be signed in to change notification settings - Fork 232
Description
While working on the #1020 I had a realization that this is going to be a very important feature to be able to feed documentation in markdown/text to LLMs/agentic coding tools.
Alot of libraries/projects have started creating llm.txt files accessible via links (e.g https://orm.drizzle.team/llms.txt), currently NPM registry doesn't have support for this, and we have to check the docs if the library has an llm.txt route.
I think this could be a really neat feature to show and allow users to copy this routes/links (if available) similar to the install command.
Currently npmx doesn't have a registry/db to allow adding such links, NPM doesn't have it and I am not aware of any service from where we can fetch the data. I am thinking we should create a registry where maintainers can submit their links (potentially versioned).