fj/claude/.claude-plugin/marketplace.json
Stephen Way 08bc6d611d
Some checks are pending
ci / check (push) Waiting to run
plugin: drop strict:false from marketplace entry
Default (strict:true) merges plugin.json with marketplace overrides;
this is what's needed to auto-discover skills/<name>/SKILL.md inside
the plugin directory. strict:false says "marketplace entry IS the
entire definition" which conflicts with the plugin.json we ship.

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

30 lines
973 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).",
"version": "0.1.0",
"source": "./plugins/fj",
"author": {
"name": "Raster & State",
"email": "hello@rasterstate.com"
},
"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"
}
]
}