feat: add Nitrosend integration for AI-native email sequencing#202
Merged
coreyhaines31 merged 6 commits intomainfrom Mar 28, 2026
Merged
feat: add Nitrosend integration for AI-native email sequencing#202coreyhaines31 merged 6 commits intomainfrom
coreyhaines31 merged 6 commits intomainfrom
Conversation
* 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 <noreply@anthropic.com> * 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 <noreply@anthropic.com> * fix: correct alphabetical ordering of customer-research in manifest and README Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: add customer-research to skills relationship diagram Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: move customer-research into Strategy column in diagram Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* 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 <noreply@anthropic.com> * 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 <noreply@anthropic.com> * Revert "docs: document Claude Code dynamic content injection pattern" This reverts commit 8e1ce7b. --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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 <noreply@anthropic.com>
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!
Adds Nitrosend as a tool option for teams building email sequences via AI agents — no dashboard required, full MCP control. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tools/integrations/nitrosend.md— full integration guide for Nitrosend, an AI-native email platform controlled entirely via MCP (no dashboard needed)tools/REGISTRY.mdto list Nitrosend with MCP supportskills/email-sequence/SKILL.mdAbout Nitrosend
Nitrosend is designed to be controlled by Claude and other AI agents via MCP — you describe the sequence and it builds it. Covers both transactional and marketing email on one platform. Includes a "When to Use Something Else" section comparing it to Customer.io, Klaviyo, Resend, and Kit.
Test plan
nitrosend.mdrenders correctly🤖 Generated with Claude Code