[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ognjengt-prd-generator-en":3,"guides-for-ognjengt-prd-generator":574,"similar-k1771571gadrwvxa8x4njx2k4n86m7kp-en":575},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":257,"isFallback":241,"parentExtension":263,"providers":324,"relations":328,"repo":329,"tags":571,"workflow":572},1778694811971.6516,"k1771571gadrwvxa8x4njx2k4n86m7kp",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"ognjengt/founder-skills","PRD Generator","https://github.com/ognjengt/founder-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":239,"workflow":255},1778695001415.5913,"kn7exkjtngh98s959vqbhvpqb586neay","en",{"checks":20,"evaluatedAt":196,"extensionSummary":197,"features":198,"nonGoals":203,"practices":207,"prerequisites":211,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":225,"tier":226,"useCases":227,"workflow":231},[21,26,29,32,36,39,43,48,51,54,58,62,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,180,183,186,189,193],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of generating professional PRD files optimized for AI coding tools and names the artifact (PRD) and the user intent (generate for AI coding tools).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond a simple prompt by defining a structured workflow, asking specific clarifying questions, and using a template to ensure AI-ready output, which is more than default LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle from input to structured PDF output, including a clear execution logic, question bank, template usage, and output confirmation, making it ready for professional workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on generating Product Requirements Documents, with a clear workflow and no evidence of extending into unrelated domains like testing or deployment.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities as detailed in the SKILL.md, explaining its purpose and output format.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill primarily uses `AskUserQuestion` and a conceptual `Read` tool, which are scoped actions, rather than a single generalist execution tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have complex configuration parameters or implicit environment variables that require explicit documentation beyond what's in the SKILL.md.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools used (AskUserQuestion, Read) are descriptive and common within the Claude Code environment.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tools used (AskUserQuestion, Read) operate on well-defined inputs and outputs as described in the SKILL.md.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and the 'MIT' value in trust signals, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-02-12, which is within the last 3 months.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill does not appear to use any third-party dependencies that would require explicit dependency management.",{"category":66,"check":67,"severity":24,"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 treats external files like templates as data and does not execute instructions from them.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content at runtime or include other supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within its designated folder and does not attempt to modify files outside its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not read or submit confidential data to any third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is presented as readable markdown and does not involve obfuscated code or runtime fetches.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes minimal structural assumptions, primarily referencing its own bundled reference file and output directories.",{"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 no current engagement or a lack of issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill SKILL.md frontmatter does not specify a version, and install instructions reference 'main', but the presence of a specific skill install command in the README mitigates this.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill's logic for handling arguments and tool interactions appears to be sufficiently validated through structured prompts and tool definitions.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary actions involve file writing (outputting PRD) and asking questions, not destructive operations that would require guarding.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md outlines clear steps and conditions, implying structured error handling where user input or tool execution might fail.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The skill is primarily a text-generation and Q&A tool, and does not perform destructive actions or outbound calls that necessitate a local audit log.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill does not operate on personal data; it focuses on product ideas and requirements.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is globally applicable and does not contain any regional or jurisdictional signals.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard Claude Code tools and markdown, indicating broad runtime compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README.md exists and clearly states the skill's purpose and installation instructions.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill primarily uses AskUserQuestion and conceptual Read tool, fitting within the target range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools used are distinct and do not present overlapping near-synonym functionality.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as asking clarifying questions and generating a structured PRD, are implemented in the SKILL.md.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions via npx and manual methods, along with usage examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md outlines specific messages for initial loading and implies structured error handling for missing information or tool failures.",{"category":147,"check":148,"severity":46,"summary":149},"Execution","Pinned dependencies","The skill does not utilize third-party dependencies that require pinning or lockfiles.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill's primary function is generating documents and asking questions, not performing state-changing or outbound operations that would require a dry-run mode.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that would require idempotency or hard timeouts.",{"category":117,"check":158,"severity":46,"summary":159},"Telemetry opt-in","There is no indication that the skill collects or emits any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The purpose is precisely stated as generating AI-ready PRD files, detailing the input (rough product idea), process (clarifying questions), and output (structured PDF).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and process.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and under 500 lines, delegating the PRD template to a separate file.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The PRD template is provided in a separate file (`prd_template.md`) and linked, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","The skill does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":177,"severity":178,"summary":179},"Usage examples","info","While the README provides installation and general usage examples, specific end-to-end examples for the `prd-generator` skill showing input, invocation, and output are missing.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md includes a 'Quality Checklist (Self-Verification)' which addresses potential failure modes like not reading references first, asking too many questions, or incomplete content, and requires fixing them.",{"category":104,"check":184,"severity":46,"summary":185},"Tool Fallback","The skill relies on core Claude Code tools and does not depend on an external MCP server, so no fallback is needed.",{"category":92,"check":187,"severity":24,"summary":188},"Stack assumptions","The skill relies on standard markdown and Claude Code tools, making no specific stack assumptions beyond the Claude Code environment itself.",{"category":190,"check":191,"severity":24,"summary":192},"Safety","Halt on unexpected state","The 'Quality Checklist (Self-Verification)' in the SKILL.md acts as a machine-readable checklist to halt the workflow if preconditions are not met.",{"category":92,"check":194,"severity":24,"summary":195},"Cross-skill coupling","The skill is self-contained and does not appear to rely on other specific skills being loaded in the same session.",1778695001306,"This skill generates structured Product Requirements Documents (PRDs) optimized for AI coding tools. It takes a product idea, asks clarifying questions using a predefined bank, and outputs a complete PRD in both Markdown and PDF formats.",[199,200,201,202],"Generates structured PRDs optimized for AI coding","Asks targeted clarifying questions to gather requirements","Outputs PRDs in both Markdown and PDF formats","Utilizes a predefined template for consistent structure",[204,205,206],"Developing the product itself.","Providing marketing copy or sales collateral.","Acting as a full project management tool.",[208,209,210],"Documentation generation","Requirements engineering","AI integration",[212],"Claude Code environment","3.0.0","4.4.0","Transform rough product ideas into comprehensive, AI-ready Product Requirements Documents efficiently and consistently.","Excellent documentation and clear, well-defined workflow make this skill highly reliable. Minor opportunity to improve by adding more specific usage examples for the PRD generation process.",95,"A high-quality skill for generating AI-ready Product Requirements Documents.",[220,221,222,223,224],"product-management","documentation","requirements","ai-assisted","pdf-generation","global","verified",[228,229,230],"When needing to create a PRD for a new product feature or idea.","When requiring a PRD formatted specifically for AI code generation.","When aiming to streamline the product documentation process.",[232,233,234,235,236,237,238],"Check arguments: respond with loading message if empty, otherwise proceed.","Read `./references/prd_template.md`.","Analyze initial user input for product details.","Ask up to 7 clarifying questions using `AskUserQuestion` tool.","Generate PRD using template and collected information.","Save PRD as Markdown and convert to PDF.","Confirm output with user, providing file paths and summary.",{"codeQuality":240,"collectedAt":242,"documentation":243,"maintenance":246,"popularity":250,"security":251,"testCoverage":254},{"hasLockfile":241},false,1778694986983,{"descriptionLength":244,"readmeSize":245},220,4610,{"closedIssues90d":8,"forks":247,"hasChangelog":241,"openIssues90d":8,"pushedAt":248,"stars":249},16,1770890990000,162,{"npmDownloads":8},{"hasNpmPackage":252,"license":253,"smitheryVerified":241},true,"MIT",{"hasCi":241,"hasTests":241},{"updatedAt":256},1778695001415,{"basePath":258,"githubOwner":259,"githubRepo":260,"locale":18,"slug":261,"type":262},"skills/prd-generator","ognjengt","founder-skills","prd-generator","skill",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":271,"parentExtension":274,"providers":310,"relations":319,"tags":320,"workflow":321},1778694811971.6494,"k170ydj4magdfn5r5dmnaggd1986m422",{"reviewCount":8},{"description":268,"installMethods":269,"name":270,"sourceUrl":14},"20+ proven marketing, copywriting, and product skills for founders, marketers, and business owners",{"claudeCode":260},"Founder Skills",{"basePath":272,"githubOwner":259,"githubRepo":260,"locale":18,"slug":260,"type":273},"","plugin",{"_creationTime":275,"_id":276,"community":277,"display":278,"identity":281,"providers":283,"relations":303,"tags":305,"workflow":306},1778694811971.6492,"k175kfqvfcdefqx05rgbwb1v7186mp22",{"reviewCount":8},{"description":279,"installMethods":280,"name":260,"sourceUrl":14},"Claude Code skills for founders — SOPs, CRO, content creation, outreach, and strategic planning",{"claudeCode":12},{"basePath":272,"githubOwner":259,"githubRepo":260,"locale":18,"slug":260,"type":282},"marketplace",{"evaluate":284,"extract":297},{"promptVersionExtension":285,"promptVersionScoring":214,"score":286,"tags":287,"targetMarket":225,"tier":296},"3.1.0",78,[288,289,290,291,292,293,294,295],"founder","marketing","content-creation","business","strategy","sop","copywriting","cro","community",{"commitSha":298,"marketplace":299,"plugin":301},"HEAD",{"name":260,"pluginCount":300},1,{"mcpCount":8,"provider":302,"skillCount":8},"classify",{"repoId":304},"kd70j7a6xkcc8dvzgj8g3b123d86mk5c",[291,290,294,295,288,289,293,292],{"evaluatedAt":307,"extractAt":308,"updatedAt":309},1778694827036,1778694811971,1778695253496,{"evaluate":311,"extract":316},{"promptVersionExtension":213,"promptVersionScoring":214,"score":312,"tags":313,"targetMarket":225,"tier":226},97,[289,294,314,315,291],"product-strategy","founder-tools",{"commitSha":298,"license":253,"plugin":317},{"mcpCount":8,"provider":302,"skillCount":318},15,{"parentExtensionId":276,"repoId":304},[291,294,315,289,314],{"evaluatedAt":322,"extractAt":308,"updatedAt":323},1778694840892,1778695253695,{"evaluate":325,"extract":327},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":326,"targetMarket":225,"tier":226},[220,221,222,223,224],{"commitSha":298,"license":253},{"parentExtensionId":265,"repoId":304},{"_creationTime":330,"_id":304,"identity":331,"providers":332,"workflow":566},1778694805815.3408,{"githubOwner":259,"githubRepo":260,"sourceUrl":14},{"classify":333,"discover":558,"extract":561,"github":562,"npm":565},{"commitSha":298,"extensions":334},[335,348,390,405,413,428,436,446,458,468,480,487,495,505,513,521,534,548],{"basePath":272,"description":279,"displayName":260,"installMethods":336,"rationale":337,"selectedPaths":338,"source":347,"sourceLanguage":18,"type":282},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[339,342,344],{"path":340,"priority":341},".claude-plugin/marketplace.json","mandatory",{"path":343,"priority":341},"README.md",{"path":345,"priority":346},"LICENSE","high","rule",{"basePath":272,"description":268,"displayName":260,"installMethods":349,"license":253,"rationale":350,"selectedPaths":351,"source":347,"sourceLanguage":18,"type":273},{"claudeCode":260},"plugin manifest at .claude-plugin/plugin.json",[352,354,355,356,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387],{"path":353,"priority":341},".claude-plugin/plugin.json",{"path":343,"priority":341},{"path":345,"priority":346},{"path":357,"priority":358},"skills/brand-copywriter/SKILL.md","medium",{"path":360,"priority":358},"skills/competitor-intel/SKILL.md",{"path":362,"priority":358},"skills/cro-optimization/SKILL.md",{"path":364,"priority":358},"skills/go-to-market-plan/SKILL.md",{"path":366,"priority":358},"skills/lead-magnet-generator/SKILL.md",{"path":368,"priority":358},"skills/linkedin-writer/SKILL.md",{"path":370,"priority":358},"skills/marketing-ideas/SKILL.md",{"path":372,"priority":358},"skills/outreach-specialist/SKILL.md",{"path":374,"priority":358},"skills/prd-generator/SKILL.md",{"path":376,"priority":358},"skills/pricing-strategist/SKILL.md",{"path":378,"priority":358},"skills/product-hunt-launch-plan/SKILL.md",{"path":380,"priority":358},"skills/sop-creator/SKILL.md",{"path":382,"priority":358},"skills/strategic-planning/SKILL.md",{"path":384,"priority":358},"skills/viral-hook-creator/SKILL.md",{"path":386,"priority":358},"skills/x-writer/SKILL.md",{"path":388,"priority":389},"bin/cli.js","low",{"basePath":391,"description":392,"displayName":393,"installMethods":394,"rationale":395,"selectedPaths":396,"source":347,"sourceLanguage":18,"type":262},"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",[397,399,401,403],{"path":398,"priority":341},"SKILL.md",{"path":400,"priority":358},"references/.gitkeep",{"path":402,"priority":358},"references/copy_frameworks.md",{"path":404,"priority":358},"references/writing_styles.md",{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":347,"sourceLanguage":18,"type":262},"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",[412],{"path":398,"priority":341},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":347,"sourceLanguage":18,"type":262},"skills/cro-optimization","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.","cro-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/cro-optimization/SKILL.md",[420,421,422,424,426],{"path":398,"priority":341},{"path":400,"priority":358},{"path":423,"priority":358},"references/cro_principles.md",{"path":425,"priority":358},"references/element_audit_framework.md",{"path":427,"priority":358},"references/landing_page_patterns.md",{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":347,"sourceLanguage":18,"type":262},"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",[435],{"path":398,"priority":341},{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":347,"sourceLanguage":18,"type":262},"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",[443,444],{"path":398,"priority":341},{"path":445,"priority":358},"references/lead-magnet-patterns.md",{"basePath":447,"description":448,"displayName":449,"installMethods":450,"rationale":451,"selectedPaths":452,"source":347,"sourceLanguage":18,"type":262},"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",[453,454,456],{"path":398,"priority":341},{"path":455,"priority":358},"references/linkedin-formats.md",{"path":457,"priority":358},"references/linkedin-posts.md",{"basePath":459,"description":460,"displayName":461,"installMethods":462,"rationale":463,"selectedPaths":464,"source":347,"sourceLanguage":18,"type":262},"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",[465,466],{"path":398,"priority":341},{"path":467,"priority":358},"references/marketing-ideas-database.md",{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":347,"sourceLanguage":18,"type":262},"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",[475,476,478],{"path":398,"priority":341},{"path":477,"priority":358},"references/outreach-templates.md",{"path":479,"priority":358},"references/sequence-strategy.md",{"basePath":258,"description":10,"displayName":261,"installMethods":481,"rationale":482,"selectedPaths":483,"source":347,"sourceLanguage":18,"type":262},{"claudeCode":12},"SKILL.md frontmatter at skills/prd-generator/SKILL.md",[484,485],{"path":398,"priority":341},{"path":486,"priority":358},"references/prd_template.md",{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":347,"sourceLanguage":18,"type":262},"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",[494],{"path":398,"priority":341},{"basePath":496,"description":497,"displayName":498,"installMethods":499,"rationale":500,"selectedPaths":501,"source":347,"sourceLanguage":18,"type":262},"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",[502,503],{"path":398,"priority":341},{"path":504,"priority":358},"references/ultimate_product_hunt_launch_guide.md",{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":347,"sourceLanguage":18,"type":262},"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",[512],{"path":398,"priority":341},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":347,"sourceLanguage":18,"type":262},"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",[520],{"path":398,"priority":341},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":347,"sourceLanguage":18,"type":262},"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",[528,529,530,532],{"path":398,"priority":341},{"path":400,"priority":358},{"path":531,"priority":358},"references/hook-patterns.md",{"path":533,"priority":358},"references/trigger_words.md",{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":347,"sourceLanguage":18,"type":262},"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",[541,542,544,546],{"path":398,"priority":341},{"path":543,"priority":358},"references/formats.md",{"path":545,"priority":358},"references/posts.md",{"path":547,"priority":358},"references/voices.md",{"basePath":272,"description":279,"displayName":260,"installMethods":549,"license":253,"rationale":550,"selectedPaths":551,"source":347,"sourceLanguage":18,"type":557},{"npm":260},"cli ecosystem detected at /",[552,554,555,556],{"path":553,"priority":341},"package.json",{"path":343,"priority":341},{"path":345,"priority":346},{"path":388,"priority":358},"cli",{"sources":559},[560],"manual",{"npmPackage":260},{"closedIssues90d":8,"description":563,"forks":247,"license":253,"openIssues90d":8,"pushedAt":248,"readmeSize":245,"stars":249,"topics":564},"Claude skills for founders",[],{"downloads":8},{"classifiedAt":567,"discoverAt":568,"extractAt":569,"githubAt":569,"npmAt":570,"updatedAt":567},1778694811788,1778694805815,1778694808620,1778694810372,[223,221,224,220,222],{"evaluatedAt":256,"extractAt":308,"updatedAt":573},1778695255125,[],[576,605,635,661,690,712],{"_creationTime":577,"_id":578,"community":579,"display":580,"identity":586,"providers":590,"relations":598,"tags":601,"workflow":602},1778695720086.77,"k17dem9k6ck7j5dvtc629g0cdh86np6g",{"reviewCount":8},{"description":581,"installMethods":582,"name":584,"sourceUrl":585},"Specifies requirements for an analytics dashboard including metrics, visualizations, filters, and data sources. Use when requesting dashboards from data teams, defining KPI tracking, or documenting reporting needs.",{"claudeCode":583},"product-on-purpose/pm-skills","measure-dashboard-requirements","https://github.com/product-on-purpose/pm-skills",{"basePath":587,"githubOwner":588,"githubRepo":589,"locale":18,"slug":584,"type":262},"skills/measure-dashboard-requirements","product-on-purpose","pm-skills",{"evaluate":591,"extract":597},{"promptVersionExtension":213,"promptVersionScoring":214,"score":592,"tags":593,"targetMarket":225,"tier":226},100,[594,595,222,220,596],"analytics","dashboard","data-visualization",{"commitSha":298},{"parentExtensionId":599,"repoId":600},"k1721116hsfj7zg78w03432n8986n6y8","kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[594,595,596,220,222],{"evaluatedAt":603,"extractAt":604,"updatedAt":603},1778696393987,1778695720086,{"_creationTime":606,"_id":607,"community":608,"display":609,"identity":615,"providers":619,"relations":628,"tags":631,"workflow":632},1778695548458.4048,"k17e5nn93syzxrybh3he9fz5eh86nbme",{"reviewCount":8},{"description":610,"installMethods":611,"name":613,"sourceUrl":614},"Guide a person in becoming a better teacher and explainer. AI coaches content structuring, audience calibration, explanation clarity, Socratic questioning technique, feedback interpretation, and reflective practice for technical presentations, documentation, and mentoring. Use when a person needs to present technical content and wants preparation coaching, wants to write better documentation or tutorials, struggles to explain concepts across expertise levels, is mentoring a colleague, or is preparing for a talk or knowledge-sharing session.\n",{"claudeCode":612},"pjt222/agent-almanac","teach-guidance","https://github.com/pjt222/agent-almanac",{"basePath":616,"githubOwner":617,"githubRepo":618,"locale":18,"slug":613,"type":262},"skills/teach-guidance","pjt222","agent-almanac",{"evaluate":620,"extract":627},{"promptVersionExtension":213,"promptVersionScoring":214,"score":592,"tags":621,"targetMarket":225,"tier":226},[622,623,624,221,625,626],"teaching","coaching","presentation","explanation","guidance",{"commitSha":298},{"parentExtensionId":629,"repoId":630},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[623,221,625,626,624,622],{"evaluatedAt":633,"extractAt":634,"updatedAt":633},1778701952682,1778695548458,{"_creationTime":636,"_id":637,"community":638,"display":639,"identity":643,"providers":645,"relations":657,"tags":658,"workflow":659},1778695548458.385,"k17avw7n0q0zss1q5kna5zvjzx86mdvr",{"reviewCount":8},{"description":640,"installMethods":641,"name":642,"sourceUrl":614},"Prepare an organisation for regulatory inspection by assessing readiness against agency-specific focus areas (FDA, EMA, MHRA). Covers warning letter and 483 theme analysis, mock inspection protocols, document bundle preparation, inspection logistics, and response template creation. Use when a regulatory inspection has been announced or is anticipated, when a periodic self-assessment is due, when new systems have been implemented since the last inspection, or after a significant audit finding that may attract regulatory attention.\n",{"claudeCode":612},"prepare-inspection-readiness",{"basePath":644,"githubOwner":617,"githubRepo":618,"locale":18,"slug":642,"type":262},"skills/prepare-inspection-readiness",{"evaluate":646,"extract":656},{"promptVersionExtension":213,"promptVersionScoring":214,"score":592,"tags":647,"targetMarket":225,"tier":226},[648,649,650,651,652,653,654,221,655],"compliance","gxp","inspection","fda","ema","mhra","readiness","process-automation",{"commitSha":298},{"parentExtensionId":629,"repoId":630},[648,221,652,651,649,650,653,655,654],{"evaluatedAt":660,"extractAt":634,"updatedAt":660},1778700122939,{"_creationTime":662,"_id":663,"community":664,"display":665,"identity":671,"providers":675,"relations":683,"tags":686,"workflow":687},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":666,"installMethods":667,"name":669,"sourceUrl":670},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":668},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":672,"githubOwner":673,"githubRepo":674,"locale":18,"slug":669,"type":262},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":676,"extract":682},{"promptVersionExtension":213,"promptVersionScoring":214,"score":592,"tags":677,"targetMarket":225,"tier":226},[678,221,679,680,681],"search","research","information-retrieval","multi-agent",{"commitSha":298},{"parentExtensionId":684,"repoId":685},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[221,680,681,679,678],{"evaluatedAt":688,"extractAt":689,"updatedAt":688},1778699449790,1778699234184,{"_creationTime":691,"_id":692,"community":693,"display":694,"identity":698,"providers":700,"relations":708,"tags":709,"workflow":710},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":695,"installMethods":696,"name":697,"sourceUrl":670},"Deep codebase initialization with hierarchical AGENTS.md documentation",{"claudeCode":668},"deepinit",{"basePath":699,"githubOwner":673,"githubRepo":674,"locale":18,"slug":697,"type":262},"skills/deepinit",{"evaluate":701,"extract":707},{"promptVersionExtension":213,"promptVersionScoring":214,"score":592,"tags":702,"targetMarket":225,"tier":226},[221,703,704,705,706],"codebase","agent","typescript","javascript",{"commitSha":298},{"parentExtensionId":684,"repoId":685},[704,703,221,706,705],{"evaluatedAt":711,"extractAt":689,"updatedAt":711},1778699437749,{"_creationTime":713,"_id":714,"community":715,"display":716,"identity":722,"providers":726,"relations":734,"tags":736,"workflow":737},1778699106670.4255,"k173sze6h2kdjhyfbveynf98t586n5wt",{"reviewCount":8},{"description":717,"installMethods":718,"name":720,"sourceUrl":721},"Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.",{"claudeCode":719},"xixu-me/skills","readme-i18n","https://github.com/xixu-me/skills",{"basePath":723,"githubOwner":724,"githubRepo":725,"locale":18,"slug":720,"type":262},"skills/readme-i18n","xixu-me","skills",{"evaluate":727,"extract":733},{"promptVersionExtension":213,"promptVersionScoring":214,"score":592,"tags":728,"targetMarket":225,"tier":226},[729,221,730,731,732],"localization","internationalization","markdown","github",{"commitSha":298},{"repoId":735},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[221,732,730,729,731],{"evaluatedAt":738,"extractAt":739,"updatedAt":740},1778699174967,1778699106670,1778699384013]