From 9be0780c46b35e285968618d554dea9d88fd3763 Mon Sep 17 00:00:00 2001 From: Pejman Pour-Moezzi Date: Thu, 9 Apr 2026 12:08:45 -0700 Subject: [PATCH 1/2] fix: rename skills/last30days-v3 directory so plugin install resolves correctly --- .claude-plugin/marketplace.json | 2 +- skills/{last30days-v3 => last30days}/SKILL.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename skills/{last30days-v3 => last30days}/SKILL.md (99%) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c96c92a..882ae8d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ }, "plugins": [ { - "name": "last30days-3", + "name": "last30days", "description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, HN, Polymarket, GitHub, and 5+ more sources.", "version": "3.0.0-alpha", "author": { diff --git a/skills/last30days-v3/SKILL.md b/skills/last30days/SKILL.md similarity index 99% rename from skills/last30days-v3/SKILL.md rename to skills/last30days/SKILL.md index 7d09c7c..13eb54e 100644 --- a/skills/last30days-v3/SKILL.md +++ b/skills/last30days/SKILL.md @@ -3,6 +3,7 @@ name: last30days version: "3.0.0" description: "Multi-query social search with intelligent planning. Agent plans queries when possible, falls back to Gemini/OpenAI when not. Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web." argument-hint: "last30days-v3 codex vs claude code" +argument-hint: "last30days codex vs claude code" allowed-tools: Bash, Read, Write, WebSearch homepage: https://github.com/mvanhorn/last30days-skill repository: https://github.com/mvanhorn/last30days-skill From bb7c956db537d50a24a26d09df48eaf579b68f0c Mon Sep 17 00:00:00 2001 From: Pejman Pour-Moezzi Date: Thu, 9 Apr 2026 21:37:36 -0700 Subject: [PATCH 2/2] fix: drop stale last30days-v3 argument hint --- skills/last30days/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/skills/last30days/SKILL.md b/skills/last30days/SKILL.md index 13eb54e..4f3417e 100644 --- a/skills/last30days/SKILL.md +++ b/skills/last30days/SKILL.md @@ -2,7 +2,6 @@ name: last30days version: "3.0.0" description: "Multi-query social search with intelligent planning. Agent plans queries when possible, falls back to Gemini/OpenAI when not. Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web." -argument-hint: "last30days-v3 codex vs claude code" argument-hint: "last30days codex vs claude code" allowed-tools: Bash, Read, Write, WebSearch homepage: https://github.com/mvanhorn/last30days-skill