Add `.claude-plugin/marketplace.json` defining the `oracle-skills` marketplace, which publishes each top-level domain folder (apex, db, fusion, graal, oci) as its own Claude Code plugin with descriptions, categories, and keywords.
Document the Claude Code install flow in the README, covering how to register the marketplace and install domain plugins, alongside the existing `npx skills add` instructions.
Closes oracle#66
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Daniel Heler Pohlmann <daniel.heler@way2.com.br>
What this does
Ships this repository as a Claude Code plugin marketplace, so users can register it and install Oracle skills directly from within Claude Code — complementing the existing
npx skills addflow.Changes
.claude-plugin/marketplace.json(new): defines theoracle-skillsmarketplace and publishes each top-level domain folder as its own plugin:apex,db,fusion,graal,oci— each with a description,oraclecategory, and keywords.README.md: adds an "Install in Claude Code" section documenting how to register the marketplace and install domain plugins, alongside the existingnpxinstructions.How to validate
/plugin marketplace add oracle/skills/plugin marketplace add .//plugin install db@oracle-skills/pluginto list and toggle installed plugins.The marketplace file validates against the official schema (
https://json.schemastore.org/claude-code-plugin-marketplace.json).Closes #66