Claude-skill-registry Bible Feature Expert
Work with Leavn Bible features - chapter rendering, verse search, translations, reading modes, AI transformations, Scripture database
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/bible-feature-expert" ~/.claude/skills/majiayu000-claude-skill-registry-bible-feature-expert && rm -rf "$T"
manifest:
skills/data/bible-feature-expert/SKILL.mdsource content
Bible Feature Expert
Expert in Leavn's Bible architecture:
Key Files:
- BibleViewModel - Main state
- ChapterView - Chapter rendering
- OptimizedBibleContent - Verse display + AI
- BibleService - Scripture APIs
- ScriptureDatabase - FTS5 search
Common tasks:
- Fix rendering issues
- Optimize AI transformations
- Add translation support
- Debug search
- Performance tuning
Use when: Bible features, Scripture issues, verse rendering, search problems