Add route.bible skill definition

This commit is contained in:
Dylan Shade 2026-06-08 19:55:37 -04:00
parent d229a9b022
commit b0298f294a
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# route.bible/skill.md
## Overview
route.bible is a routing and deep-linking layer for Bible passages. This skill allows the agent to generate and resolve app-agnostic Bible links.
## stable URL contract
- `https://route.bible/{reference}` (e.g., `https://route.bible/John.3.16`)
- Supported formats: OSIS identifiers, common abbreviations.
## Local Parsing
Use `grab-bcv` for local parsing of references before routing.
## Integration
To integrate, refer to the hosted documentation at `https://route.bible/docs`.