From f09fe202e83d006ce61f290fbf34036ffa3c6d78 Mon Sep 17 00:00:00 2001 From: zipee Date: Thu, 9 Apr 2026 08:35:56 +0800 Subject: [PATCH 1/2] docs: align README with v3 runtime --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44e0333..22f5154 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ **An AI agent-led search engine scored by upvotes, likes, and real money - not editors.** +This README tracks the current v3 pipeline. The runtime skill spec lives in [skills/last30days-v3/SKILL.md](skills/last30days-v3/SKILL.md), which is the source of truth for the latest command and setup behavior. + Claude Code: ``` /plugin marketplace add mvanhorn/last30days-skill @@ -86,7 +88,7 @@ The synthesis ranks by what real people actually engaged with. Social relevancy, **To learn something fast.** `/last30days Nano Banana Pro prompting` - JSON-structured prompts are replacing tag soup. @pictsbyai's nested format prevents "concept bleeding." Edit-first workflow beats regeneration. Then it writes you a production prompt using exactly what the community said works. -## What's New in v3 +## What v3 Changed ### Intelligent search: the killer feature From bcc4694fa9b52586f1e1f424ffb717d8c1b9eab5 Mon Sep 17 00:00:00 2001 From: zipee Date: Thu, 9 Apr 2026 08:40:07 +0800 Subject: [PATCH 2/2] docs: point skill metadata at public repo --- SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index a349841..2935957 100644 --- a/SKILL.md +++ b/SKILL.md @@ -4,8 +4,8 @@ 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-3 AI video tools, last30days-3 best noise cancelling headphones' allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch -homepage: https://github.com/mvanhorn/last30days-skill-private -repository: https://github.com/mvanhorn/last30days-skill-private +homepage: https://github.com/mvanhorn/last30days-skill +repository: https://github.com/mvanhorn/last30days-skill author: mvanhorn license: MIT user-invocable: true