fj/claude/.claude-plugin/marketplace.json
Stephen Way e7d25ecde7
Some checks are pending
ci / check (push) Waiting to run
plugin: restructure to marketplace + plugins/<name> layout
Source-of-truth claude/ now matches the proven shape used by
anthropics/claude-plugins-official and other shipping marketplaces:

  claude/.claude-plugin/marketplace.json    references ./plugins/fj
  claude/plugins/fj/.claude-plugin/plugin.json
  claude/plugins/fj/skills/fj/SKILL.md

Previous string-source "./" and structured {source: url} forms both
tripped "source type your Claude Code version does not support."
The relative sub-path form works.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 16:26:03 -07:00

25 lines
845 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": "./plugins/fj",
"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"
}
]
}