From 17485ec797fdff106d82e02e1a8275795a896bed Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Tue, 3 Feb 2026 15:55:41 -0800 Subject: [PATCH] Make RECOMMENDATIONS format flexible (table or stacked) - Remove over-prescriptive format requirements - Let Claude choose table vs stacked naturally based on content - Keep critical requirement: Sources line with @handles - Claude Code's renderer handles the responsive wrapping Co-Authored-By: Claude Opus 4.5 --- SKILL.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/SKILL.md b/SKILL.md index 1edd242..6cc6b5c 100644 --- a/SKILL.md +++ b/SKILL.md @@ -215,35 +215,26 @@ Identify from the ACTUAL RESEARCH OUTPUT: **FIRST - What I learned (based on QUERY_TYPE):** -**If RECOMMENDATIONS** - Show specific things mentioned in STACKED CARD format: +**If RECOMMENDATIONS** - Show specific things mentioned with sources: ``` 🏆 Most mentioned: -Tool: [Specific name] -Mentions: {n}x -Use Case: [what it does / why people recommend it] +[Tool Name] - {n}x mentions +Use Case: [what it does] Sources: @handle1, @handle2, r/sub, blog.com -──────────────────────────────────────────────────────── -Tool: [Specific name] -Mentions: {n}x + +[Tool Name] - {n}x mentions Use Case: [what it does] Sources: @handle3, r/sub2, Complex -──────────────────────────────────────────────────────── -Tool: [Specific name] -Mentions: {n}x -Use Case: [what it does] -Sources: r/sub, @handle4, Variety -──────────────────────────────────────────────────────── Notable mentions: [other specific things with 1-2 mentions] ``` **CRITICAL for RECOMMENDATIONS:** -- Use stacked card format (responsive, doesn't break on narrow terminals) -- Separate cards with horizontal rule: ──────────────────────────────────────────────────────── -- "Sources:" line MUST include actual @handles from X posts (e.g., @LONGLIVE47, @ByDobson) +- Each item MUST have a "Sources:" line with actual @handles from X posts (e.g., @LONGLIVE47, @ByDobson) - Include subreddit names (r/hiphopheads) and web sources (Complex, Variety) - Parse @handles from research output and include the highest-engagement ones +- Format naturally - tables work well for wide terminals, stacked cards for narrow **If PROMPTING/NEWS/GENERAL** - Show synthesis and patterns: ```