[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-cognyai-deliverability-check-zh-CN":3,"guides-for-cognyai-deliverability-check":615,"similar-k178p68nkb09v7ta796176js3x86ns5f-zh-CN":616},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":249,"parentExtension":250,"providers":251,"relations":256,"repo":258,"tags":612,"workflow":613},1778684091954.67,"k178p68nkb09v7ta796176js3x86ns5f",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Audit a sending domain's deliverability — SPF, DKIM, DMARC, MX, BIMI, blocklists — with a prioritized fix order",{"claudeCode":12},"cognyai/claude-code-marketing-skills","deliverability-check","https://github.com/cognyai/claude-code-marketing-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":242},1778684364641.3564,"kn72gxvd49vz2fzxexvacd4sq186n3rv","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of auditing a sending domain's deliverability and identifies the user's pain point of understanding why open rates drop.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured, prioritized fix order for deliverability issues, going beyond a simple web search and offering actionable guidance.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of auditing deliverability, from input parsing to reporting and even including an upsell for further services.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on auditing email sending domain deliverability, with no unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality as detailed in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, narrow tools like `dig`, `grep`, `WebSearch`, and `Read`/`Write` for distinct tasks, avoiding a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters, such as the domain input, are clearly documented in the usage section.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used (`dig`, `grep`, `WebSearch`, `Read`, `Write`) are standard and descriptive.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input is a simple domain string, and output is a structured report. No unnecessary data is requested or returned.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The repository includes a standard MIT license file, permitting permissive use.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 7, 2026, which is recent.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill primarily uses standard command-line utilities and web search, with no complex third-party dependencies that require explicit management.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill only operates on provided domain names and uses standard tools, with no indication of executing arbitrary code or loading untrusted external instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled tools and public web searches, not fetching remote code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates on provided domain names and uses standard command-line lookups, not modifying any files outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were detected.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only queries public DNS records and performs web searches for the provided domain; it does not exfiltrate confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content appears free of hidden steering tricks, control characters, or malicious Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill uses plain, readable Bash scripts and standard command-line tools, with no obfuscation.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about user project structure; it only requires a domain name.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating minimal recent activity or issue generation.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A version number (1.0.0) is present in the SKILL.md frontmatter.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The input domain is validated by its inclusion in the usage hint; while not a formal schema, it's constrained to a domain name.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill is read-only and performs no destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The bash scripts use standard error handling for commands like `dig` and `grep`, and the SKILL.md implies clear reporting of findings.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill is analytical and does not perform destructive actions or outbound calls that require local audit logging.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill operates on public domain information and does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill operates on public DNS data and is globally applicable; the target market is 'global'.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard bash commands and web search, making it portable across POSIX-compliant systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a clear overview of the skills, including installation instructions and a list of free and premium offerings.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill uses a focused set of underlying tools (dig, grep, web search) to achieve its goal.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools used are distinct and non-synonymous for the task of domain auditing.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as SPF/DKIM/DMARC checks, are implemented through the described scripts and tools.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions using a curl command and a manual copy method.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md outlines how findings are reported with explanations and prioritized fixes, implying actionable error messages.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill relies on system-installed standard utilities (`dig`, `grep`) and web search, which are assumed to be available and appropriately versioned.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill is purely analytical and does not perform state-changing operations or send data outward.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill involves lookups and web searches, not mutating operations that require idempotency or hard timeouts.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the skill audits domain deliverability (SPF, DKIM, DMARC, etc.) and provides a prioritized fix order, with clear usage examples.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and usage.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, detailing steps and checks without excessive verbosity, and defers deeper material implicitly.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the procedure step-by-step, with code snippets for clarity, without embedding excessively large data blobs.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","The skill's workflow is a direct audit and report generation, not deep exploration requiring forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear usage examples for auditing a domain and a subdomain.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md explicitly discusses potential issues like missing SPF/DKIM records, multiple SPF records, insufficient key length, and lack of DMARC reporting, along with their implications.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill uses standard system tools and web search, not relying on optional external MCP servers.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill clearly relies on standard bash scripting and common command-line utilities like `dig` and `grep`, which are widely available on POSIX systems.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The SKILL.md implies that findings will be reported and prioritized, suggesting a halt on unresolvable issues.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; it focuses solely on domain deliverability.",1778684364536,"This skill audits a sending domain's email deliverability by checking SPF, DKIM, DMARC, MX records, BIMI, and performing basic blocklist checks. It provides a prioritized list of fixes and explains findings in plain English.",[198,199,200,201,202],"Audits SPF, DKIM, DMARC, MX, and BIMI records","Checks for common blocklist entries","Provides a prioritized order of fixes","Explains findings in plain English for non-technical users","Identifies common ESP sender configurations",[204,205,206],"Performing automated fixes for DNS records","Full, API-based blocklist scanning","Analyzing actual email sending history or inbox placement rates (this requires connecting ESP data via MCP)","3.0.0","4.4.0","To help users understand and improve their email sending domain's deliverability by identifying and prioritizing critical configuration issues.","The skill is well-documented, uses specific tools, and covers its domain comprehensively. No critical or warning findings.",97,"Excellent skill for auditing domain deliverability with clear explanations and prioritized fixes.",[214,215,216,217,218,219,220],"email-deliverability","domain-audit","spf","dkim","dmarc","sysadmin","marketing-operations","global","verified",[224,225,226,227],"When email open rates suddenly drop","Before launching a new email sending domain","To verify email infrastructure health","To prepare for upcoming email provider policy changes (e.g., Gmail/Yahoo)",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":240,"testCoverage":241},{"hasLockfile":230},false,1778684346839,{"descriptionLength":233,"readmeSize":234},111,8489,{"closedIssues90d":8,"forks":236,"hasChangelog":230,"manifestVersion":237,"openIssues90d":8,"pushedAt":238,"stars":239},5,"1.0.0",1778187473000,47,{"hasNpmPackage":230,"smitheryVerified":230},{"hasCi":230,"hasTests":230},{"updatedAt":243},1778684364641,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/deliverability-check","cognyai","claude-code-marketing-skills","skill",true,null,{"evaluate":252,"extract":254},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":253,"targetMarket":221,"tier":222},[214,215,216,217,218,219,220],{"commitSha":255},"HEAD",{"repoId":257},"kd7371gwzbdr07nc839hsmagw986nje6",{"_creationTime":259,"_id":257,"identity":260,"providers":261,"workflow":608},1778684086122.7996,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":262,"discover":587,"github":590},{"commitSha":255,"extensions":263},[264,275,283,291,302,310,318,326,334,342,350,358,363,371,379,387,395,403,411,419,427,435,443,455,463,471,479,487,497,505,513,521,529,537,547,555,563,571,579],{"basePath":265,"description":266,"displayName":267,"installMethods":268,"rationale":269,"selectedPaths":270,"source":274,"sourceLanguage":18,"type":248},"skill-pipeline/google-ads-audit","Deep Google Ads account audit — keywords, quality scores, budget pacing, search terms","google-ads-audit",{"claudeCode":12},"SKILL.md frontmatter at skill-pipeline/google-ads-audit/SKILL.md",[271],{"path":272,"priority":273},"SKILL.md","mandatory","rule",{"basePath":276,"description":277,"displayName":278,"installMethods":279,"rationale":280,"selectedPaths":281,"source":274,"sourceLanguage":18,"type":248},"skill-pipeline/meta-ads-audit","Meta Ads audit — audience analysis, creative fatigue, budget pacing, lead quality","meta-ads-audit",{"claudeCode":12},"SKILL.md frontmatter at skill-pipeline/meta-ads-audit/SKILL.md",[282],{"path":272,"priority":273},{"basePath":284,"description":285,"displayName":286,"installMethods":287,"rationale":288,"selectedPaths":289,"source":274,"sourceLanguage":18,"type":248},"skills/ad-copy-writer","Generate ad copy variations for Google, Meta, and LinkedIn Ads","ad-copy-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/ad-copy-writer/SKILL.md",[290],{"path":272,"priority":273},{"basePath":292,"description":293,"displayName":294,"installMethods":295,"rationale":296,"selectedPaths":297,"source":274,"sourceLanguage":18,"type":248},"skills/brand-kit","Build a portable brand-kit.json for the user's product — colors, typography, voice — that other skills (video, ad creative, landing page) can consume. Multiple discovery paths so it works whether the user has access to their site's source code or only a public URL or just a logo image.","brand-kit",{"claudeCode":12},"SKILL.md frontmatter at skills/brand-kit/SKILL.md",[298,299],{"path":272,"priority":273},{"path":300,"priority":301},"references/extract-palette.sh","medium",{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":274,"sourceLanguage":18,"type":248},"skills/cogny","Run Cogny marketing analysis tasks — fetch scheduled tasks, analyze ad accounts via MCP, report findings","cogny",{"claudeCode":12},"SKILL.md frontmatter at skills/cogny/SKILL.md",[309],{"path":272,"priority":273},{"basePath":311,"description":312,"displayName":313,"installMethods":314,"rationale":315,"selectedPaths":316,"source":274,"sourceLanguage":18,"type":248},"skills/community-pulse","Weekly read on Discord community health — joins, active channels, top contributors, themes, and unanswered questions","community-pulse",{"claudeCode":12},"SKILL.md frontmatter at skills/community-pulse/SKILL.md",[317],{"path":272,"priority":273},{"basePath":319,"description":320,"displayName":321,"installMethods":322,"rationale":323,"selectedPaths":324,"source":274,"sourceLanguage":18,"type":248},"skills/competitor-analysis","Research competitor positioning, ads, pricing, and market gaps","competitor-analysis",{"claudeCode":12},"SKILL.md frontmatter at skills/competitor-analysis/SKILL.md",[325],{"path":272,"priority":273},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":274,"sourceLanguage":18,"type":248},"skills/conversion-debug","Conversion Tracking Debugger — diagnose discrepancies across GTM, GA4, Google Ads & Meta Pixel with live API access, BigQuery validation queries, and troubleshooting flowcharts","conversion-debug",{"claudeCode":12},"SKILL.md frontmatter at skills/conversion-debug/SKILL.md",[333],{"path":272,"priority":273},{"basePath":335,"description":336,"displayName":337,"installMethods":338,"rationale":339,"selectedPaths":340,"source":274,"sourceLanguage":18,"type":248},"skills/crm-icp-analysis","Analyze HubSpot CRM data to build a data-driven Ideal Customer Profile from closed-won deals, contacts, and companies","crm-icp-analysis",{"claudeCode":12},"SKILL.md frontmatter at skills/crm-icp-analysis/SKILL.md",[341],{"path":272,"priority":273},{"basePath":343,"description":344,"displayName":345,"installMethods":346,"rationale":347,"selectedPaths":348,"source":274,"sourceLanguage":18,"type":248},"skills/crm-sales-momentum","Analyze HubSpot pipeline momentum — deal velocity, stage conversions, win/loss patterns, and stall detection","crm-sales-momentum",{"claudeCode":12},"SKILL.md frontmatter at skills/crm-sales-momentum/SKILL.md",[349],{"path":272,"priority":273},{"basePath":351,"description":352,"displayName":353,"installMethods":354,"rationale":355,"selectedPaths":356,"source":274,"sourceLanguage":18,"type":248},"skills/cwv-audit","Core Web Vitals Reference — LCP, INP, CLS thresholds, root causes, optimization fixes, CrUX BigQuery queries, web-vitals library usage, and SEO impact","cwv-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/cwv-audit/SKILL.md",[357],{"path":272,"priority":273},{"basePath":245,"description":10,"displayName":13,"installMethods":359,"rationale":360,"selectedPaths":361,"source":274,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/deliverability-check/SKILL.md",[362],{"path":272,"priority":273},{"basePath":364,"description":365,"displayName":366,"installMethods":367,"rationale":368,"selectedPaths":369,"source":274,"sourceLanguage":18,"type":248},"skills/drop-off-rescue","Find contacts stalled at funnel stages (abandoned cart, signed-up-but-no-trial, trial-but-no-convert), draft stage-appropriate re-engagement emails, and schedule sends via your ESP — with dedupe so weekly reruns never double-send","drop-off-rescue",{"claudeCode":12},"SKILL.md frontmatter at skills/drop-off-rescue/SKILL.md",[370],{"path":272,"priority":273},{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":274,"sourceLanguage":18,"type":248},"skills/email-report","Auto-generate the weekly or monthly email performance report in three formats — Slack update, CEO email, board-deck section — from real ESP data","email-report",{"claudeCode":12},"SKILL.md frontmatter at skills/email-report/SKILL.md",[378],{"path":272,"priority":273},{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":274,"sourceLanguage":18,"type":248},"skills/ga4-bigquery-schema","GA4 BigQuery Export Schema Reference — complete field reference, nested structures, query patterns, and performance tips","ga4-bigquery-schema",{"claudeCode":12},"SKILL.md frontmatter at skills/ga4-bigquery-schema/SKILL.md",[386],{"path":272,"priority":273},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":274,"sourceLanguage":18,"type":248},"skills/ga4-events","GA4 Event Implementation Reference — complete event taxonomy, parameter lists, implementation patterns (gtag.js, GTM, Measurement Protocol), and validation techniques","ga4-events",{"claudeCode":12},"SKILL.md frontmatter at skills/ga4-events/SKILL.md",[394],{"path":272,"priority":273},{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":274,"sourceLanguage":18,"type":248},"skills/gaql-reference","Google Ads Query Language (GAQL) Reference — complete syntax, resource types, fields, operators, date macros, and ready-to-use query patterns","gaql-reference",{"claudeCode":12},"SKILL.md frontmatter at skills/gaql-reference/SKILL.md",[402],{"path":272,"priority":273},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":274,"sourceLanguage":18,"type":248},"skills/google-ads-scripts","Google Ads Scripts Reference — JavaScript automation, AdsApp object model, selectors, GAQL queries, 10+ working script patterns, MCC parallel processing, Sheets integration","google-ads-scripts",{"claudeCode":12},"SKILL.md frontmatter at skills/google-ads-scripts/SKILL.md",[410],{"path":272,"priority":273},{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":274,"sourceLanguage":18,"type":248},"skills/gtm-setup","GTM Event Tracking & Setup Reference — dataLayer fundamentals, trigger types, variable types, GA4 tag configuration, debug mode, and best practices","gtm-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-setup/SKILL.md",[418],{"path":272,"priority":273},{"basePath":420,"description":421,"displayName":422,"installMethods":423,"rationale":424,"selectedPaths":425,"source":274,"sourceLanguage":18,"type":248},"skills/landing-page-review","CRO review of a landing page with specific conversion recommendations","landing-page-review",{"claudeCode":12},"SKILL.md frontmatter at skills/landing-page-review/SKILL.md",[426],{"path":272,"priority":273},{"basePath":428,"description":429,"displayName":430,"installMethods":431,"rationale":432,"selectedPaths":433,"source":274,"sourceLanguage":18,"type":248},"skills/lead-qualification","Research and qualify business leads against your ICP","lead-qualification",{"claudeCode":12},"SKILL.md frontmatter at skills/lead-qualification/SKILL.md",[434],{"path":272,"priority":273},{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":274,"sourceLanguage":18,"type":248},"skills/linkedin-ads-audit","Full LinkedIn Ads account audit — campaign structure, targeting, creative performance, spend efficiency","linkedin-ads-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-ads-audit/SKILL.md",[442],{"path":272,"priority":273},{"basePath":444,"description":445,"displayName":446,"installMethods":447,"rationale":448,"selectedPaths":449,"source":274,"sourceLanguage":18,"type":248},"skills/linkedin-launch-video","Produce a LinkedIn-native 1:1 (or 16:9) launch video using HyperFrames. Caption-first, sound-off, B2B register, anti-corporate-jargon. Optionally hand off to LinkedIn Ads to launch as a sponsored content campaign with ICP-aligned targeting.","linkedin-launch-video",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-launch-video/SKILL.md",[450,451,453],{"path":272,"priority":273},{"path":452,"priority":301},"references/brand-identity.md",{"path":454,"priority":301},"references/composition-template.html",{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":274,"sourceLanguage":18,"type":248},"skills/linkedin-micro-campaigns","Create precision-targeted LinkedIn ad campaigns for specific ICP segments — translates CRM data to LinkedIn targeting","linkedin-micro-campaigns",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-micro-campaigns/SKILL.md",[462],{"path":272,"priority":273},{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":274,"sourceLanguage":18,"type":248},"skills/meta-capi","Meta Conversions API (CAPI) Setup Reference — architecture, event types, customer information hashing, deduplication, implementation examples, AEM, and testing","meta-capi",{"claudeCode":12},"SKILL.md frontmatter at skills/meta-capi/SKILL.md",[470],{"path":272,"priority":273},{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":274,"sourceLanguage":18,"type":248},"skills/non-commodity-content","Interview the user for specific client stories, anecdotes, refusals, and real numbers — then turn them into non-commodity SEO content Google actually wants to rank. Kills generic listicle output at the source.","non-commodity-content",{"claudeCode":12},"SKILL.md frontmatter at skills/non-commodity-content/SKILL.md",[478],{"path":272,"priority":273},{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":274,"sourceLanguage":18,"type":248},"skills/pre-send-qa","Pre-flight QA for an email campaign — merge tags, broken links, spam triggers, compliance, mobile rendering — before you hit send","pre-send-qa",{"claudeCode":12},"SKILL.md frontmatter at skills/pre-send-qa/SKILL.md",[486],{"path":272,"priority":273},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":274,"sourceLanguage":18,"type":248},"skills/reddit-launch-video","Produce a Reddit-native 1:1 or 4:5 launch video using HyperFrames. Idiomatic Reddit feel — text-first, low-polish, sound-off, subreddit-aware. Optionally hand off to Reddit Ads to launch as a promoted post targeted to specific subreddits.","reddit-launch-video",{"claudeCode":12},"SKILL.md frontmatter at skills/reddit-launch-video/SKILL.md",[494,495,496],{"path":272,"priority":273},{"path":452,"priority":301},{"path":454,"priority":301},{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":274,"sourceLanguage":18,"type":248},"skills/revenue-audit","Audit an email marketing program for revenue leaks — missing flows, dormant high-value subscribers, under-segmentation, promo gaps, stale automations — ranked by estimated $ impact","revenue-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/revenue-audit/SKILL.md",[504],{"path":272,"priority":273},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":274,"sourceLanguage":18,"type":248},"skills/seo-audit","Full technical + content SEO analysis — uses live Search Console + Bing data when connected","seo-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-audit/SKILL.md",[512],{"path":272,"priority":273},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":274,"sourceLanguage":18,"type":248},"skills/seo-monitor","Monitor SEO rankings, queries, and indexing via Search Console MCP","seo-monitor",{"claudeCode":12},"SKILL.md frontmatter at skills/seo-monitor/SKILL.md",[520],{"path":272,"priority":273},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":274,"sourceLanguage":18,"type":248},"skills/structured-data","Schema.org Structured Data Reference — JSON-LD examples for every major schema type, rich results eligibility, testing tools, and implementation patterns","structured-data",{"claudeCode":12},"SKILL.md frontmatter at skills/structured-data/SKILL.md",[528],{"path":272,"priority":273},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":274,"sourceLanguage":18,"type":248},"skills/subject-line-lab","Mine your actual subject-line history from Klaviyo / Mailchimp / Rule / Get a Newsletter, find the patterns that work for YOUR list, and generate tuned candidates","subject-line-lab",{"claudeCode":12},"SKILL.md frontmatter at skills/subject-line-lab/SKILL.md",[536],{"path":272,"priority":273},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":274,"sourceLanguage":18,"type":248},"skills/tiktok-launch-video","Produce a 9:16 TikTok-native launch video for a product, feature, or campaign using HyperFrames. Idiomatic TikTok pacing, burned-in captions, hook-in-1s structure. Optionally hand off to TikTok Ads to launch as a Spark/in-feed ad.","tiktok-launch-video",{"claudeCode":12},"SKILL.md frontmatter at skills/tiktok-launch-video/SKILL.md",[544,545,546],{"path":272,"priority":273},{"path":452,"priority":301},{"path":454,"priority":301},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":274,"sourceLanguage":18,"type":248},"skills/utm-builder","UTM Parameter Strategy & Builder — naming conventions, GA4 channel grouping rules, auto-tagging, common mistakes, and BigQuery validation queries","utm-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/utm-builder/SKILL.md",[554],{"path":272,"priority":273},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":274,"sourceLanguage":18,"type":248},"skills/video-to-gif","Convert an MP4 (e.g. a HyperFrames render or a screen recording) to a high-quality GIF using FFmpeg's two-pass palette method. Picks the right preset for the target surface — Slack/DMs/Twitter/email/Reddit/GitHub — so you don't ship a 40MB GIF to a 5MB inbox.","video-to-gif",{"claudeCode":12},"SKILL.md frontmatter at skills/video-to-gif/SKILL.md",[562],{"path":272,"priority":273},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":274,"sourceLanguage":18,"type":248},"skills/website-migration-audit","Compare a production site against a staging/redesign version — SEO parity, content integrity, missing pages, and launch readiness","website-migration-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/website-migration-audit/SKILL.md",[570],{"path":272,"priority":273},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":274,"sourceLanguage":18,"type":248},"skills/welcome-series","Generate a full 5-email welcome series from a brand URL — subjects, preheaders, bodies, and send timing, ready to paste into any ESP","welcome-series",{"claudeCode":12},"SKILL.md frontmatter at skills/welcome-series/SKILL.md",[578],{"path":272,"priority":273},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":274,"sourceLanguage":18,"type":248},"skills/winback-engine","Find dormant subscribers, segment by historical value, draft personalized winback emails per tier, and identify suppression candidates","winback-engine",{"claudeCode":12},"SKILL.md frontmatter at skills/winback-engine/SKILL.md",[586],{"path":272,"priority":273},{"sources":588},[589],"manual",{"closedIssues90d":8,"description":591,"forks":236,"homepage":592,"openIssues90d":8,"pushedAt":238,"readmeSize":234,"stars":239,"topics":593},"Marketing skills for Claude Code — SEO audits and implementation, ad analysis, ad optimization. Free skills need no account. $9/mo for live Search Console, Bing & LinkedIn data.","https://cogny.com",[594,595,596,597,598,599,600,601,602,603,604,605,606,607],"agent-skills","ai-agents","claude-code","claude-skills","cluade-mcp","cursor","geo","growth-hacking","llm","marketing","mcp","seo","vibe","windsurf",{"classifiedAt":609,"discoverAt":610,"extractAt":611,"githubAt":611,"updatedAt":609},1778684091751,1778684086122,1778684089811,[217,218,215,214,220,216,219],{"evaluatedAt":243,"extractAt":614,"updatedAt":243},1778684091954,[],[617,652,671,696],{"_creationTime":618,"_id":619,"community":620,"display":621,"identity":627,"providers":633,"relations":646,"tags":648,"workflow":649},1778688112811.7444,"k17dwqdr2xe21jh3cxavxddh4986m5fq",{"reviewCount":8},{"description":622,"installMethods":623,"name":625,"sourceUrl":626},"Configurez correctement vos zones DNS pour l'email deliverability (SPF, DKIM, DMARC), la sécurité (DNSSEC, CAA), et l'automatisation (OVH API, Cloudflare, Terraform), basé sur les best practices 2024-2025. Use when: **Configurer l'authentification email** - SPF, DKIM, DMARC pour éviter le spam folder; **Sécuriser un domaine** - DNSSEC, CAA records, protection contre le spoofing; **Automatiser la gestion DNS** - OVH API, Cloudflare API, Terraform; **Débugger des problèmes DNS** - dig, nslookup...",{"claudeCode":624},"guia-matthieu/clawfu-skills","DNS Zonefile Configuration","https://github.com/guia-matthieu/clawfu-skills",{"basePath":628,"githubOwner":629,"githubRepo":630,"locale":631,"slug":632,"type":248},"skills/devops/dns-zonefile-config","guia-matthieu","clawfu-skills","fr","dns-zonefile-config",{"evaluate":634,"extract":644},{"promptVersionExtension":207,"promptVersionScoring":208,"score":635,"tags":636,"targetMarket":221,"tier":222},99,[637,638,639,640,641,642,643,216,217,218],"dns","email","security","automation","cloudflare","ovh","terraform",{"commitSha":255,"license":645},"MIT",{"repoId":647},"kd72qvzyvm658ya7pbyh5ey47h86md53",[640,641,217,218,637,638,642,639,216,643],{"evaluatedAt":650,"extractAt":651,"updatedAt":650},1778689747429,1778688112811,{"_creationTime":653,"_id":654,"community":655,"display":656,"identity":660,"providers":662,"relations":667,"tags":668,"workflow":669},1778688112811.7446,"k17bwwq8vcvm9xrx97gwdszr6s86m9w8",{"reviewCount":8},{"description":657,"installMethods":658,"name":659,"sourceUrl":626},"Check email deliverability and DNS configuration. Use when: diagnosing email delivery issues; setting up new email domains; auditing email authentication; checking SPF/DKIM/DMARC; troubleshooting spam folder issues",{"claudeCode":624},"deliverability-checker",{"basePath":661,"githubOwner":629,"githubRepo":630,"locale":18,"slug":659,"type":248},"skills/email-tools/deliverability-checker",{"evaluate":663,"extract":666},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":664,"targetMarket":221,"tier":222},[638,637,216,217,218,665],"deliverability",{"commitSha":255},{"repoId":647},[665,217,218,637,638,216],{"evaluatedAt":670,"extractAt":651,"updatedAt":670},1778689770242,{"_creationTime":672,"_id":673,"community":674,"display":675,"identity":680,"providers":683,"relations":690,"tags":692,"workflow":693},1778696113180.8152,"k177x8k3xs6a9kbpstq84nq64x86n9c3",{"reviewCount":8},{"description":676,"installMethods":677,"name":214,"sourceUrl":679},"Make sure email actually reaches inboxes. Use this skill when setting up email authentication (SPF, DKIM, DMARC), diagnosing emails landing in spam, planning a domain reputation strategy, monitoring sender reputation, or hardening against email spoofing. Triggers on email deliverability, SPF, DKIM, DMARC, spam folder, sender reputation, mailbox provider, soft bounces, bounce rate, BIMI, MTA-STS, deliverability audit. Also triggers when a marketing or transactional email isn't reaching users.",{"claudeCode":678},"rampstackco/claude-skills","https://github.com/rampstackco/claude-skills",{"basePath":681,"githubOwner":682,"githubRepo":597,"locale":18,"slug":214,"type":248},"skills/email-deliverability","rampstackco",{"evaluate":684,"extract":689},{"promptVersionExtension":207,"promptVersionScoring":208,"score":685,"tags":686,"targetMarket":221,"tier":222},95,[638,665,216,217,218,687,688],"reputation","operations",{"commitSha":255},{"repoId":691},"kd7bebccrrd1xf6w868aggftrd86m86v",[665,217,218,638,688,687,216],{"evaluatedAt":694,"extractAt":695,"updatedAt":694},1778696829365,1778696113180,{"_creationTime":697,"_id":698,"community":699,"display":700,"identity":706,"providers":710,"relations":718,"tags":721,"workflow":722},1778698144006.2258,"k170h3fppcmy5276sq6qv6x6w986n4bm",{"reviewCount":8},{"description":701,"installMethods":702,"name":704,"sourceUrl":705},"Identify and suppress ghost contacts who received marketing emails but never opened any. These contacts destroy sender reputation and deliverability. Hybrid approach: API for discovery, manual UI for suppression.\n",{"claudeCode":703},"TomGranot/hubspot-admin-skills","suppress-ghost-contacts","https://github.com/TomGranot/hubspot-admin-skills",{"basePath":707,"githubOwner":708,"githubRepo":709,"locale":18,"slug":704,"type":248},"skills/suppress-ghost-contacts","TomGranot","hubspot-admin-skills",{"evaluate":711,"extract":717},{"promptVersionExtension":207,"promptVersionScoring":208,"score":685,"tags":712,"targetMarket":221,"tier":222},[713,714,214,715,716],"hubspot","crm","contact-hygiene","data-quality",{"commitSha":255},{"parentExtensionId":719,"repoId":720},"k17c3p8t0thc73pbc8egtz31y986mwr0","kd75kpec7arn6z2wz641vfaj8n86nab6",[715,714,716,214,713],{"evaluatedAt":723,"extractAt":724,"updatedAt":723},1778698655875,1778698144006]