plugin: structured source ({source:url, url:...}) for marketplace.json
Some checks are pending
ci / check (push) Waiting to run

The "./" string form is older schema; modern Claude Code requires the
structured form. Same shape as anthropics/claude-plugins-official
catalogue entries.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stephen Way 2026-05-13 16:23:21 -07:00
parent 3e2c8f9337
commit 17d34d2d5d
No known key found for this signature in database

View file

@ -13,11 +13,15 @@
{
"name": "fj",
"description": "Teach Claude Code to use fj, a CLI for Forgejo and Gitea-compatible instances. Activates when the user mentions fj, Forgejo, Gitea, or any forge-side action (issues, PRs, releases, code search, labels, milestones, webhooks).",
"source": "./",
"strict": false,
"skills": [
"./skills/fj"
]
"source": {
"source": "url",
"url": "https://github.com/rasterandstate/fj-claude-plugin.git"
},
"license": "MIT",
"category": "developer-tools",
"keywords": ["fj", "forgejo", "gitea", "git", "cli"],
"homepage": "https://rasterhub.com/rasterstate/fj",
"repository": "https://github.com/rasterandstate/fj-claude-plugin"
}
]
}