Sstobo/Claude-Code-Game-Master
Total conversion for Claude Code. Use RAG and the RPG ruleset apis to play a persistent adventure in any book or world of your choosing.
Embeds ChromaDB-powered RAG to vectorize source documents and ground scenes in real passages from imported books, while spinning up specialist agents on-demand for mechanics (spellcasting, loot generation, NPC creation). Integrates the D&D 5e API for official rules and monster stats, runs on Claude Code's stdio transport, and uses a modular plugin architecture (world-travel pathfinding, custom-stats simulation, firearms-combat resolver) that persists world state, NPC memory, and scheduled consequences across sessions.
Stars
88
Forks
15
Language
Python
License
—
Category
Last pushed
Feb 26, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Sstobo/Claude-Code-Game-Master"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
datawhalechina/all-in-rag
🔍大模型应用开发实战一:RAG 技术全栈指南,在线阅读地址:https://datawhalechina.github.io/all-in-rag/
bakrianoo/mini-rag
An Educational Project (step by step) to teach how to build a production-ready app for RAG application.
BastinFlorian/RAG-on-GCP-with-VertexAI
Create a Chatbot app on your own data with GCP tools
Wscats/minirag
用最少的代码实现完整的 RAG 引擎,零依赖,纯 JavaScript,详细中文注释,适合学习和理解 RAG 原理。
ItMeDiaTech/rag-cli
Local Retrieval-Augmented Generation (RAG) plugin for Claude Code that combines Chroma db vector...