Agent Plugins Marketplace
All plugins

bible-study

v0.1.0

Turn a Bible verse or chapter into a researched, one-page Bible study for a group.

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install bible-study for Codex and Claude Code

Installs for the current user
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add bible-study@claude-skills

Paste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “bible-study” remain stable.

  • Codex: bible-study@agent-plugin-marketplacebible-study@claude-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/natejswenson/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/bible-study/.

Plugin files

skills/bible-study/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/bible-study/SKILL.md

Included Skills1

bible-studyskills/bible-study/SKILL.md

Create a researched one-page Bible study from a verse, passage, or chapter, using only the Bible and Christian sources. Use for "create a Bible study", "study John 3", or "make a Bible study handout". Includes writing date, historical context, meaning, related verses, discussion, application, and a shareable visual.

Plugin manifests2

skills/bible-study/.codex-plugin/plugin.json
{
  "name": "bible-study",
  "version": "0.1.0",
  "description": "Turn a Bible verse or chapter into a researched, one-page Bible study for a group.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/bible-study",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "bible-study",
    "shortDescription": "Turn a Bible verse or chapter into a researched, one-page Bible study for a group.",
    "longDescription": "Turn a Bible verse or chapter into a researched, one-page Bible study for a group.",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $bible-study to help me."
    ]
  }
}
skills/bible-study/.claude-plugin/plugin.json
{
  "name": "bible-study",
  "version": "0.1.0",
  "description": "Turn a Bible verse or chapter into a researched, one-page Bible study for a group.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/bible-study",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[bible-study on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bible-study)