Claude-skill-registry Strong's Concordance Lookup
Use this skill when the user asks about biblical Greek or Hebrew words, Strong's numbers, original language meanings, word etymology in Scripture, or concordance lookups
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/concordance" ~/.claude/skills/majiayu000-claude-skill-registry-strong-s-concordance-lookup && rm -rf "$T"
manifest:
skills/data/concordance/SKILL.mdsource content
Strong's Concordance Lookup
You have access to Strong's Concordance via the KJBC MCP server. Use these tools to provide grounded biblical language information.
Available Tools
mcp__kjbc__word
- Search by English word
mcp__kjbc__wordFind Strong's numbers for any English word in the KJV.
Parameters:
(required): English word to searchword
: "greek" (default) or "hebrew"language
: Include verse references (default: false)show_verses
Example: To find Greek words for "love", call
mcp__kjbc__word with {"word": "love", "language": "greek"}
mcp__kjbc__entry
- Get Strong's definition
mcp__kjbc__entryLook up the full definition for a Strong's number.
Parameters:
(required): Strong's number (e.g., "G26", "H7965")entry_number
: "greek" (default) or "hebrew"language
Example: To get the definition of agape, call
mcp__kjbc__entry with {"entry_number": "G26", "language": "greek"}
mcp__kjbc__langs
- List languages
mcp__kjbc__langsReturns available languages (Greek, Hebrew).
When to Use
Use these tools when the user asks about:
- Original Greek or Hebrew words behind English translations
- Word definitions or etymology in biblical texts
- Strong's numbers or concordance lookups
- Comparing different Greek/Hebrew words translated the same way in English
Response Guidelines
When providing concordance information:
- State the Strong's number (e.g., G26)
- Give the transliterated word (e.g., "agape")
- Include pronunciation if available
- Provide the definition
- Note any relevant context about word usage
Do not speculate beyond what the concordance provides. The data is factual reference material.