Hi — I built a Claude Code plugin called reef and would love to have it listed in your marketplace as an external plugin via git-subdir.
What it does
Structured knowledge wiki generator for codebases. Auto-discovers services, APIs, schemas, and cross-system contracts, then deepens through guided Q&A. Obsidian-native, local-first.
What's in it
- 12 skills: init, snorkel, source, scuba, deep, artifact, update, lint, health, feed, test, help
- 1 agent: reef-navigator (read-only artifact queries)
- Backend: Python script (reef.py) for indexing, manifests, linting, diffing
- License: Apache-2.0
- Dependencies: Python + PyYAML
Links
Suggested marketplace.json entry
{
"name": "reef",
"source": {
"source": "git-subdir",
"url": "https://github.com/eunji-jessi-jung/reef.git",
"path": "."
},
"description": "Structured knowledge wiki generator for codebases. Auto-discovers services, APIs, schemas, and cross-system contracts, then deepens through guided Q&A. Obsidian-native, local-first.",
"version": "1.0.0",
"category": "productivity"
}
Happy to adjust anything to fit your conventions. The plugin passes claude plugin validate . cleanly.
Hi — I built a Claude Code plugin called reef and would love to have it listed in your marketplace as an external plugin via
git-subdir.What it does
Structured knowledge wiki generator for codebases. Auto-discovers services, APIs, schemas, and cross-system contracts, then deepens through guided Q&A. Obsidian-native, local-first.
What's in it
Links
Suggested marketplace.json entry
{ "name": "reef", "source": { "source": "git-subdir", "url": "https://github.com/eunji-jessi-jung/reef.git", "path": "." }, "description": "Structured knowledge wiki generator for codebases. Auto-discovers services, APIs, schemas, and cross-system contracts, then deepens through guided Q&A. Obsidian-native, local-first.", "version": "1.0.0", "category": "productivity" }Happy to adjust anything to fit your conventions. The plugin passes
claude plugin validate .cleanly.