Retrieve bible cross-references from the local SQLite databases based on versions and references. Use when the user runs /xrefs or requests this BibleMate workflow.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add eliranwong/biblemate-agentic-workspace --skill xrefs --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Xrefs?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eliranwong-xrefs-f3acecc1)More formats (shields.io, HTML) on the badges page.
---
name: xrefs
description: Retrieve bible cross-references from the local SQLite databases based on versions and references. Use when the user runs /xrefs or requests this BibleMate workflow.
---
# Bible Cross-References Skill
## Overview
This standalone skill enables any agent to retrieve and compare Bible cross-references directly from the local SQLite database stored in `~/biblemate/data/cross-reference.sqlite` and fetch their content using the `bible` skill.
## Guidelines & Objectives
When executing this skill:
- Always run the python retriever script located at `.grok/skills/xrefs/xrefs_retriever.py` to retrieve the requested cross-references.
- Execute the script using: `python3 .grok/skills/xrefs/xrefs_retriever.py "<query>"` where `<query>` is the input prompt or arguments.
- Pass the user's version and reference query exactly as given to the script.
- Present the exact output of the script to the user without summarizing, paraphrasing, or altering the text, maintaining the absolute authority and accuracy of God's Word.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!