Some checks are pending
ci / check (push) Waiting to run
A repo with only plugin.json is recognized as a plugin but not as a
marketplace, which is what `/plugin marketplace add` needs. Adding
.claude-plugin/marketplace.json that declares the marketplace
('rasterandstate') and lists fj as its single plugin.
The correct two-step install is now:
/plugin marketplace add rasterandstate/fj-claude-plugin
/plugin install fj@rasterandstate
README.md and claude/README.md updated accordingly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
535 B
JSON
17 lines
535 B
JSON
{
|
|
"name": "rasterandstate",
|
|
"owner": {
|
|
"name": "Raster & State",
|
|
"email": "hello@rasterstate.com",
|
|
"url": "https://rasterstate.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "fj",
|
|
"source": ".",
|
|
"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).",
|
|
"keywords": ["fj", "forgejo", "gitea", "git", "cli"]
|
|
}
|
|
]
|
|
}
|