Skip to content

AI / LLM Documentation

Use these resources to feed nostr-core documentation into your LLM, AI coding assistant, or agent.

Quick Copy

Copy the full documentation as a single markdown file to paste into your LLM context:

Open llms-full.txt

Machine-Readable Index

The llms.txt file provides a structured index of all documentation pages, following the llms.txt standard:

Open llms.txt

What's Included

FileSizeDescription
/llms.txt~1 KBStructured index with page descriptions — point your LLM here first
/llms-full.txt~25 KBComplete documentation in a single file — all guides + full API reference

Usage with AI Tools

Claude / ChatGPT / Cursor / Copilot

  1. Open /llms-full.txt
  2. Select all and copy (Ctrl+A, Ctrl+C)
  3. Paste into your AI chat or attach as context

Agents & Automated Tools

Point your agent to fetch:

https://your-docs-site.com/llms.txt

The llms.txt file links to the full documentation and individual pages so agents can fetch only what they need.

Claude Code / Aider / Other CLI Tools

sh
curl -s https://your-docs-site.com/llms-full.txt | pbcopy
# Full docs are now in your clipboard

Released under the MIT License.