[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ognjengt-cro-optimization-zh-CN":3,"guides-for-ognjengt-cro-optimization":557,"similar-k17a88vf6be07w8nhtnp2qbs2186mvdh-zh-CN":558},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":223,"parentExtension":244,"providers":305,"relations":309,"repo":311,"tags":554,"workflow":555},1778695149438.0562,"k17a88vf6be07w8nhtnp2qbs2186mvdh",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"分析登录页面并提供详细的CRO（转化率优化）建议。当用户提供登录页面URL或HTML/CSS代码并需要优化建议以最大化转化次数、注册量或销售量时使用。提取页面元素，根据成熟的CRO原则进行审计，并以报告形式提供可操作的建议。",{"claudeCode":12},"ognjengt/founder-skills","cro-optimization","https://github.com/ognjengt/founder-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":237},1778695149438.0564,"kn78ncpz1t1943h7w4g3sdxnm586mr8v","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"tier":216,"useCases":217},[21,26,29,32,36,39,43,47,51,54,58,63,66,70,73,76,79,82,85,88,92,96,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,189],{"category":22,"check":23,"severity":24,"summary":25},"实用性","问题相关性","pass","描述清楚地指出了为登录页面提供转化率优化（CRO）建议的问题，并明确了用户最大化转化次数、注册量或销售量的需求。",{"category":22,"check":27,"severity":24,"summary":28},"独特卖点","该技能利用特定的参考文件（CRO原则、模式、审计框架）和业务背景，提供了一个结构化的多步骤分析过程，提供了超越通用LLM响应的价值。",{"category":22,"check":30,"severity":24,"summary":31},"生产就绪性","该技能已完全实现，具有清晰的说明、强制性的参考文件读取、元素提取、针对原则的审计以及结构化的输出格式，涵盖了完整的CRO分析生命周期。",{"category":33,"check":34,"severity":24,"summary":35},"范围","单一职责原则","该技能专注于单一领域：分析登录页面以提供CRO建议，具有清晰的输入和定义的输出格式。",{"category":33,"check":37,"severity":24,"summary":38},"描述质量","显示的描述准确地反映了技能的功能，清楚地说明了其目的、使用场景和输出格式。",{"category":40,"check":41,"severity":24,"summary":42},"调用","范围限定的工具","该技能使用特定的、狭窄的工具，如“Read”和“WebFetch”，并暗示了内部分析逻辑，避免了单一的通用“execute”命令。",{"category":44,"check":45,"severity":24,"summary":46},"文档","配置和参数参考","所有参数和执行模式（$ARGUMENTS）都在SKILL.md中得到了清晰的记录，并根据输入提供了明确的指示。",{"category":33,"check":48,"severity":49,"summary":50},"工具命名","not_applicable","该技能主要使用内部逻辑和一些通用的Claude工具调用（'Read'、'WebFetch'），没有用户可见的命令名称可供评估。",{"category":33,"check":52,"severity":24,"summary":53},"最小I/O接口","输入定义清晰（URL或HTML/CSS，或上下文文件），预期的输出是结构化的markdown报告，没有不必要的数据请求或返回。",{"category":55,"check":56,"severity":24,"summary":57},"许可证","许可证可用性","该项目已获得MIT许可证，如附带的LICENSE文件和README所示。",{"category":59,"check":60,"severity":61,"summary":62},"维护","提交近况","warning","最后一次提交是在2026年2月12日，距今已超过3个月，这表明可能已停止维护。",{"category":59,"check":64,"severity":49,"summary":65},"依赖管理","该技能似乎不使用任何第三方依赖项，除了标准的Claude工具集成。",{"category":67,"check":68,"severity":49,"summary":69},"安全","秘密管理","该技能似乎不处理或暴露任何秘密。",{"category":67,"check":71,"severity":24,"summary":72},"注入","该技能明确将参考文件视为数据，并要求读取它们，而不是执行其内容作为指令。",{"category":67,"check":74,"severity":24,"summary":75},"传递性供应链的雷管","该技能依赖于捆绑的参考文件和'WebFetch'工具来获取外部内容，并指示将获取的内容视为数据而非指令。",{"category":67,"check":77,"severity":24,"summary":78},"沙盒隔离","该技能处理提供给它的输入（URL、HTML/CSS）和捆绑的参考文件，没有迹象表明它试图修改其范围之外的文件。",{"category":67,"check":80,"severity":24,"summary":81},"沙盒逃逸原语","在技能的逻辑中，没有迹象表明存在分离的进程生成或在拒绝的工具调用周围存在重试循环。",{"category":67,"check":83,"severity":24,"summary":84},"数据泄露","该技能的目的是进行分析和报告；它似乎不读取或向第三方提交机密数据。",{"category":67,"check":86,"severity":24,"summary":87},"隐藏文本技巧","捆绑的SKILL.md和参考文件似乎没有隐藏的操控技巧，依靠清晰的文本和markdown。",{"category":89,"check":90,"severity":24,"summary":91},"钩子","不透明的代码执行","技能的逻辑是用纯文本markdown和顺序步骤描述的，没有混淆代码、base64有效负载或运行时脚本获取的证据。",{"category":93,"check":94,"severity":24,"summary":95},"可移植性","结构假设","该技能关于项目结构的假设仅限于其自身参考文件和可选的'FOUNDER_CONTEXT.md'的位置，这些都有明确的文档记录。",{"category":97,"check":98,"severity":24,"summary":99},"信任","问题关注度","该存储库在过去90天内有0个打开和0个关闭的问题，这表明项目是新的、没有报告问题，或者禁用了问题，这对于新/小型项目来说被认为是良好的参与度。",{"category":101,"check":102,"severity":61,"summary":103},"版本控制","发布管理","SKILL.md frontmatter或GitHub releases中没有明确声明版本控制，并且安装说明指向'main'，使得固定特定版本变得困难。",{"category":105,"check":106,"severity":24,"summary":107},"代码执行","验证","该技能定义了清晰的输入预期（$ARGUMENTS）和过程步骤，暗示在继续之前会验证输入类型（URL或HTML/CSS）和上下文。",{"category":67,"check":109,"severity":24,"summary":110},"无保护的破坏性操作","该技能纯粹是分析性的，不执行任何破坏性操作。",{"category":105,"check":112,"severity":24,"summary":113},"错误处理","SKILL.md规定了清晰的失败模式（例如，未读取参考文件），并提供了报告和等待用户输入的指令，表明了结构化的错误处理方法。",{"category":105,"check":115,"severity":49,"summary":116},"日志记录","该技能是分析性的，不执行破坏性操作或进行需要本地审计日志记录的出站调用。",{"category":118,"check":119,"severity":49,"summary":120},"合规性","GDPR","该技能分析登录页面内容，似乎不直接处理个人数据。",{"category":118,"check":122,"severity":24,"summary":123},"目标市场","该技能的功能对于登录页面分析是通用的，没有表现出任何地区或司法管辖区的限制；targetMarket设置为'global'。",{"category":93,"check":125,"severity":24,"summary":126},"运行时稳定性","该技能依赖于标准的Claude Code工具（Read、WebFetch）和markdown处理，没有关于特定shell、OS或运行时环境的明显假设。",{"category":44,"check":128,"severity":24,"summary":129},"README","README.md提供了技能包的清晰概述、安装说明以及对'cro-optimization'技能的描述。",{"category":33,"check":131,"severity":49,"summary":132},"工具表面积","这是一个使用Claude内部工具的技能，而不是一个具有独特命令列表的CLI或MCP。",{"category":40,"check":134,"severity":49,"summary":135},"重叠的近义词工具","该技能主要使用内部逻辑和标准的Claude工具，而不是一套复杂的重叠自定义工具。",{"category":44,"check":137,"severity":24,"summary":138},"虚假功能","所有宣传的功能，包括基于CRO原则的详细分析和结构化报告，都得到了SKILL.md和参考文件的支持。",{"category":140,"check":141,"severity":24,"summary":142},"安装","安装说明","README通过npx和手动复制提供了清晰的安装说明，以及调用技能包的用法示例。",{"category":144,"check":145,"severity":24,"summary":146},"错误","可操作的错误消息","SKILL.md概述了缺失输入或未读取参考文件时的特定响应，并指导用户如何进行。",{"category":148,"check":149,"severity":49,"summary":150},"执行","固定的依赖项","该技能不使用需要固定的第三方依赖项。",{"category":33,"check":152,"severity":49,"summary":153},"无风险运行预览","该技能纯粹是分析性的，没有需要无风险运行预览的状态更改操作。",{"category":155,"check":156,"severity":49,"summary":157},"协议","幂等重试和超时","该技能同步处理提供的数据，不涉及需要幂等性或超时设置的远程调用或状态更改操作。",{"category":118,"check":159,"severity":49,"summary":160},"遥测选择加入","没有迹象表明该技能会发送遥测数据。",{"category":40,"check":162,"severity":24,"summary":163},"精确目的","描述清楚地说明了该技能分析登录页面以提供CRO建议，指定了输入（URL/HTML/CSS）和输出（报告），并将其用法与最大化转化次数联系起来。",{"category":40,"check":165,"severity":24,"summary":166},"简洁的Frontmatter","frontmatter简洁，清楚地定义了技能的名称、描述和主要用例，且在字符限制内。",{"category":44,"check":168,"severity":24,"summary":169},"简洁的正文","SKILL.md结构良好，包含清晰的部分，并将更深入的内容委托给参考文件，保持在合理的长度限制内。",{"category":171,"check":172,"severity":24,"summary":173},"上下文","渐进式披露","SKILL.md有效地概述了过程，并链接到CRO原则、模式和审计框架的详细参考文件，展示了渐进式披露。",{"category":171,"check":175,"severity":49,"summary":176},"分支探索","该技能执行集中式分析，不进行需要分支上下文的深度探索。",{"category":22,"check":178,"severity":24,"summary":179},"用法示例","SKILL.md包含一个详细的'质量检查表'，可作为自我验证机制，README提供了技能包的调用示例。",{"category":22,"check":181,"severity":24,"summary":182},"边缘情况","SKILL.md记录了特定的失败模式，如缺失输入或参考文件，并提供了明确的恢复步骤（等待用户输入）。",{"category":105,"check":184,"severity":49,"summary":185},"工具回退","该技能使用标准的Claude Code工具，不依赖于具有回退功能的外部MCP服务器或工具。",{"category":67,"check":187,"severity":24,"summary":188},"意外状态下的停止","SKILL.md明确指示代理在未满足前提条件（如读取参考文件）时停止并等待用户输入，从而防止意外状态。",{"category":93,"check":190,"severity":24,"summary":191},"跨技能耦合","该技能是独立的，专注于登录页面分析。虽然它可以使用FOUNDER_CONTEXT.md，但这是可选的且有明确的文档记录，而不是隐含的依赖项。",1778694890201,"此技能通过提取关键元素，根据一套全面的CRO原则和高转化模式进行审计，然后提供结构化的报告和具体的优化建议来分析登录页面。",[195,196,197,198,199],"基于13个原则的详细CRO分析","提取关键页面元素（排版、视觉效果、CTA）","与高转化模式（Notion、Stripe、Apple）进行比较","结构化报告，包含可操作的建议和示例","使用FOUNDER_CONTEXT.md进行个性化",[201,202,203],"直接执行A/B测试。","编写实际实施更改的代码。","提供与登录页面元素无关的通用营销建议。","3.0.0","4.4.0","提供专家级的转化率优化（CRO）分析和可操作的建议，适用于任何登录页面，帮助用户最大化转化次数、注册量或销售量。","该扩展的质量非常高，具有明确的目的、强大的实现和跨SKILL.md及参考文件的出色文档。唯一的小发现是提交的近况和缺乏明确的版本控制。",95,"一个用于分析登录页面并提供详细、可操作的CRO建议的高效技能。",[211,212,213,214,215],"cro","landing-page","optimization","marketing","conversion","community",[218,219,220],"当用户提供登录页面URL或HTML/CSS代码以进行优化时。","当用户需要建议来最大化登录页面的转化次数、注册量或销售量时。","当用户需要对页面元素进行系统性审计，以对照成熟的CRO最佳实践时。",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"popularity":232,"security":233,"testCoverage":236},{"hasLockfile":223},false,1778694871727,{"descriptionLength":226,"readmeSize":227},349,4610,{"closedIssues90d":8,"forks":229,"hasChangelog":223,"openIssues90d":8,"pushedAt":230,"stars":231},16,1770890990000,162,{"npmDownloads":8},{"hasNpmPackage":234,"license":235,"smitheryVerified":223},true,"MIT",{"hasCi":223,"hasTests":223},{"updatedAt":238},1778695149438,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},"skills/cro-optimization","ognjengt","founder-skills","skill",{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":252,"parentExtension":256,"providers":290,"relations":300,"tags":301,"workflow":302},1778694811971.6494,"k170ydj4magdfn5r5dmnaggd1986m422",{"reviewCount":8},{"description":249,"installMethods":250,"name":251,"sourceUrl":14},"20+ proven marketing, copywriting, and product skills for founders, marketers, and business owners",{"claudeCode":242},"Founder Skills",{"basePath":253,"githubOwner":241,"githubRepo":242,"locale":254,"slug":242,"type":255},"","en","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":263,"providers":265,"relations":283,"tags":285,"workflow":286},1778694811971.6492,"k175kfqvfcdefqx05rgbwb1v7186mp22",{"reviewCount":8},{"description":261,"installMethods":262,"name":242,"sourceUrl":14},"Claude Code skills for founders — SOPs, CRO, content creation, outreach, and strategic planning",{"claudeCode":12},{"basePath":253,"githubOwner":241,"githubRepo":242,"locale":254,"slug":242,"type":264},"marketplace",{"evaluate":266,"extract":277},{"promptVersionExtension":267,"promptVersionScoring":205,"score":268,"tags":269,"targetMarket":276,"tier":216},"3.1.0",78,[270,214,271,272,273,274,275,211],"founder","content-creation","business","strategy","sop","copywriting","global",{"commitSha":278,"marketplace":279,"plugin":281},"HEAD",{"name":242,"pluginCount":280},1,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd70j7a6xkcc8dvzgj8g3b123d86mk5c",[272,271,275,211,270,214,274,273],{"evaluatedAt":287,"extractAt":288,"updatedAt":289},1778694827036,1778694811971,1778695253496,{"evaluate":291,"extract":297},{"promptVersionExtension":204,"promptVersionScoring":205,"score":292,"tags":293,"targetMarket":276,"tier":296},97,[214,275,294,295,272],"product-strategy","founder-tools","verified",{"commitSha":278,"license":235,"plugin":298},{"mcpCount":8,"provider":282,"skillCount":299},15,{"parentExtensionId":258,"repoId":284},[272,275,295,214,294],{"evaluatedAt":303,"extractAt":288,"updatedAt":304},1778694840892,1778695253695,{"evaluate":306,"extract":308},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":307,"targetMarket":276,"tier":216},[211,212,213,214,215],{"commitSha":278},{"parentExtensionId":246,"repoId":284,"translatedFrom":310},"k17cr5xc02bq4fpg5r7gstrtf186m357",{"_creationTime":312,"_id":284,"identity":313,"providers":314,"workflow":549},1778694805815.3408,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":315,"discover":541,"extract":544,"github":545,"npm":548},{"commitSha":278,"extensions":316},[317,330,372,387,395,408,416,426,438,448,460,470,478,488,496,504,517,531],{"basePath":253,"description":261,"displayName":242,"installMethods":318,"rationale":319,"selectedPaths":320,"source":329,"sourceLanguage":254,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[321,324,326],{"path":322,"priority":323},".claude-plugin/marketplace.json","mandatory",{"path":325,"priority":323},"README.md",{"path":327,"priority":328},"LICENSE","high","rule",{"basePath":253,"description":249,"displayName":242,"installMethods":331,"license":235,"rationale":332,"selectedPaths":333,"source":329,"sourceLanguage":254,"type":255},{"claudeCode":242},"plugin manifest at .claude-plugin/plugin.json",[334,336,337,338,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369],{"path":335,"priority":323},".claude-plugin/plugin.json",{"path":325,"priority":323},{"path":327,"priority":328},{"path":339,"priority":340},"skills/brand-copywriter/SKILL.md","medium",{"path":342,"priority":340},"skills/competitor-intel/SKILL.md",{"path":344,"priority":340},"skills/cro-optimization/SKILL.md",{"path":346,"priority":340},"skills/go-to-market-plan/SKILL.md",{"path":348,"priority":340},"skills/lead-magnet-generator/SKILL.md",{"path":350,"priority":340},"skills/linkedin-writer/SKILL.md",{"path":352,"priority":340},"skills/marketing-ideas/SKILL.md",{"path":354,"priority":340},"skills/outreach-specialist/SKILL.md",{"path":356,"priority":340},"skills/prd-generator/SKILL.md",{"path":358,"priority":340},"skills/pricing-strategist/SKILL.md",{"path":360,"priority":340},"skills/product-hunt-launch-plan/SKILL.md",{"path":362,"priority":340},"skills/sop-creator/SKILL.md",{"path":364,"priority":340},"skills/strategic-planning/SKILL.md",{"path":366,"priority":340},"skills/viral-hook-creator/SKILL.md",{"path":368,"priority":340},"skills/x-writer/SKILL.md",{"path":370,"priority":371},"bin/cli.js","low",{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":329,"sourceLanguage":254,"type":243},"skills/brand-copywriter","Writes marketing copy using proven copywriting frameworks. Use when user needs copy for ads (Facebook, Instagram, TikTok, YouTube), landing pages, sales pages, email sequences, LinkedIn posts, product descriptions, or any marketing content.","brand-copywriter",{"claudeCode":12},"SKILL.md frontmatter at skills/brand-copywriter/SKILL.md",[379,381,383,385],{"path":380,"priority":323},"SKILL.md",{"path":382,"priority":340},"references/.gitkeep",{"path":384,"priority":340},"references/copy_frameworks.md",{"path":386,"priority":340},"references/writing_styles.md",{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":329,"sourceLanguage":254,"type":243},"skills/competitor-intel","Analyzes competitors using web research to provide verified business metrics, actionable leverage strategies, and predicted next moves. Use when user needs competitive intelligence, competitor analysis, market positioning insights, or strategic leverage opportunities.","competitor-intel",{"claudeCode":12},"SKILL.md frontmatter at skills/competitor-intel/SKILL.md",[394],{"path":380,"priority":323},{"basePath":240,"description":396,"displayName":13,"installMethods":397,"rationale":398,"selectedPaths":399,"source":329,"sourceLanguage":254,"type":243},"Analyzes landing pages and provides detailed CRO (Conversion Rate Optimization) recommendations. Use when user provides a landing page URL or HTML/CSS code and needs optimization advice to maximize conversions, signups, or sales. Extracts page elements, audits against proven CRO principles, and delivers actionable recommendations in report format.",{"claudeCode":12},"SKILL.md frontmatter at skills/cro-optimization/SKILL.md",[400,401,402,404,406],{"path":380,"priority":323},{"path":382,"priority":340},{"path":403,"priority":340},"references/cro_principles.md",{"path":405,"priority":340},"references/element_audit_framework.md",{"path":407,"priority":340},"references/landing_page_patterns.md",{"basePath":409,"description":410,"displayName":411,"installMethods":412,"rationale":413,"selectedPaths":414,"source":329,"sourceLanguage":254,"type":243},"skills/go-to-market-plan","Analyzes the founder's business context to deliver 3 best go-to-market strategies tailored to their current stage, product, and market. Asks up to 10 diagnostic questions when needed to understand product readiness, target market clarity, competitive positioning, and distribution channels. Use when user needs go-to-market strategy, launch planning, market entry strategy, or actionable GTM roadmap.","go-to-market-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/go-to-market-plan/SKILL.md",[415],{"path":380,"priority":323},{"basePath":417,"description":418,"displayName":419,"installMethods":420,"rationale":421,"selectedPaths":422,"source":329,"sourceLanguage":254,"type":243},"skills/lead-magnet-generator","Creates viral lead magnet posts that drive comments and DMs. Produces 2 versions - a quick punchy format and a detailed format with bullet points. Use when user needs social media posts to give away a lead magnet in exchange for engagement.","lead-magnet-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/lead-magnet-generator/SKILL.md",[423,424],{"path":380,"priority":323},{"path":425,"priority":340},"references/lead-magnet-patterns.md",{"basePath":427,"description":428,"displayName":429,"installMethods":430,"rationale":431,"selectedPaths":432,"source":329,"sourceLanguage":254,"type":243},"skills/linkedin-writer","Creates viral LinkedIn posts using proven formats, post templates, and voice matching. Use when user needs engaging, high-performing posts for LinkedIn.","linkedin-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-writer/SKILL.md",[433,434,436],{"path":380,"priority":323},{"path":435,"priority":340},"references/linkedin-formats.md",{"path":437,"priority":340},"references/linkedin-posts.md",{"basePath":439,"description":440,"displayName":441,"installMethods":442,"rationale":443,"selectedPaths":444,"source":329,"sourceLanguage":254,"type":243},"skills/marketing-ideas","Produces the best marketing ideas for your business by analyzing your FOUNDER_CONTEXT and matching it against a curated database of 170+ proven marketing strategies. Use when user needs creative, actionable marketing ideas tailored to their business.","marketing-ideas",{"claudeCode":12},"SKILL.md frontmatter at skills/marketing-ideas/SKILL.md",[445,446],{"path":380,"priority":323},{"path":447,"priority":340},"references/marketing-ideas-database.md",{"basePath":449,"description":450,"displayName":451,"installMethods":452,"rationale":453,"selectedPaths":454,"source":329,"sourceLanguage":254,"type":243},"skills/outreach-specialist","Crafts high-converting outreach messages and email sequences for cold outreach, LinkedIn DMs, and follow-ups. Use when user needs personalized outreach messages that book calls and get replies.","outreach-specialist",{"claudeCode":12},"SKILL.md frontmatter at skills/outreach-specialist/SKILL.md",[455,456,458],{"path":380,"priority":323},{"path":457,"priority":340},"references/outreach-templates.md",{"path":459,"priority":340},"references/sequence-strategy.md",{"basePath":461,"description":462,"displayName":463,"installMethods":464,"rationale":465,"selectedPaths":466,"source":329,"sourceLanguage":254,"type":243},"skills/prd-generator","Generates professional PRD (Product Requirements Document) files optimized for AI coding tools. Takes a rough product idea, asks clarifying questions, and outputs a structured PDF ready to feed into AI coding assistants.","prd-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/prd-generator/SKILL.md",[467,468],{"path":380,"priority":323},{"path":469,"priority":340},"references/prd_template.md",{"basePath":471,"description":472,"displayName":473,"installMethods":474,"rationale":475,"selectedPaths":476,"source":329,"sourceLanguage":254,"type":243},"skills/pricing-strategist","Builds comprehensive pricing strategies by reading business context and asking targeted questions interactively. Use when user needs pricing plans, tier structures, price points, pricing model recommendations, or any pricing-related strategy for their product or service.","pricing-strategist",{"claudeCode":12},"SKILL.md frontmatter at skills/pricing-strategist/SKILL.md",[477],{"path":380,"priority":323},{"basePath":479,"description":480,"displayName":481,"installMethods":482,"rationale":483,"selectedPaths":484,"source":329,"sourceLanguage":254,"type":243},"skills/product-hunt-launch-plan","Creates a comprehensive, personalized Product Hunt launch plan to rank","product-hunt-launch-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/product-hunt-launch-plan/SKILL.md",[485,486],{"path":380,"priority":323},{"path":487,"priority":340},"references/ultimate_product_hunt_launch_guide.md",{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":329,"sourceLanguage":254,"type":243},"skills/sop-creator","Creates detailed Standard Operating Procedures (SOPs) for business processes. Use when user needs SOPs, process documentation, operational guides, workflow documentation, or step-by-step instructions for repeatable business processes.","sop-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/sop-creator/SKILL.md",[495],{"path":380,"priority":323},{"basePath":497,"description":498,"displayName":499,"installMethods":500,"rationale":501,"selectedPaths":502,"source":329,"sourceLanguage":254,"type":243},"skills/strategic-planning","Analyzes the founder's business context to deliver the 3 highest-impact next moves for growth (marketing or sales). Asks up to 10 diagnostic questions when needed to uncover bottlenecks, struggles, and opportunities. Use when user needs strategic guidance, next steps, growth planning, or actionable business strategy.","strategic-planning",{"claudeCode":12},"SKILL.md frontmatter at skills/strategic-planning/SKILL.md",[503],{"path":380,"priority":323},{"basePath":505,"description":506,"displayName":507,"installMethods":508,"rationale":509,"selectedPaths":510,"source":329,"sourceLanguage":254,"type":243},"skills/viral-hook-creator","Creates viral social media hooks using proven psychological patterns and trigger words. Use when user needs attention-grabbing openings for posts, threads, videos, or content.","viral-hook-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/viral-hook-creator/SKILL.md",[511,512,513,515],{"path":380,"priority":323},{"path":382,"priority":340},{"path":514,"priority":340},"references/hook-patterns.md",{"path":516,"priority":340},"references/trigger_words.md",{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":329,"sourceLanguage":254,"type":243},"skills/x-writer","Creates viral X (Twitter) posts using proven formats, post templates, and creator voice matching. Use when user needs engaging, high-performing posts for X/Twitter.","x-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/x-writer/SKILL.md",[524,525,527,529],{"path":380,"priority":323},{"path":526,"priority":340},"references/formats.md",{"path":528,"priority":340},"references/posts.md",{"path":530,"priority":340},"references/voices.md",{"basePath":253,"description":261,"displayName":242,"installMethods":532,"license":235,"rationale":533,"selectedPaths":534,"source":329,"sourceLanguage":254,"type":540},{"npm":242},"cli ecosystem detected at /",[535,537,538,539],{"path":536,"priority":323},"package.json",{"path":325,"priority":323},{"path":327,"priority":328},{"path":370,"priority":340},"cli",{"sources":542},[543],"manual",{"npmPackage":242},{"closedIssues90d":8,"description":546,"forks":229,"license":235,"openIssues90d":8,"pushedAt":230,"readmeSize":227,"stars":231,"topics":547},"Claude skills for founders",[],{"downloads":8},{"classifiedAt":550,"discoverAt":551,"extractAt":552,"githubAt":552,"npmAt":553,"updatedAt":550},1778694811788,1778694805815,1778694808620,1778694810372,[215,211,212,214,213],{"evaluatedAt":556,"extractAt":288,"updatedAt":238},1778694890313,[],[559,586,614,641,667,685],{"_creationTime":560,"_id":561,"community":562,"display":563,"identity":569,"providers":573,"relations":580,"tags":582,"workflow":583},1778688112811.7378,"k17crpxz078p52yshytc3weaw586nfqq",{"reviewCount":8},{"description":564,"installMethods":565,"name":567,"sourceUrl":568},"Master the art of calls-to-action that convert. Direct CTAs, transitional CTAs, button copy, and microcopy that turns readers into customers. Use when: Writing button text for landing pages and emails; Creating CTAs for different stages of awareness; Designing click-worthy microcopy; A/B testing CTA variations; Building email sequences with graduated CTAs",{"claudeCode":566},"guia-matthieu/clawfu-skills","cta-writing","https://github.com/guia-matthieu/clawfu-skills",{"basePath":570,"githubOwner":571,"githubRepo":572,"locale":254,"slug":567,"type":243},"skills/content/cta-writing","guia-matthieu","clawfu-skills",{"evaluate":574,"extract":579},{"promptVersionExtension":204,"promptVersionScoring":205,"score":575,"tags":576,"targetMarket":276,"tier":296},99,[577,275,215,214,578,212],"cta","sales",{"commitSha":278},{"repoId":581},"kd72qvzyvm658ya7pbyh5ey47h86md53",[215,275,577,212,214,578],{"evaluatedAt":584,"extractAt":585,"updatedAt":584},1778689188344,1778688112811,{"_creationTime":587,"_id":588,"community":589,"display":590,"identity":596,"providers":600,"relations":608,"tags":610,"workflow":611},1778685991755.7432,"k17dpkejqnb8vq0hmhbbvgf05x86nbhj",{"reviewCount":8},{"description":591,"installMethods":592,"name":594,"sourceUrl":595},"When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions \"signup conversions,\" \"registration friction,\" \"signup form optimization,\" \"free trial signup,\" \"reduce signup dropoff,\" or \"account creation flow.\" For post-signup onboarding, see onboarding-cro. For lead capture forms (not account creation), see form-cro.",{"claudeCode":593},"davila7/claude-code-templates","signup-flow-cro","https://github.com/davila7/claude-code-templates",{"basePath":597,"githubOwner":598,"githubRepo":599,"locale":254,"slug":594,"type":243},"cli-tool/components/skills/business-marketing/signup-flow-cro","davila7","claude-code-templates",{"evaluate":601,"extract":607},{"promptVersionExtension":204,"promptVersionScoring":205,"score":602,"tags":603,"targetMarket":276,"tier":296},98,[211,604,213,215,605,606],"signup","ux","product-management",{"commitSha":278},{"repoId":609},"kd71fzn4s7r0269fkw47wt670n86ndz0",[215,211,213,606,604,605],{"evaluatedAt":612,"extractAt":613,"updatedAt":612},1778690335835,1778685991755,{"_creationTime":615,"_id":616,"community":617,"display":618,"identity":624,"providers":628,"relations":634,"tags":637,"workflow":638},1778675056600.2617,"k17d03en7pf5xh5sm84xm6b1mn86nb30",{"reviewCount":8},{"description":619,"installMethods":620,"name":622,"sourceUrl":623},"When the user wants to create or optimize popups, modals, overlays, slide-ins, or banners for conversion purposes. Also use when the user mentions \"exit intent,\" \"popup conversions,\" \"modal optimization,\" \"lead capture popup,\" \"email popup,\" \"announcement banner,\" or \"overlay.\" For forms outside of popups, see form-cro. For general page conversion optimization, see page-cro.",{"claudeCode":621},"alirezarezvani/claude-skills","popup-cro","https://github.com/alirezarezvani/claude-skills",{"basePath":625,"githubOwner":626,"githubRepo":627,"locale":254,"slug":622,"type":243},"marketing-skill/skills/popup-cro","alirezarezvani","claude-skills",{"evaluate":629,"extract":633},{"promptVersionExtension":204,"promptVersionScoring":205,"score":602,"tags":630,"targetMarket":276,"tier":296},[214,215,631,632,211],"popup","modal",{"commitSha":278},{"parentExtensionId":635,"repoId":636},"k170sws65f0ebecn36z3q8c2z186m477","kd7ff9s1w43mfyy1n7hf87816186m6px",[215,211,214,632,631],{"evaluatedAt":639,"extractAt":640,"updatedAt":639},1778684900491,1778675056600,{"_creationTime":642,"_id":643,"community":644,"display":645,"identity":651,"providers":655,"relations":660,"tags":663,"workflow":664},1778685615701.8389,"k176aqzy2cchw78y20m1tbfh7h86n5q9",{"reviewCount":8},{"description":646,"installMethods":647,"name":649,"sourceUrl":650},"When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says \"CRO,\" \"conversion rate optimization,\" \"this page isn't converting,\" \"improve conversions,\" \"why isn't this page working,\" \"my landing page sucks,\" \"nobody's converting,\" \"low conversion rate,\" \"bounce rate is too high,\" \"people leave without signing up,\" or \"this page needs work.\" Use this even if the user just shares a URL and asks for feedback — they probably want conversion help. For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.",{"claudeCode":648},"coreyhaines31/marketingskills","page-cro","https://github.com/coreyhaines31/marketingskills",{"basePath":652,"githubOwner":653,"githubRepo":654,"locale":254,"slug":649,"type":243},"skills/page-cro","coreyhaines31","marketingskills",{"evaluate":656,"extract":659},{"promptVersionExtension":204,"promptVersionScoring":205,"score":602,"tags":657,"targetMarket":276,"tier":296},[211,214,658,212,578],"conversion-rate-optimization",{"commitSha":278},{"parentExtensionId":661,"repoId":662},"k175jvka8cxxkf91gk8qy25r8186npjr","kd7a4vjty5ay3s25r82cm72wdn86nmg0",[658,211,212,214,578],{"evaluatedAt":665,"extractAt":666,"updatedAt":665},1778686223451,1778685615701,{"_creationTime":668,"_id":669,"community":670,"display":671,"identity":674,"providers":676,"relations":681,"tags":682,"workflow":683},1778675056600.261,"k176c8ac98zcqqtyyergvbqg3586mtzm",{"reviewCount":8},{"description":672,"installMethods":673,"name":649,"sourceUrl":623},"When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says \"CRO,\" \"conversion rate optimization,\" \"this page isn't converting,\" \"improve conversions,\" or \"why isn't this page working.\" For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.",{"claudeCode":621},{"basePath":675,"githubOwner":626,"githubRepo":627,"locale":254,"slug":649,"type":243},"marketing-skill/skills/page-cro",{"evaluate":677,"extract":680},{"promptVersionExtension":204,"promptVersionScoring":205,"score":602,"tags":678,"targetMarket":276,"tier":296},[214,211,658,212,679],"website-analysis",{"commitSha":278},{"parentExtensionId":635,"repoId":636},[658,211,212,214,679],{"evaluatedAt":684,"extractAt":640,"updatedAt":684},1778684823401,{"_creationTime":686,"_id":687,"community":688,"display":689,"identity":695,"providers":699,"relations":705,"tags":707,"workflow":708},1778684091954.6719,"k176th2hbp838sarjw1bpbvmhd86m0k5",{"reviewCount":8},{"description":690,"installMethods":691,"name":693,"sourceUrl":694},"CRO review of a landing page with specific conversion recommendations",{"claudeCode":692},"cognyai/claude-code-marketing-skills","landing-page-review","https://github.com/cognyai/claude-code-marketing-skills",{"basePath":696,"githubOwner":697,"githubRepo":698,"locale":254,"slug":693,"type":243},"skills/landing-page-review","cognyai","claude-code-marketing-skills",{"evaluate":700,"extract":704},{"promptVersionExtension":204,"promptVersionScoring":205,"score":602,"tags":701,"targetMarket":276,"tier":296},[702,211,212,214,703],"seo","conversion-optimization",{"commitSha":278},{"repoId":706},"kd7371gwzbdr07nc839hsmagw986nje6",[703,211,212,214,702],{"evaluatedAt":709,"extractAt":710,"updatedAt":709},1778684574670,1778684091954]