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:
Machine-Readable Index
The llms.txt file provides a structured index of all documentation pages, following the llms.txt standard:
What's Included
| File | Size | Description |
|---|---|---|
/llms.txt | ~1 KB | Structured index with page descriptions — point your LLM here first |
/llms-full.txt | ~25 KB | Complete documentation in a single file — all guides + full API reference |
Usage with AI Tools
Claude / ChatGPT / Cursor / Copilot
- Open
/llms-full.txt - Select all and copy (
Ctrl+A,Ctrl+C) - Paste into your AI chat or attach as context
Agents & Automated Tools
Point your agent to fetch:
https://your-docs-site.com/llms.txtThe 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