From 7c8c087486c29290b982820d719e1c4a556c0053 Mon Sep 17 00:00:00 2001 From: Corey Haines <34802794+coreyhaines31@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:48:16 -0700 Subject: [PATCH] =?UTF-8?q?release:=20v1.5.0=20=E2=80=94=20customer-resear?= =?UTF-8?q?ch=20skill,=20Nitrosend,=20Resend=20CLI,=20Firehose,=20Introw,?= =?UTF-8?q?=20Claude=20Code=20injection=20docs=20(#203)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: add customer-research skill (#186) * feat: add customer-research skill (#185) Adds a new skill for conducting and synthesizing customer research — covering analysis of existing assets (transcripts, surveys, support tickets, NPS) and digital watering hole research (Reddit, G2, forums, communities, review sites). Includes persona generation framework, JTBD extraction, VOC quote banking, and competitive intel from reviews. Also adds a detailed source-guides reference with per-platform playbooks (Reddit operators, G2 review tiers, LinkedIn job posting mining, etc.) and 10 evals covering the main trigger scenarios. Co-Authored-By: Claude Sonnet 4.6 * fix: address Codex review of customer-research skill - Fix evals.json schema to match repo convention (skill_name wrapper, integer IDs, expected_output, files fields) - Add product-marketing-context.md assertion to all evals - Add 2 new evals: B2C drop-off scenario and zero-research bootstrap - Collapse 'Where to Look' in SKILL.md to a decision table; detail lives in source-guides.md - Add Research Quality Guardrails section (confidence labels, recency window, sample bias, minimum viable sample) - Add Related Skills section cross-linking 7 downstream skills - Expand source-guides.md with full B2C section (app stores, TikTok/Instagram, consumer Reddit, Discord) - Add Source Reliability and Confidence Scoring reference guide Co-Authored-By: Claude Sonnet 4.6 * fix: correct alphabetical ordering of customer-research in manifest and README Co-Authored-By: Claude Sonnet 4.6 * docs: add customer-research to skills relationship diagram Co-Authored-By: Claude Sonnet 4.6 * docs: move customer-research into Strategy column in diagram Co-Authored-By: Claude Sonnet 4.6 --------- Co-authored-by: Claude Sonnet 4.6 * feat: Resend CLI docs + Firehose integration (#188) * feat: add Resend CLI docs and Firehose integration - resend.md: update CLI availability (now official), add CLI install, setup, and common commands section - firehose.md: new integration guide for real-time web content streaming API — query syntax, stream setup, marketing use cases (brand monitoring, competitive intel, lead triggers, PR/link building) - REGISTRY.md: add firehose under Competitive Intelligence Co-Authored-By: Claude Sonnet 4.6 * docs: document Claude Code dynamic content injection pattern Add Claude Code-specific enhancement section to AGENTS.md explaining the !`command` syntax for injecting shell output into skills at invocation time. Marked as Claude Code-only to preserve cross-agent compatibility of SKILL.md files. Co-Authored-By: Claude Sonnet 4.6 * Revert "docs: document Claude Code dynamic content injection pattern" This reverts commit 8e1ce7b363c082f9c11781ad956f43466a8ad92c. --------- Co-authored-by: Claude Sonnet 4.6 * docs: document Claude Code dynamic content injection pattern (#189) Add Claude Code-specific enhancement section to AGENTS.md explaining the !`command` syntax for injecting shell output into skills at invocation time. Marked as Claude Code-only to preserve cross-agent compatibility of SKILL.md files. Co-authored-by: Claude Sonnet 4.6 * feat: add Introw PRM as partner ecosystem integration (#193) Great contribution — clean integration guide with solid MCP tool coverage, and the cross-references into referral-program, revops, launch-strategy, and sales-enablement are well-placed. Thanks! --------- Co-authored-by: Claude Sonnet 4.6 Co-authored-by: Tibo <72124096+CoopahG@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b14e101..5c460f8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ See each skill's **Related Skills** section for the full dependency map. | [content-strategy](skills/content-strategy/) | When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also... | | [copy-editing](skills/copy-editing/) | When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this... | | [copywriting](skills/copywriting/) | When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages,... | -| [customer-research](skills/customer-research/) | When the user wants to conduct, analyze, or synthesize customer research. Use when the user mentions "customer... | +| [customer-research](skills/customer-research/) | When the user wants to conduct, analyze, or synthesize customer research — including interview transcripts, surveys, support tickets, review mining, Reddit/G2/forum research, persona generation, and voice of customer (VOC)... | | [email-sequence](skills/email-sequence/) | When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email... | | [form-cro](skills/form-cro/) | When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms,... | | [free-tool-strategy](skills/free-tool-strategy/) | When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or... |