[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ognjengt-cro-optimization-en":3,"guides-for-ognjengt-cro-optimization":555,"similar-k17cr5xc02bq4fpg5r7gstrtf186m357-en":556},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":225,"parentExtension":246,"providers":305,"relations":309,"repo":310,"tags":552,"workflow":553},1778694811971.6501,"k17cr5xc02bq4fpg5r7gstrtf186m357",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"ognjengt/founder-skills","cro-optimization","https://github.com/ognjengt/founder-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778694890313.5461,"kn7bmxzd813ss6farjvzd2rf7h86nc6s","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[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,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of needing Conversion Rate Optimization advice for landing pages and specifies the user's need for maximizing conversions, signups, or sales.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured, multi-step analysis process leveraging specific reference files (CRO principles, patterns, audit framework) and business context, offering value beyond a generic LLM response.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is fully implemented with clear instructions, mandatory reference file reading, element extraction, auditing against principles, and a structured output format, covering the complete CRO analysis lifecycle.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single domain: analyzing landing pages for CRO recommendations, with clear inputs and a defined output format.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, clearly stating its purpose, usage scenarios, and output format.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, narrow tools like 'Read', 'WebFetch', and implies internal analysis logic, avoiding a single generalist 'execute' command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters and execution modes ($ARGUMENTS) are clearly documented in the SKILL.md, with explicit instructions on how to proceed based on input.",{"category":33,"check":48,"severity":49,"summary":50},"Tool naming","not_applicable","The skill primarily uses internal logic and a few generic Claude tool calls ('Read', 'WebFetch'), which do not have user-facing command names to evaluate.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Inputs are clearly defined (URL or HTML/CSS, or contextual file), and the expected output is a structured markdown report, with no unnecessary data requested or returned.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project is licensed under the MIT license, as indicated by the bundled LICENSE file and README.",{"category":59,"check":60,"severity":61,"summary":62},"Maintenance","Commit recency","warning","The last commit was on February 12, 2026, which is over 3 months ago, indicating potential unmaintained status.",{"category":59,"check":64,"severity":49,"summary":65},"Dependency Management","The skill does not appear to use any third-party dependencies beyond standard Claude tool integrations.",{"category":67,"check":68,"severity":49,"summary":69},"Security","Secret Management","The skill does not appear to handle or expose any secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill explicitly treats reference files as data and requires them to be read, without executing their content as instructions.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on bundled reference files and the 'WebFetch' tool for external content, with instructions to treat fetched content as data, not instructions.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill operates on provided input (URL, HTML/CSS) and bundled reference files, with no indication of attempting to modify files outside its scope.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","There are no indications of detached process spawns or retry loops around denied tool calls in the skill's logic.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill's purpose is analysis and reporting; it does not appear to read or submit confidential data to third parties.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled SKILL.md and reference files appear to be free of hidden steering tricks, relying on clear prose and markdown.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The skill's logic is described in plain markdown and sequential steps, with no evidence of obfuscated code, base64 payloads, or runtime script fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill's assumptions about project structure are limited to the location of its own reference files and the optional 'FOUNDER_CONTEXT.md', which are clearly documented.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","The repository has 0 open and 0 closed issues in the last 90 days, indicating either a new project, no issues reported, or disabled issues, which is considered good engagement for a new/small project.",{"category":101,"check":102,"severity":61,"summary":103},"Versioning","Release Management","There is no explicit versioning declared in the SKILL.md frontmatter or GitHub releases, and installation instructions point to 'main', making it difficult to pin a specific version.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The skill defines clear input expectations ($ARGUMENTS) and procedural steps, implying validation of input type (URL or HTML/CSS) and context before proceeding.",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill is purely analytical and does not perform any destructive operations.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The SKILL.md specifies clear failure modes (e.g., not reading reference files) and provides directives for reporting and waiting for user input, indicating a structured error handling approach.",{"category":105,"check":115,"severity":49,"summary":116},"Logging","The skill is analytical and does not perform destructive actions or outbound calls that would require local audit logging.",{"category":118,"check":119,"severity":49,"summary":120},"Compliance","GDPR","The skill analyzes landing page content and does not appear to process personal data directly.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionality is general to landing page analysis and does not exhibit any regional or jurisdictional limitations; targetMarket is set to 'global'.",{"category":93,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard Claude Code tools (Read, WebFetch) and markdown processing, with no apparent assumptions about specific shells, OS, or runtime environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README.md provides a clear overview of the skill pack, installation instructions, and a description of the 'cro-optimization' skill.",{"category":33,"check":131,"severity":49,"summary":132},"Tool surface size","This is a skill that uses Claude's internal tools, not a CLI or MCP with a distinct list of exposed commands.",{"category":40,"check":134,"severity":49,"summary":135},"Overlapping near-synonym tools","The skill primarily uses internal logic and standard Claude tools, not a complex set of overlapping custom tools.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised capabilities, including detailed analysis against CRO principles and structured reporting, are supported by the SKILL.md and reference files.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions via npx and manual copying, along with usage examples for invoking skills.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md outlines specific responses for missing input or when reference files are not read, guiding the user on how to proceed.",{"category":148,"check":149,"severity":49,"summary":150},"Execution","Pinned dependencies","The skill does not use third-party dependencies that would require pinning.",{"category":33,"check":152,"severity":49,"summary":153},"Dry-run preview","The skill is purely analytical and does not have state-changing operations requiring a dry-run preview.",{"category":155,"check":156,"severity":49,"summary":157},"Protocol","Idempotent retry & timeouts","The skill operates synchronously on provided data and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":159,"severity":49,"summary":160},"Telemetry opt-in","There is no indication that the skill emits telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the skill analyzes landing pages for CRO recommendations, specifies the input (URL/HTML/CSS), and the output (report), with usage tied to maximizing conversions.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise, clearly defining the skill's name, description, and primary use case within the character limits.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured with clear sections and delegates deeper material to reference files, staying within reasonable length constraints.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md effectively outlines the process and links to detailed reference files for CRO principles, patterns, and audit frameworks, demonstrating progressive disclosure.",{"category":171,"check":175,"severity":49,"summary":176},"Forked exploration","The skill performs a focused analysis and does not engage in deep exploration that would necessitate a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md includes a detailed 'Quality Checklist' that acts as a self-verification mechanism, and the README provides invocation examples for the skill pack.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md documents specific failure modes, such as missing input or reference files, and provides clear recovery steps (waiting for user input).",{"category":105,"check":184,"severity":49,"summary":185},"Tool Fallback","The skill uses standard Claude Code tools and does not rely on optional external MCP servers or tools with fallbacks.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The SKILL.md explicitly instructs the agent to halt and wait for user input if preconditions like reading reference files are not met, preventing unexpected state.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focuses on landing page analysis. While it can use FOUNDER_CONTEXT.md, this is optional and clearly documented, not an implicit dependency.",1778694890201,"This skill analyzes landing pages by extracting key elements, auditing them against a comprehensive set of CRO principles and high-converting patterns, and then delivering a structured report with specific optimization recommendations.",[196,197,198,199,200],"Detailed CRO analysis based on 13 principles","Extraction of key page elements (typography, visuals, CTAs)","Comparison against high-converting patterns (Notion, Stripe, Apple)","Structured report with actionable recommendations and examples","Personalization using FOUNDER_CONTEXT.md",[202,203,204],"Performing A/B testing directly.","Writing the actual code for implemented changes.","Providing generic marketing advice unrelated to landing page elements.","3.0.0","4.4.0","To provide expert-level Conversion Rate Optimization (CRO) analysis and actionable recommendations for any landing page, helping users maximize conversions, signups, or sales.","The extension is of very high quality, with a clear purpose, robust implementation, and excellent documentation across SKILL.md and reference files. The only minor finding is commit recency and lack of explicit versioning.",95,"A highly effective skill for analyzing landing pages and providing detailed, actionable CRO recommendations.",[212,213,214,215,216],"cro","landing-page","optimization","marketing","conversion","global","community",[220,221,222],"When a user provides a landing page URL or HTML/CSS code for optimization.","When a user needs advice to maximize conversions, signups, or sales on a landing page.","When a user requires a systematic audit of page elements against proven CRO best practices.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"popularity":234,"security":235,"testCoverage":238},{"hasLockfile":225},false,1778694871727,{"descriptionLength":228,"readmeSize":229},349,4610,{"closedIssues90d":8,"forks":231,"hasChangelog":225,"openIssues90d":8,"pushedAt":232,"stars":233},16,1770890990000,162,{"npmDownloads":8},{"hasNpmPackage":236,"license":237,"smitheryVerified":225},true,"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":240},1778694890313,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/cro-optimization","ognjengt","founder-skills","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":254,"parentExtension":257,"providers":290,"relations":300,"tags":301,"workflow":302},1778694811971.6494,"k170ydj4magdfn5r5dmnaggd1986m422",{"reviewCount":8},{"description":251,"installMethods":252,"name":253,"sourceUrl":14},"20+ proven marketing, copywriting, and product skills for founders, marketers, and business owners",{"claudeCode":244},"Founder Skills",{"basePath":255,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"providers":266,"relations":283,"tags":285,"workflow":286},1778694811971.6492,"k175kfqvfcdefqx05rgbwb1v7186mp22",{"reviewCount":8},{"description":262,"installMethods":263,"name":244,"sourceUrl":14},"Claude Code skills for founders — SOPs, CRO, content creation, outreach, and strategic planning",{"claudeCode":12},{"basePath":255,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":265},"marketplace",{"evaluate":267,"extract":277},{"promptVersionExtension":268,"promptVersionScoring":206,"score":269,"tags":270,"targetMarket":217,"tier":218},"3.1.0",78,[271,215,272,273,274,275,276,212],"founder","content-creation","business","strategy","sop","copywriting",{"commitSha":278,"marketplace":279,"plugin":281},"HEAD",{"name":244,"pluginCount":280},1,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd70j7a6xkcc8dvzgj8g3b123d86mk5c",[273,272,276,212,271,215,275,274],{"evaluatedAt":287,"extractAt":288,"updatedAt":289},1778694827036,1778694811971,1778695253496,{"evaluate":291,"extract":297},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":293,"targetMarket":217,"tier":296},97,[215,276,294,295,273],"product-strategy","founder-tools","verified",{"commitSha":278,"license":237,"plugin":298},{"mcpCount":8,"provider":282,"skillCount":299},15,{"parentExtensionId":259,"repoId":284},[273,276,295,215,294],{"evaluatedAt":303,"extractAt":288,"updatedAt":304},1778694840892,1778695253695,{"evaluate":306,"extract":308},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":307,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":278},{"parentExtensionId":248,"repoId":284},{"_creationTime":311,"_id":284,"identity":312,"providers":313,"workflow":547},1778694805815.3408,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":314,"discover":539,"extract":542,"github":543,"npm":546},{"commitSha":278,"extensions":315},[316,329,371,386,394,406,414,424,436,446,458,468,476,486,494,502,515,529],{"basePath":255,"description":262,"displayName":244,"installMethods":317,"rationale":318,"selectedPaths":319,"source":328,"sourceLanguage":18,"type":265},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[320,323,325],{"path":321,"priority":322},".claude-plugin/marketplace.json","mandatory",{"path":324,"priority":322},"README.md",{"path":326,"priority":327},"LICENSE","high","rule",{"basePath":255,"description":251,"displayName":244,"installMethods":330,"license":237,"rationale":331,"selectedPaths":332,"source":328,"sourceLanguage":18,"type":256},{"claudeCode":244},"plugin manifest at .claude-plugin/plugin.json",[333,335,336,337,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368],{"path":334,"priority":322},".claude-plugin/plugin.json",{"path":324,"priority":322},{"path":326,"priority":327},{"path":338,"priority":339},"skills/brand-copywriter/SKILL.md","medium",{"path":341,"priority":339},"skills/competitor-intel/SKILL.md",{"path":343,"priority":339},"skills/cro-optimization/SKILL.md",{"path":345,"priority":339},"skills/go-to-market-plan/SKILL.md",{"path":347,"priority":339},"skills/lead-magnet-generator/SKILL.md",{"path":349,"priority":339},"skills/linkedin-writer/SKILL.md",{"path":351,"priority":339},"skills/marketing-ideas/SKILL.md",{"path":353,"priority":339},"skills/outreach-specialist/SKILL.md",{"path":355,"priority":339},"skills/prd-generator/SKILL.md",{"path":357,"priority":339},"skills/pricing-strategist/SKILL.md",{"path":359,"priority":339},"skills/product-hunt-launch-plan/SKILL.md",{"path":361,"priority":339},"skills/sop-creator/SKILL.md",{"path":363,"priority":339},"skills/strategic-planning/SKILL.md",{"path":365,"priority":339},"skills/viral-hook-creator/SKILL.md",{"path":367,"priority":339},"skills/x-writer/SKILL.md",{"path":369,"priority":370},"bin/cli.js","low",{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":328,"sourceLanguage":18,"type":245},"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",[378,380,382,384],{"path":379,"priority":322},"SKILL.md",{"path":381,"priority":339},"references/.gitkeep",{"path":383,"priority":339},"references/copy_frameworks.md",{"path":385,"priority":339},"references/writing_styles.md",{"basePath":387,"description":388,"displayName":389,"installMethods":390,"rationale":391,"selectedPaths":392,"source":328,"sourceLanguage":18,"type":245},"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",[393],{"path":379,"priority":322},{"basePath":242,"description":10,"displayName":13,"installMethods":395,"rationale":396,"selectedPaths":397,"source":328,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/cro-optimization/SKILL.md",[398,399,400,402,404],{"path":379,"priority":322},{"path":381,"priority":339},{"path":401,"priority":339},"references/cro_principles.md",{"path":403,"priority":339},"references/element_audit_framework.md",{"path":405,"priority":339},"references/landing_page_patterns.md",{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":328,"sourceLanguage":18,"type":245},"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",[413],{"path":379,"priority":322},{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":328,"sourceLanguage":18,"type":245},"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",[421,422],{"path":379,"priority":322},{"path":423,"priority":339},"references/lead-magnet-patterns.md",{"basePath":425,"description":426,"displayName":427,"installMethods":428,"rationale":429,"selectedPaths":430,"source":328,"sourceLanguage":18,"type":245},"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",[431,432,434],{"path":379,"priority":322},{"path":433,"priority":339},"references/linkedin-formats.md",{"path":435,"priority":339},"references/linkedin-posts.md",{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":328,"sourceLanguage":18,"type":245},"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",[443,444],{"path":379,"priority":322},{"path":445,"priority":339},"references/marketing-ideas-database.md",{"basePath":447,"description":448,"displayName":449,"installMethods":450,"rationale":451,"selectedPaths":452,"source":328,"sourceLanguage":18,"type":245},"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",[453,454,456],{"path":379,"priority":322},{"path":455,"priority":339},"references/outreach-templates.md",{"path":457,"priority":339},"references/sequence-strategy.md",{"basePath":459,"description":460,"displayName":461,"installMethods":462,"rationale":463,"selectedPaths":464,"source":328,"sourceLanguage":18,"type":245},"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",[465,466],{"path":379,"priority":322},{"path":467,"priority":339},"references/prd_template.md",{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":328,"sourceLanguage":18,"type":245},"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",[475],{"path":379,"priority":322},{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":328,"sourceLanguage":18,"type":245},"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",[483,484],{"path":379,"priority":322},{"path":485,"priority":339},"references/ultimate_product_hunt_launch_guide.md",{"basePath":487,"description":488,"displayName":489,"installMethods":490,"rationale":491,"selectedPaths":492,"source":328,"sourceLanguage":18,"type":245},"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",[493],{"path":379,"priority":322},{"basePath":495,"description":496,"displayName":497,"installMethods":498,"rationale":499,"selectedPaths":500,"source":328,"sourceLanguage":18,"type":245},"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",[501],{"path":379,"priority":322},{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":328,"sourceLanguage":18,"type":245},"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",[509,510,511,513],{"path":379,"priority":322},{"path":381,"priority":339},{"path":512,"priority":339},"references/hook-patterns.md",{"path":514,"priority":339},"references/trigger_words.md",{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":328,"sourceLanguage":18,"type":245},"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",[522,523,525,527],{"path":379,"priority":322},{"path":524,"priority":339},"references/formats.md",{"path":526,"priority":339},"references/posts.md",{"path":528,"priority":339},"references/voices.md",{"basePath":255,"description":262,"displayName":244,"installMethods":530,"license":237,"rationale":531,"selectedPaths":532,"source":328,"sourceLanguage":18,"type":538},{"npm":244},"cli ecosystem detected at /",[533,535,536,537],{"path":534,"priority":322},"package.json",{"path":324,"priority":322},{"path":326,"priority":327},{"path":369,"priority":339},"cli",{"sources":540},[541],"manual",{"npmPackage":244},{"closedIssues90d":8,"description":544,"forks":231,"license":237,"openIssues90d":8,"pushedAt":232,"readmeSize":229,"stars":233,"topics":545},"Claude skills for founders",[],{"downloads":8},{"classifiedAt":548,"discoverAt":549,"extractAt":550,"githubAt":550,"npmAt":551,"updatedAt":548},1778694811788,1778694805815,1778694808620,1778694810372,[216,212,213,215,214],{"evaluatedAt":240,"extractAt":288,"updatedAt":554},1778695254043,[],[557,584,612,639,665,683],{"_creationTime":558,"_id":559,"community":560,"display":561,"identity":567,"providers":571,"relations":578,"tags":580,"workflow":581},1778688112811.7378,"k17crpxz078p52yshytc3weaw586nfqq",{"reviewCount":8},{"description":562,"installMethods":563,"name":565,"sourceUrl":566},"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":564},"guia-matthieu/clawfu-skills","cta-writing","https://github.com/guia-matthieu/clawfu-skills",{"basePath":568,"githubOwner":569,"githubRepo":570,"locale":18,"slug":565,"type":245},"skills/content/cta-writing","guia-matthieu","clawfu-skills",{"evaluate":572,"extract":577},{"promptVersionExtension":205,"promptVersionScoring":206,"score":573,"tags":574,"targetMarket":217,"tier":296},99,[575,276,216,215,576,213],"cta","sales",{"commitSha":278},{"repoId":579},"kd72qvzyvm658ya7pbyh5ey47h86md53",[216,276,575,213,215,576],{"evaluatedAt":582,"extractAt":583,"updatedAt":582},1778689188344,1778688112811,{"_creationTime":585,"_id":586,"community":587,"display":588,"identity":594,"providers":598,"relations":606,"tags":608,"workflow":609},1778685991755.7432,"k17dpkejqnb8vq0hmhbbvgf05x86nbhj",{"reviewCount":8},{"description":589,"installMethods":590,"name":592,"sourceUrl":593},"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":591},"davila7/claude-code-templates","signup-flow-cro","https://github.com/davila7/claude-code-templates",{"basePath":595,"githubOwner":596,"githubRepo":597,"locale":18,"slug":592,"type":245},"cli-tool/components/skills/business-marketing/signup-flow-cro","davila7","claude-code-templates",{"evaluate":599,"extract":605},{"promptVersionExtension":205,"promptVersionScoring":206,"score":600,"tags":601,"targetMarket":217,"tier":296},98,[212,602,214,216,603,604],"signup","ux","product-management",{"commitSha":278},{"repoId":607},"kd71fzn4s7r0269fkw47wt670n86ndz0",[216,212,214,604,602,603],{"evaluatedAt":610,"extractAt":611,"updatedAt":610},1778690335835,1778685991755,{"_creationTime":613,"_id":614,"community":615,"display":616,"identity":622,"providers":626,"relations":632,"tags":635,"workflow":636},1778675056600.2617,"k17d03en7pf5xh5sm84xm6b1mn86nb30",{"reviewCount":8},{"description":617,"installMethods":618,"name":620,"sourceUrl":621},"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":619},"alirezarezvani/claude-skills","popup-cro","https://github.com/alirezarezvani/claude-skills",{"basePath":623,"githubOwner":624,"githubRepo":625,"locale":18,"slug":620,"type":245},"marketing-skill/skills/popup-cro","alirezarezvani","claude-skills",{"evaluate":627,"extract":631},{"promptVersionExtension":205,"promptVersionScoring":206,"score":600,"tags":628,"targetMarket":217,"tier":296},[215,216,629,630,212],"popup","modal",{"commitSha":278},{"parentExtensionId":633,"repoId":634},"k170sws65f0ebecn36z3q8c2z186m477","kd7ff9s1w43mfyy1n7hf87816186m6px",[216,212,215,630,629],{"evaluatedAt":637,"extractAt":638,"updatedAt":637},1778684900491,1778675056600,{"_creationTime":640,"_id":641,"community":642,"display":643,"identity":649,"providers":653,"relations":658,"tags":661,"workflow":662},1778685615701.8389,"k176aqzy2cchw78y20m1tbfh7h86n5q9",{"reviewCount":8},{"description":644,"installMethods":645,"name":647,"sourceUrl":648},"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":646},"coreyhaines31/marketingskills","page-cro","https://github.com/coreyhaines31/marketingskills",{"basePath":650,"githubOwner":651,"githubRepo":652,"locale":18,"slug":647,"type":245},"skills/page-cro","coreyhaines31","marketingskills",{"evaluate":654,"extract":657},{"promptVersionExtension":205,"promptVersionScoring":206,"score":600,"tags":655,"targetMarket":217,"tier":296},[212,215,656,213,576],"conversion-rate-optimization",{"commitSha":278},{"parentExtensionId":659,"repoId":660},"k175jvka8cxxkf91gk8qy25r8186npjr","kd7a4vjty5ay3s25r82cm72wdn86nmg0",[656,212,213,215,576],{"evaluatedAt":663,"extractAt":664,"updatedAt":663},1778686223451,1778685615701,{"_creationTime":666,"_id":667,"community":668,"display":669,"identity":672,"providers":674,"relations":679,"tags":680,"workflow":681},1778675056600.261,"k176c8ac98zcqqtyyergvbqg3586mtzm",{"reviewCount":8},{"description":670,"installMethods":671,"name":647,"sourceUrl":621},"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":619},{"basePath":673,"githubOwner":624,"githubRepo":625,"locale":18,"slug":647,"type":245},"marketing-skill/skills/page-cro",{"evaluate":675,"extract":678},{"promptVersionExtension":205,"promptVersionScoring":206,"score":600,"tags":676,"targetMarket":217,"tier":296},[215,212,656,213,677],"website-analysis",{"commitSha":278},{"parentExtensionId":633,"repoId":634},[656,212,213,215,677],{"evaluatedAt":682,"extractAt":638,"updatedAt":682},1778684823401,{"_creationTime":684,"_id":685,"community":686,"display":687,"identity":693,"providers":697,"relations":703,"tags":705,"workflow":706},1778684091954.6719,"k176th2hbp838sarjw1bpbvmhd86m0k5",{"reviewCount":8},{"description":688,"installMethods":689,"name":691,"sourceUrl":692},"CRO review of a landing page with specific conversion recommendations",{"claudeCode":690},"cognyai/claude-code-marketing-skills","landing-page-review","https://github.com/cognyai/claude-code-marketing-skills",{"basePath":694,"githubOwner":695,"githubRepo":696,"locale":18,"slug":691,"type":245},"skills/landing-page-review","cognyai","claude-code-marketing-skills",{"evaluate":698,"extract":702},{"promptVersionExtension":205,"promptVersionScoring":206,"score":600,"tags":699,"targetMarket":217,"tier":296},[700,212,213,215,701],"seo","conversion-optimization",{"commitSha":278},{"repoId":704},"kd7371gwzbdr07nc839hsmagw986nje6",[701,212,213,215,700],{"evaluatedAt":707,"extractAt":708,"updatedAt":707},1778684574670,1778684091954]