From f168eecd6701819e2abca963f94c2e77cb98bbdb Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Thu, 25 Jun 2026 00:03:17 -0700 Subject: [PATCH] chore: align plugin marketplace metadata and branding Use the "last30days" name consistently across marketplace listings, add a "competitor research" keyword, drop the stale "eli5" keyword, and refresh the Codex plugin's description, capabilities, and example prompts to reflect current sources and usage. --- .agents/plugins/marketplace.json | 2 +- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 18 +++++++++++++++++- .codex-plugin/plugin.json | 15 ++++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 493cd3d3..ad6a8058 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -1,7 +1,7 @@ { "name": "last30days-skill", "interface": { - "displayName": "Last 30 Days" + "displayName": "last30days" }, "plugins": [ { diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 27d6bc9e..26127826 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ "url": "https://github.com/mvanhorn" }, "metadata": { - "description": "Marketplace hosting the Last 30 Days research plugin." + "description": "Marketplace hosting the last30days research plugin." }, "plugins": [ { diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index b73d037b..e47a0d98 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -10,5 +10,21 @@ "homepage": "https://github.com/mvanhorn/last30days-skill", "repository": "https://github.com/mvanhorn/last30days-skill", "license": "MIT", - "keywords": ["research", "reddit", "twitter", "youtube", "tiktok", "instagram", "trends", "prompts", "polymarket", "github", "perplexity", "threads", "pinterest", "eli5", "hacker-news"] + "keywords": [ + "competitor research", + "research", + "reddit", + "twitter", + "youtube", + "tiktok", + "instagram", + "trends", + "prompts", + "polymarket", + "github", + "perplexity", + "threads", + "pinterest", + "hacker-news" + ] } diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index bf4a2395..da9cc4bb 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -11,6 +11,7 @@ "repository": "https://github.com/mvanhorn/last30days-skill", "license": "MIT", "keywords": [ + "competitor research", "research", "reddit", "twitter", @@ -24,25 +25,25 @@ "perplexity", "threads", "pinterest", - "eli5", "hacker-news" ], "skills": "./skills/", "interface": { "displayName": "last30days", "shortDescription": "Research what people are saying about a topic now.", - "longDescription": "last30days adds a Codex skill for researching recent discussion and engagement signals across social, video, developer, prediction-market, and web sources.", + "longDescription": "last30days adds a Codex skill for researching any topic based on recent discussion and engagement signals across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and the web.", "developerName": "Matt Van Horn", "category": "Research", "capabilities": [ - "Research", - "Web" + "Interactive", + "Read", + "Write" ], "websiteURL": "https://github.com/mvanhorn/last30days-skill", "defaultPrompt": [ - "/last30days OpenAI Codex", - "/last30days AI video tools", - "/last30days react user complaints" + "TikTok shop trends", + "Codex vs Cursor", + "best travel credit cards" ], "brandColor": "#6F42C1" }