fj/claude/.claude-plugin/marketplace.json
Stephen Way 17d34d2d5d
Some checks are pending
ci / check (push) Waiting to run
plugin: structured source ({source:url, url:...}) for marketplace.json
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>
2026-05-13 16:23:21 -07:00

28 lines
937 B
JSON

{
"name": "rasterandstate",
"owner": {
"name": "Raster & State",
"email": "hello@rasterstate.com",
"url": "https://rasterstate.com"
},
"metadata": {
"description": "Raster & State plugins for Claude Code.",
"version": "0.1.0"
},
"plugins": [
{
"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": {
"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"
}
]
}