plugin.json: strip to frontend-design parity
Some checks are pending
ci / check (push) Waiting to run
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:
parent
08bc6d611d
commit
b7d623bf25
|
|
@ -2,28 +2,19 @@
|
|||
"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"
|
||||
"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).",
|
||||
"version": "0.1.0",
|
||||
"source": "./plugins/fj",
|
||||
"author": {
|
||||
"name": "Raster & State",
|
||||
"email": "hello@rasterstate.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"source": "./plugins/fj",
|
||||
"category": "developer-tools",
|
||||
"keywords": ["fj", "forgejo", "gitea", "git", "cli"],
|
||||
"homepage": "https://rasterhub.com/rasterstate/fj",
|
||||
"repository": "https://github.com/rasterandstate/fj-claude-plugin"
|
||||
"homepage": "https://rasterhub.com/rasterstate/fj"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,19 +1,8 @@
|
|||
{
|
||||
"name": "fj",
|
||||
"version": "0.1.0",
|
||||
"description": "Teach Claude Code to use fj, a CLI for Forgejo in the spirit of gh",
|
||||
"description": "Forge-side helper skill for fj, a CLI for Forgejo",
|
||||
"author": {
|
||||
"name": "Raster & State",
|
||||
"url": "https://rasterstate.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"fj",
|
||||
"forgejo",
|
||||
"gitea",
|
||||
"git",
|
||||
"cli",
|
||||
"code-review"
|
||||
],
|
||||
"homepage": "https://rasterhub.com/rasterstate/fj"
|
||||
"email": "hello@rasterstate.com"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue