From 12167ee19e682b15f580410bd9ae3defba245b6f Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:42:54 -0400 Subject: [PATCH] feat(skill): tune description and argument-hint for Claude skill-selector quality - description leads with imperative 'Research' + 'what people actually say' (strong trigger signal for community/social-research prompts) - argument-hint shows 3 concrete user phrasings instead of marketing copy - 176 chars, well under Anthropic's 200-char cap - preserves all source coverage (Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, web) Per ecosystem research (April 2026), trigger description quality is the single biggest lever separating 500-install skills from 350k-install skills. --- SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index a269316..a2356fb 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,8 +1,8 @@ --- name: last30days version: "3.0.1" -description: "Multi-query social research across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web. Intelligent query planning with Gemini/OpenAI fallback." -argument-hint: 'last30days AI video tools, last30days best noise cancelling headphones' +description: "Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web." +argument-hint: 'last30days nvidia earnings reaction | last30days AI video tools | last30days what users want in react' allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch homepage: https://github.com/mvanhorn/last30days-skill repository: https://github.com/mvanhorn/last30days-skill