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" + } }