An MIT-licensed hub for high-quality LLM prompts and AI learning resources.
docs/prompts/- live prompts by categorydocs/learning/- reading lists, notes, cheatsheets, roadmaps, glossarytemplates/- shared templates for learning contentCHANGELOG.md- history of changesLICENSE- MIT license
- Prompts: browse
docs/prompts/(e.g.,docs/prompts/prompt-booster.md). - Learning: start at
docs/learning/README.md— jump to the LLM Systems reading list or the LLM Roadmap.
- Build topic index:
powershell -ExecutionPolicy Bypass -File scripts/generate-topic-index.ps1 - Output file:
docs/learning/topics.md
- Preview locally:
pip install mkdocs mkdocs-materialthenmkdocs serve(opens http://127.0.0.1:8000) - Build static site:
mkdocs build(outputs tosite/) - Optional deploy to GitHub Pages:
mkdocs gh-deploy - Config file:
mkdocs.yml(sources are underdocs/)
Prompts
- Add or update a
.mdinprompts/<category>/. - Keep titles clear and include tags.
- Update
CHANGELOG.md.
Learning content
- Choose a type:
learning/(reading-lists|notes|cheatsheets|roadmaps|papers|courses). - Start from a template in
templates/and include YAML front matter (title,summary,type,level,topics,updated). - Prefer concise commentary over raw link dumps.
- Update
learning/README.mdif you add a new major topic.