fj/claude/.claude-plugin/marketplace.json

21 lines
645 B
JSON
Raw Permalink Normal View History

{
"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"
}
]
}