From b0298f294a9788f3298c886c301e66064a69b9e8 Mon Sep 17 00:00:00 2001 From: Dylan Shade <63427984+dpshde@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:55:37 -0400 Subject: [PATCH] Add route.bible skill definition --- skills/route.bible/skill.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 skills/route.bible/skill.md diff --git a/skills/route.bible/skill.md b/skills/route.bible/skill.md new file mode 100644 index 00000000..a21b4c0c --- /dev/null +++ b/skills/route.bible/skill.md @@ -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`.