plugin.json: strip to frontend-design parity
Some checks are pending
ci / check (push) Waiting to run

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>
This commit is contained in:
Stephen Way 2026-05-13 16:45:51 -07:00
parent 08bc6d611d
commit b7d623bf25
No known key found for this signature in database
2 changed files with 6 additions and 26 deletions

View file

@ -2,28 +2,19 @@
"name": "rasterandstate", "name": "rasterandstate",
"owner": { "owner": {
"name": "Raster & State", "name": "Raster & State",
"email": "hello@rasterstate.com", "email": "hello@rasterstate.com"
"url": "https://rasterstate.com"
},
"metadata": {
"description": "Raster & State plugins for Claude Code.",
"version": "0.1.0"
}, },
"plugins": [ "plugins": [
{ {
"name": "fj", "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).", "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": { "author": {
"name": "Raster & State", "name": "Raster & State",
"email": "hello@rasterstate.com" "email": "hello@rasterstate.com"
}, },
"license": "MIT", "source": "./plugins/fj",
"category": "developer-tools", "category": "developer-tools",
"keywords": ["fj", "forgejo", "gitea", "git", "cli"], "homepage": "https://rasterhub.com/rasterstate/fj"
"homepage": "https://rasterhub.com/rasterstate/fj",
"repository": "https://github.com/rasterandstate/fj-claude-plugin"
} }
] ]
} }

View file

@ -1,19 +1,8 @@
{ {
"name": "fj", "name": "fj",
"version": "0.1.0", "description": "Forge-side helper skill for fj, a CLI for Forgejo",
"description": "Teach Claude Code to use fj, a CLI for Forgejo in the spirit of gh",
"author": { "author": {
"name": "Raster & State", "name": "Raster & State",
"url": "https://rasterstate.com" "email": "hello@rasterstate.com"
}, }
"license": "MIT",
"keywords": [
"fj",
"forgejo",
"gitea",
"git",
"cli",
"code-review"
],
"homepage": "https://rasterhub.com/rasterstate/fj"
} }