Skills for agentic usage of YouVersion Platform APIs and SDKs.
Each of these skills explain to an Agent how to get Bible text, html, and information. They instruct Agents in writing code using best practices for accessing YouVersion Platform.
youversion-platform-api: REST API usageyouversion-platform-js: TypeScript and Node.js usageyouversion-platform-react: React, for visual components: BibleTextView, BibleCard, and BibleReader.
The easy way: run npx skills add youversion/platform-skills and choose your preferred agentic tool or tools.
Alternatively, follow the instructions for your preferred agentic coder, as installation methods vary widely. For example:
- Claude Code: copy this repo's skill folders into
.claude/skills/in your repo. - Codex: tell Codex
$skill-installer install https://github.com/youversion/platform-skills - Cursor: Open Cursor Settings → Rules, click "New", import from Github, enter this repo's URL.
- Gemini CLI: run
gemini skills install https://github.com/youversion/platform-skills