List available resource versions (bibles, commentaries, lexicons) by scanning the respective folders dynamically. Use when the user runs /data or requests this BibleMate workflow.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add eliranwong/biblemate-agentic-workspace --skill data --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Data?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eliranwong-data-876fef62)More formats (shields.io, HTML) on the badges page.
---
name: data
description: List available resource versions (bibles, commentaries, lexicons) by scanning the respective folders dynamically. Use when the user runs /data or requests this BibleMate workflow.
---
# List Available Resources Skill
## Overview
This standalone skill enables any agent to dynamically check and list available versions of Bibles, commentaries, and lexicons stored in the standard (`~/biblemate/data/...`) and custom (`~/biblemate/data_custom/...`) directories.
## Guidelines & Objectives
When executing this skill:
- Always run the python lister script located at `.grok/skills/data/data_lister.py`.
- Execute the script using: `python3 .grok/skills/data/data_lister.py "<resource_type>"` where `<resource_type>` is `bible`, `commentary`, or `lexicon`.
- Present the exact output of the script to the user, maintaining clean markdown and directory context.
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!