fj/claude/.claude-plugin/marketplace.json
Stephen Way b7d623bf25
Some checks are pending
ci / check (push) Waiting to run
plugin.json: strip to frontend-design parity
name + description + author only. version/license/keywords/homepage
are not present in any working skills-only plugin in the official
catalogue (e.g., frontend-design).

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

21 lines
645 B
JSON

{
"name": "rasterandstate",
"owner": {
"name": "Raster & State",
"email": "hello@rasterstate.com"
},
"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).",
"author": {
"name": "Raster & State",
"email": "hello@rasterstate.com"
},
"source": "./plugins/fj",
"category": "developer-tools",
"homepage": "https://rasterhub.com/rasterstate/fj"
}
]
}