From 4521e20eca39b7d7d0262b37c594f435bbe8dd17 Mon Sep 17 00:00:00 2001 From: Runchao Han Date: Sat, 2 May 2026 11:00:46 +0800 Subject: [PATCH] Add Claude Code plugin discoverability metadata Co-Authored-By: Claude Opus 4.7 --- .claude-plugin/marketplace.json | 10 ++++++++++ .claude-plugin/plugin.json | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bf14e15..ada534d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -13,6 +13,16 @@ "description": "AI-native scientific research pipeline. Takes a research goal — optionally with a research paper — and autonomously conducts rigorous, multi-step academic research.", "source": "./", "strict": true, + "version": "0.4.0", + "author": { + "name": "Runchao Han" + }, + "homepage": "https://github.com/SebastianElvis/reaper", + "repository": "https://github.com/SebastianElvis/reaper", + "license": "Apache-2.0", + "category": "research", + "tags": ["research", "cryptography", "distributed-systems", "paper-analysis", "literature-review", "academic", "science", "ai-agent"], + "keywords": ["research", "cryptography", "distributed-systems", "paper-analysis", "literature-review", "academic", "science", "ai-agent"], "skills": [ "./skills/reaper", "./skills/clarify-goal", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 83cbd06..617b303 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -5,6 +5,8 @@ "author": { "name": "Runchao Han" }, + "homepage": "https://github.com/SebastianElvis/reaper", + "repository": "https://github.com/SebastianElvis/reaper", "license": "Apache-2.0", - "keywords": ["research", "cryptography", "distributed-systems", "paper-analysis", "literature-review"] + "keywords": ["research", "cryptography", "distributed-systems", "paper-analysis", "literature-review", "academic", "science", "ai-agent"] }