From b7d623bf256fc9e598ee77919d72292af20a710b Mon Sep 17 00:00:00 2001 From: Stephen Way Date: Wed, 13 May 2026 16:45:51 -0700 Subject: [PATCH] plugin.json: strip to frontend-design parity 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) --- claude/.claude-plugin/marketplace.json | 15 +++------------ claude/plugins/fj/.claude-plugin/plugin.json | 17 +++-------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/claude/.claude-plugin/marketplace.json b/claude/.claude-plugin/marketplace.json index 6324820..2e5ee7b 100644 --- a/claude/.claude-plugin/marketplace.json +++ b/claude/.claude-plugin/marketplace.json @@ -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" } ] } diff --git a/claude/plugins/fj/.claude-plugin/plugin.json b/claude/plugins/fj/.claude-plugin/plugin.json index 660312f..b537298 100644 --- a/claude/plugins/fj/.claude-plugin/plugin.json +++ b/claude/plugins/fj/.claude-plugin/plugin.json @@ -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" + } }