scbe-world-anvil-lore-rag-7th-tongue

Build a local SQLite FTS lore index from World Anvil exports and SCBE docs.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-world-anvil-lore-rag-7th-tongue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scbe-world-anvil-lore-rag-7th-tongue
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/scbe-world-anvil-lore-rag-7th-tongue
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-world-anvil-lore-rag-7th-tongue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pywaclient, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Build and operate a lore-focused RAG system by converting World Anvil exports and SCBE documentation into a local indexed knowledge base, and coordinating deterministic cross-agent handoffs to maintain canon alignment.

Core Features & Use Cases

  • Build a local lore index from World Anvil exports and docs.
  • Query lore with citation-grounded results and deterministic handoffs to Claude/Codex.
  • Live-sync World Anvil data exports to keep the local index up-to-date and ready for retrieval.
  • Enforce canon consistency by packetizing cross-talk instructions and audit trails to multiple AI agents.

Quick Start

Build the lore index from World Anvil exports and docs, then query it and emit cross-talk packets for Claude/Codex handoff.

Frequently Asked Questions about scbe-world-anvil-lore-rag-7th-tongue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a local lore index from World Anvil exports for RAG queries?

To build a local lore index from World Anvil exports, this Skill converts your exports and SCBE docs into a local SQLite-based FTS index with a documents and chunks schema. This creates a citation-grounded knowledge base ready for accurate retrieval.

How does deterministic cross-agent handoff work for canon consistency?

Deterministic cross-agent handoff works by packetizing cross-talk instructions and audit trails for multiple AI agents like Claude and Codex. This enforces canon consistency by propagating citations and coordinating queries across agents without ambiguity.

Can I keep my World Anvil lore index up-to-date with live data exports?

Yes, you can sync World Anvil data exports to keep the local lore index up-to-date. This live-sync functionality ensures your SQLite FTS index remains current and immediately ready for accurate retrieval and citation-grounded queries.

Does this lore RAG system require a specific database or client library to function?

This lore RAG system requires the pywaclient dependency to function. It uses a local SQLite-based FTS index internally to manage the documents and chunks schema, meaning no external database server is needed for operation.

What is the best way to query worldbuilding canon across multiple AI agents?

The best way to query worldbuilding canon across multiple AI agents is by using a local citation-grounded lore index. This Skill supports canon coordination tasks by emitting cross-talk packets for deterministic Claude and Codex handoffs.

When should I not use a local SQLite FTS index for worldbuilding lore retrieval?

A local SQLite FTS index is not suited for distributed team environments requiring concurrent multi-user write access. It is designed for local citation-grounded retrieval and deterministic cross-agent handoffs rather than scalable cloud-based lore collaboration.