[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-phuryn-sql-queries-en":3,"guides-for-phuryn-sql-queries":1143,"similar-k17cveqe4pkbjprsw25bmms9c186m39j-en":1144},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":236,"parentExtension":257,"providers":317,"relations":321,"repo":322,"tags":1141,"workflow":1142},1778695383013.7273,"k17cveqe4pkbjprsw25bmms9c186m39j",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Generate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions into queries.",{"claudeCode":12},"phuryn/pm-skills","SQL Query Generator","https://github.com/phuryn/pm-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":234,"workflow":249},1778695653467.534,"kn704g96q9489aabz1cdxjmd8d86mm2b","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"practices":205,"prerequisites":206,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":221,"tier":222,"useCases":223,"workflow":228},[21,26,29,32,36,39,44,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,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of generating SQL queries from natural language and specifies target users like product managers, analysts, and engineers.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value by automating SQL generation across multiple dialects and reading schemas, which goes beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, covering the full lifecycle of understanding schema, processing requests, generating optimized queries, and explaining/testing them, as evidenced by its detailed description and workflow.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on SQL query generation from natural language and schema analysis, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is accurate, concise, and clearly reflects the capabilities outlined in the SKILL.md file.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill operates as a single, integrated capability rather than exposing multiple distinct tools, making the check for scoped tools not applicable.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill does not appear to have explicit configuration parameters or options beyond the natural language input and schema files, making this check not applicable.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","As this is a single skill and not a set of distinct tools, formal tool naming checks are not applicable.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","The skill's primary interaction is via natural language prompts and file uploads, not through explicitly defined tool parameters or response shapes, making this check not applicable.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project is licensed under MIT, which is a permissive open-source license, as indicated by the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on April 22, 2026, which is within the last 3 months, indicating recent maintenance.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill does not appear to have external third-party dependencies explicitly managed.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not appear to handle or require secrets, as it focuses on SQL generation and schema analysis.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill processes natural language and schema files as data, and there's no indication of it executing arbitrary instructions from these inputs.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content at runtime or include external files that could be manipulated.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's described functionality (SQL generation) does not involve file system modifications or operations outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no indications of detached-process spawns or deny-retry loops in the skill's described functionality.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is to generate SQL queries and analyze schemas; there are no documented outbound calls for data submission.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions are clean ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation appears to be in plain, readable prose and logic, with no obfuscated code or runtime fetches.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill handles schema input flexibly (files or descriptions) and doesn't make rigid structural assumptions about the user's project layout.",{"category":96,"check":97,"severity":42,"summary":98},"Trust","Issues Attention","The trust signals do not provide issue counts for the specific skill, only for the repository. The repository has 8 open and 0 closed issues in the last 90 days, suggesting low activity on issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README and SKILL.md indicate an MIT license and the commit history shows recent activity, implying versioning is managed through the repository's commit flow.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill's natural language processing and schema parsing would inherently involve validation, and its detailed breakdown suggests robust handling of inputs.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is analytical and read-only, focusing on query generation and schema analysis, thus posing no risk of destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill's description implies thorough error handling, including clarifying requests and explaining generated queries, suggesting robust error management.",{"category":104,"check":114,"severity":42,"summary":115},"Logging","As a query generation skill, it does not perform destructive actions or outbound calls that would typically require audit logging.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on database schemas and natural language queries, not personal data, thus avoiding GDPR concerns.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is language-agnostic regarding dialects and logic, making it globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill's functionality is self-contained and relies on natural language processing and schema analysis, making it highly portable across different environments.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the marketplace, installation, and individual plugins, effectively serving as documentation.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This is a single skill, not a collection of tools, so the tool surface size check is not applicable.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","As a single skill with a specific function, there are no overlapping near-synonym tools.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features related to SQL generation, dialect support, and schema reading are clearly implemented and described.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for Claude Cowork, Claude Code, and other AI assistants, along with usage examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The 'How It Works' section and examples imply that error handling will provide clear feedback and guidance, such as requesting specific dialect information or schema details.",{"category":147,"check":148,"severity":42,"summary":149},"Execution","Pinned dependencies","The skill does not appear to rely on external, explicitly pinned dependencies beyond the core Claude environment.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill's function is to generate queries, not to perform state-changing operations or send data outward, making a dry-run feature not applicable.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","The skill is self-contained and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry collection in the provided documentation or files.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the artifact (SQL queries), the user intent (generation), and provides specific triggers and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly states the core capability, and provides relevant trigger phrases.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md file is well-structured and concise, delegating deeper material implicitly to its capabilities rather than embedding extensive prose.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is concise and relies on the LLM's ability to process the input and generate output, without needing further nested files for this specific task.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill is a direct generation tool, not an exploration or deep analysis tool, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides three clear, end-to-end examples demonstrating how to invoke the skill with schema files or descriptions and what output to expect.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The 'Tips for Best Results' section implicitly handles edge cases by guiding users on providing context, specificity, and constraints, while the 'Output Format' details expected results, implying error paths are handled.",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","The skill does not rely on external tools like MCP servers, so a fallback mechanism is not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's design implies it will halt and report if schema or request details are insufficient or ambiguous, ensuring safety.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focused on SQL generation, with no apparent reliance on other specific skills being loaded.",1778695651107,"This skill generates SQL queries from natural language descriptions, supporting various database dialects like BigQuery, PostgreSQL, and MySQL. It can read database schemas from uploaded files or descriptions to produce optimized, commented SQL, along with explanations and testing suggestions.",[195,196,197,198,199,200],"Generate SQL queries from natural language","Support for BigQuery, PostgreSQL, MySQL, Snowflake, SQL Server","Read database schemas from files or descriptions","Optimize generated SQL queries","Explain query logic and provide performance notes","Generate test scripts and sample data",[202,203,204],"Executing SQL queries directly against a database","Performing complex data transformations beyond query generation","Replacing a dedicated database administration tool",[],[],"3.0.0","4.4.0","To empower product managers, analysts, and engineers to generate accurate and optimized SQL queries without manual syntax work, accelerating database exploration and data reporting.","The skill is exceptionally well-documented, precise in its scope, and highly practical for its intended users. Minor areas such as explicit issue tracking for the skill itself, or documentation on specific internal validation libraries, do not detract from its overall quality.",98,"Excellent skill for generating SQL queries from natural language with strong documentation and wide applicability.",[214,215,216,217,218,219,220],"sql","database","query-generation","bigquery","postgresql","mysql","data-analysis","global","verified",[224,225,226,227],"Writing SQL queries for data analysis and reporting","Translating business questions into database queries","Exploring and understanding database structures","Accelerating data extraction tasks for product insights",[229,230,231,232,233],"Understand the database schema (from files or description)","Process the user's natural language request for data","Generate an optimized SQL query, including comments","Explain the query logic and provide performance notes","Optionally, generate test scripts or sample data",{"codeQuality":235,"collectedAt":237,"documentation":238,"maintenance":241,"security":246,"testCoverage":248},{"hasLockfile":236},false,1778695612780,{"descriptionLength":239,"readmeSize":240},292,22032,{"closedIssues90d":8,"forks":242,"hasChangelog":236,"openIssues90d":243,"pushedAt":244,"stars":245},1305,8,1776868224000,11168,{"hasNpmPackage":236,"license":247,"smitheryVerified":236},"MIT",{"hasCi":236,"hasTests":236},{"updatedAt":250},1778695653467,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":255,"type":256},"pm-data-analytics/skills/sql-queries","phuryn","pm-skills","sql-queries","skill",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"parentExtension":268,"providers":303,"relations":313,"tags":314,"workflow":315},1778695383013.7258,"k178tymnbwshrrmjc2e1qtf8f586mfz3",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Data analytics skills for PMs: SQL query generation and cohort analysis. Analyze user data, generate queries, and identify retention patterns.",{"claudeCode":264},"pm-data-analytics",{"basePath":264,"githubOwner":253,"githubRepo":254,"locale":266,"slug":264,"type":267},"fr","plugin",{"_creationTime":269,"_id":270,"community":271,"display":272,"identity":275,"providers":278,"relations":297,"tags":299,"workflow":300},1778695383013.7246,"k172xh7pnzf1sa7ch900am209d86mvxj",{"reviewCount":8},{"description":273,"installMethods":274,"name":254,"sourceUrl":14},"Structured AI workflows for better product decisions. 65 domain-specific skills and 36 chained workflows across 8 PM plugins — from discovery to strategy, execution, launch, and growth.",{"claudeCode":12},{"basePath":276,"githubOwner":253,"githubRepo":254,"locale":18,"slug":254,"type":277},"","marketplace",{"evaluate":279,"extract":291},{"promptVersionExtension":280,"promptVersionScoring":208,"score":281,"tags":282,"targetMarket":221,"tier":290},"3.1.0",95,[283,284,285,286,287,288,289],"product-management","workflows","ai-assistant","strategy","planning","execution","discovery","community",{"commitSha":292,"marketplace":293,"plugin":295},"HEAD",{"name":254,"pluginCount":243,"version":294},"1.0.1",{"mcpCount":8,"provider":296,"skillCount":8},"classify",{"repoId":298},"kd759mc43bg9ypk46ka87r3wa586npt5",[285,289,288,287,283,286,284],{"evaluatedAt":301,"extractAt":302,"updatedAt":301},1778695398826,1778695383013,{"evaluate":304,"extract":310},{"promptVersionExtension":207,"promptVersionScoring":208,"score":305,"tags":306,"targetMarket":221,"tier":290},75,[283,307,214,308,309],"data-analytics","cohort-analysis","a-b-testing",{"commitSha":292,"license":247,"plugin":311},{"mcpCount":8,"provider":296,"skillCount":312},3,{"parentExtensionId":270,"repoId":298},[309,308,307,283,214],{"evaluatedAt":316,"extractAt":302,"updatedAt":316},1778695490522,{"evaluate":318,"extract":320},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":319,"targetMarket":221,"tier":222},[214,215,216,217,218,219,220],{"commitSha":292,"license":247},{"parentExtensionId":259,"repoId":298},{"_creationTime":323,"_id":298,"identity":324,"providers":325,"workflow":1137},1778695377765.6096,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":326,"discover":1124,"github":1127},{"commitSha":292,"extensions":327},[328,341,387,429,487,515,533,559,581,607,616,623,628,636,644,652,660,668,676,684,692,700,708,716,724,732,740,748,756,764,772,780,788,796,804,812,820,828,836,844,852,860,868,876,884,892,900,908,916,924,932,940,948,956,964,972,980,988,996,1004,1012,1020,1028,1036,1044,1052,1060,1068,1076,1084,1092,1100,1108,1116],{"basePath":276,"description":273,"displayName":254,"installMethods":329,"rationale":330,"selectedPaths":331,"source":340,"sourceLanguage":18,"type":277},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[332,335,337],{"path":333,"priority":334},".claude-plugin/marketplace.json","mandatory",{"path":336,"priority":334},"README.md",{"path":338,"priority":339},"LICENSE","high","rule",{"basePath":342,"description":343,"displayName":342,"installMethods":344,"license":247,"rationale":345,"selectedPaths":346,"source":340,"sourceLanguage":18,"type":267},"pm-product-discovery","Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.",{"claudeCode":342},"plugin manifest at pm-product-discovery/.claude-plugin/plugin.json",[347,349,350,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385],{"path":348,"priority":334},".claude-plugin/plugin.json",{"path":336,"priority":334},{"path":351,"priority":352},"skills/analyze-feature-requests/SKILL.md","medium",{"path":354,"priority":352},"skills/brainstorm-experiments-existing/SKILL.md",{"path":356,"priority":352},"skills/brainstorm-experiments-new/SKILL.md",{"path":358,"priority":352},"skills/brainstorm-ideas-existing/SKILL.md",{"path":360,"priority":352},"skills/brainstorm-ideas-new/SKILL.md",{"path":362,"priority":352},"skills/identify-assumptions-existing/SKILL.md",{"path":364,"priority":352},"skills/identify-assumptions-new/SKILL.md",{"path":366,"priority":352},"skills/interview-script/SKILL.md",{"path":368,"priority":352},"skills/metrics-dashboard/SKILL.md",{"path":370,"priority":352},"skills/opportunity-solution-tree/SKILL.md",{"path":372,"priority":352},"skills/prioritize-assumptions/SKILL.md",{"path":374,"priority":352},"skills/prioritize-features/SKILL.md",{"path":376,"priority":352},"skills/summarize-interview/SKILL.md",{"path":378,"priority":339},"commands/brainstorm.md",{"path":380,"priority":339},"commands/discover.md",{"path":382,"priority":339},"commands/interview.md",{"path":384,"priority":339},"commands/setup-metrics.md",{"path":386,"priority":339},"commands/triage-requests.md",{"basePath":388,"description":389,"displayName":388,"installMethods":390,"license":247,"rationale":391,"selectedPaths":392,"source":340,"sourceLanguage":18,"type":267},"pm-product-strategy","Product strategy skills for PMs: vision, strategy canvas, value propositions, lean canvas, business model canvas, SWOT, PESTLE, Ansoff Matrix, Porter's Five Forces, and monetization.",{"claudeCode":388},"plugin manifest at pm-product-strategy/.claude-plugin/plugin.json",[393,394,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427],{"path":348,"priority":334},{"path":336,"priority":334},{"path":396,"priority":352},"skills/ansoff-matrix/SKILL.md",{"path":398,"priority":352},"skills/business-model/SKILL.md",{"path":400,"priority":352},"skills/lean-canvas/SKILL.md",{"path":402,"priority":352},"skills/monetization-strategy/SKILL.md",{"path":404,"priority":352},"skills/pestle-analysis/SKILL.md",{"path":406,"priority":352},"skills/porters-five-forces/SKILL.md",{"path":408,"priority":352},"skills/pricing-strategy/SKILL.md",{"path":410,"priority":352},"skills/product-strategy/SKILL.md",{"path":412,"priority":352},"skills/product-vision/SKILL.md",{"path":414,"priority":352},"skills/startup-canvas/SKILL.md",{"path":416,"priority":352},"skills/swot-analysis/SKILL.md",{"path":418,"priority":352},"skills/value-proposition/SKILL.md",{"path":420,"priority":339},"commands/business-model.md",{"path":422,"priority":339},"commands/market-scan.md",{"path":424,"priority":339},"commands/pricing.md",{"path":426,"priority":339},"commands/strategy.md",{"path":428,"priority":339},"commands/value-proposition.md",{"basePath":430,"description":431,"displayName":430,"installMethods":432,"license":247,"rationale":433,"selectedPaths":434,"source":340,"sourceLanguage":18,"type":267},"pm-execution","Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.",{"claudeCode":430},"plugin manifest at pm-execution/.claude-plugin/plugin.json",[435,436,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485],{"path":348,"priority":334},{"path":336,"priority":334},{"path":438,"priority":352},"skills/brainstorm-okrs/SKILL.md",{"path":440,"priority":352},"skills/create-prd/SKILL.md",{"path":442,"priority":352},"skills/dummy-dataset/SKILL.md",{"path":444,"priority":352},"skills/job-stories/SKILL.md",{"path":446,"priority":352},"skills/outcome-roadmap/SKILL.md",{"path":448,"priority":352},"skills/pre-mortem/SKILL.md",{"path":450,"priority":352},"skills/prioritization-frameworks/SKILL.md",{"path":452,"priority":352},"skills/release-notes/SKILL.md",{"path":454,"priority":352},"skills/retro/SKILL.md",{"path":456,"priority":352},"skills/sprint-plan/SKILL.md",{"path":458,"priority":352},"skills/stakeholder-map/SKILL.md",{"path":460,"priority":352},"skills/summarize-meeting/SKILL.md",{"path":462,"priority":352},"skills/test-scenarios/SKILL.md",{"path":464,"priority":352},"skills/user-stories/SKILL.md",{"path":466,"priority":352},"skills/wwas/SKILL.md",{"path":468,"priority":339},"commands/generate-data.md",{"path":470,"priority":339},"commands/meeting-notes.md",{"path":472,"priority":339},"commands/plan-okrs.md",{"path":474,"priority":339},"commands/pre-mortem.md",{"path":476,"priority":339},"commands/sprint.md",{"path":478,"priority":339},"commands/stakeholder-map.md",{"path":480,"priority":339},"commands/test-scenarios.md",{"path":482,"priority":339},"commands/transform-roadmap.md",{"path":484,"priority":339},"commands/write-prd.md",{"path":486,"priority":339},"commands/write-stories.md",{"basePath":488,"description":489,"displayName":488,"installMethods":490,"license":247,"rationale":491,"selectedPaths":492,"source":340,"sourceLanguage":18,"type":267},"pm-market-research","Market research skills for PMs: user personas, market segmentation, sentiment analysis, and competitive analysis.",{"claudeCode":488},"plugin manifest at pm-market-research/.claude-plugin/plugin.json",[493,494,495,497,499,501,503,505,507,509,511,513],{"path":348,"priority":334},{"path":336,"priority":334},{"path":496,"priority":352},"skills/competitor-analysis/SKILL.md",{"path":498,"priority":352},"skills/customer-journey-map/SKILL.md",{"path":500,"priority":352},"skills/market-segments/SKILL.md",{"path":502,"priority":352},"skills/market-sizing/SKILL.md",{"path":504,"priority":352},"skills/sentiment-analysis/SKILL.md",{"path":506,"priority":352},"skills/user-personas/SKILL.md",{"path":508,"priority":352},"skills/user-segmentation/SKILL.md",{"path":510,"priority":339},"commands/analyze-feedback.md",{"path":512,"priority":339},"commands/competitive-analysis.md",{"path":514,"priority":339},"commands/research-users.md",{"basePath":264,"description":262,"displayName":264,"installMethods":516,"license":247,"rationale":517,"selectedPaths":518,"source":340,"sourceLanguage":266,"type":267},{"claudeCode":264},"plugin manifest at pm-data-analytics/.claude-plugin/plugin.json",[519,520,521,523,525,527,529,531],{"path":348,"priority":334},{"path":336,"priority":334},{"path":522,"priority":352},"skills/ab-test-analysis/SKILL.md",{"path":524,"priority":352},"skills/cohort-analysis/SKILL.md",{"path":526,"priority":352},"skills/sql-queries/SKILL.md",{"path":528,"priority":339},"commands/analyze-cohorts.md",{"path":530,"priority":339},"commands/analyze-test.md",{"path":532,"priority":339},"commands/write-query.md",{"basePath":534,"description":535,"displayName":534,"installMethods":536,"license":247,"rationale":537,"selectedPaths":538,"source":340,"sourceLanguage":18,"type":267},"pm-go-to-market","Go-to-market skills for PMs: GTM strategy, growth loops, GTM motions, beachhead segments, and ideal customer profiles.",{"claudeCode":534},"plugin manifest at pm-go-to-market/.claude-plugin/plugin.json",[539,540,541,543,545,547,549,551,553,555,557],{"path":348,"priority":334},{"path":336,"priority":334},{"path":542,"priority":352},"skills/beachhead-segment/SKILL.md",{"path":544,"priority":352},"skills/competitive-battlecard/SKILL.md",{"path":546,"priority":352},"skills/growth-loops/SKILL.md",{"path":548,"priority":352},"skills/gtm-motions/SKILL.md",{"path":550,"priority":352},"skills/gtm-strategy/SKILL.md",{"path":552,"priority":352},"skills/ideal-customer-profile/SKILL.md",{"path":554,"priority":339},"commands/battlecard.md",{"path":556,"priority":339},"commands/growth-strategy.md",{"path":558,"priority":339},"commands/plan-launch.md",{"basePath":560,"description":561,"displayName":560,"installMethods":562,"license":247,"rationale":563,"selectedPaths":564,"source":340,"sourceLanguage":18,"type":267},"pm-marketing-growth","Product marketing and growth skills: marketing ideas, value proposition statements, North Star metrics, product naming, and positioning.",{"claudeCode":560},"plugin manifest at pm-marketing-growth/.claude-plugin/plugin.json",[565,566,567,569,571,573,575,577,579],{"path":348,"priority":334},{"path":336,"priority":334},{"path":568,"priority":352},"skills/marketing-ideas/SKILL.md",{"path":570,"priority":352},"skills/north-star-metric/SKILL.md",{"path":572,"priority":352},"skills/positioning-ideas/SKILL.md",{"path":574,"priority":352},"skills/product-name/SKILL.md",{"path":576,"priority":352},"skills/value-prop-statements/SKILL.md",{"path":578,"priority":339},"commands/market-product.md",{"path":580,"priority":339},"commands/north-star.md",{"basePath":582,"description":583,"displayName":582,"installMethods":584,"license":247,"rationale":585,"selectedPaths":586,"source":340,"sourceLanguage":18,"type":267},"pm-toolkit","PM utility skills: resume review, NDA drafting, privacy policy generation, and grammar/flow checking. Essential tools for product managers beyond core product work.",{"claudeCode":582},"plugin manifest at pm-toolkit/.claude-plugin/plugin.json",[587,588,589,591,593,595,597,599,601,603,605],{"path":348,"priority":334},{"path":336,"priority":334},{"path":590,"priority":352},"skills/draft-nda/SKILL.md",{"path":592,"priority":352},"skills/grammar-check/SKILL.md",{"path":594,"priority":352},"skills/privacy-policy/SKILL.md",{"path":596,"priority":352},"skills/review-resume/SKILL.md",{"path":598,"priority":339},"commands/draft-nda.md",{"path":600,"priority":339},"commands/privacy-policy.md",{"path":602,"priority":339},"commands/proofread.md",{"path":604,"priority":339},"commands/review-resume.md",{"path":606,"priority":339},"commands/tailor-resume.md",{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":340,"sourceLanguage":18,"type":256},"pm-data-analytics/skills/ab-test-analysis","Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.","ab-test-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-data-analytics/skills/ab-test-analysis/SKILL.md",[614],{"path":615,"priority":334},"SKILL.md",{"basePath":617,"description":618,"displayName":308,"installMethods":619,"rationale":620,"selectedPaths":621,"source":340,"sourceLanguage":18,"type":256},"pm-data-analytics/skills/cohort-analysis","Perform cohort analysis on user engagement data — retention curves, feature adoption trends, and segment-level insights. Use when analyzing user retention by cohort, studying feature adoption over time, investigating churn patterns, or identifying engagement trends.",{"claudeCode":12},"SKILL.md frontmatter at pm-data-analytics/skills/cohort-analysis/SKILL.md",[622],{"path":615,"priority":334},{"basePath":252,"description":10,"displayName":255,"installMethods":624,"rationale":625,"selectedPaths":626,"source":340,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at pm-data-analytics/skills/sql-queries/SKILL.md",[627],{"path":615,"priority":334},{"basePath":629,"description":630,"displayName":631,"installMethods":632,"rationale":633,"selectedPaths":634,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/brainstorm-okrs","Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results. Use when setting quarterly OKRs, aligning team goals with company strategy, drafting objectives, or learning how to write effective OKRs.","brainstorm-okrs",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/brainstorm-okrs/SKILL.md",[635],{"path":615,"priority":334},{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/create-prd","Create a Product Requirements Document using a comprehensive 8-section template covering problem, objectives, segments, value propositions, solution, and release planning. Use when writing a PRD, documenting product requirements, preparing a feature spec, or reviewing an existing PRD.","create-prd",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/create-prd/SKILL.md",[643],{"path":615,"priority":334},{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/dummy-dataset","Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Use when creating test data, building mock datasets, or generating sample data for development and demos.","dummy-dataset",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/dummy-dataset/SKILL.md",[651],{"path":615,"priority":334},{"basePath":653,"description":654,"displayName":655,"installMethods":656,"rationale":657,"selectedPaths":658,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/job-stories","Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format with detailed acceptance criteria. Use when writing job stories, creating JTBD-style backlog items, or expressing user situations and motivations.","job-stories",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/job-stories/SKILL.md",[659],{"path":615,"priority":334},{"basePath":661,"description":662,"displayName":663,"installMethods":664,"rationale":665,"selectedPaths":666,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/outcome-roadmap","Transform an output-focused roadmap into an outcome-focused one that communicates strategic intent. Rewrites initiatives as outcome statements reflecting user and business impacts. Use when shifting to outcome roadmaps, making a roadmap more strategic, or rewriting feature lists as outcomes.","outcome-roadmap",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/outcome-roadmap/SKILL.md",[667],{"path":615,"priority":334},{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/pre-mortem","Run a pre-mortem risk analysis on a PRD or launch plan. Categorizes risks as Tigers (real problems), Paper Tigers (overblown concerns), and Elephants (unspoken worries), then classifies as launch-blocking, fast-follow, or track. Use when preparing for launch, stress-testing a product plan, or identifying what could go wrong.","pre-mortem",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/pre-mortem/SKILL.md",[675],{"path":615,"priority":334},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/prioritization-frameworks","Reference guide to 9 prioritization frameworks with formulas, when-to-use guidance, and templates — RICE, ICE, Kano, MoSCoW, Opportunity Score, and more. Use when selecting a prioritization method, comparing frameworks like RICE vs ICE, or learning how different prioritization approaches work.","prioritization-frameworks",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/prioritization-frameworks/SKILL.md",[683],{"path":615,"priority":334},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/release-notes","Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.","release-notes",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/release-notes/SKILL.md",[691],{"path":615,"priority":334},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/retro","Facilitate a structured sprint retrospective — what went well, what didn't, and prioritized action items with owners and deadlines. Use when running a retrospective, reflecting on a sprint, creating action items from team feedback, or learning how to run effective retros.","retro",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/retro/SKILL.md",[699],{"path":615,"priority":334},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/sprint-plan","Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity.","sprint-plan",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/sprint-plan/SKILL.md",[707],{"path":615,"priority":334},{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/stakeholder-map","Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement.","stakeholder-map",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/stakeholder-map/SKILL.md",[715],{"path":615,"priority":334},{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/summarize-meeting","Summarize a meeting transcript into structured notes with date, participants, topic, key decisions, summary points, and action items. Use when processing meeting recordings, creating meeting notes, writing meeting minutes, or recapping discussions.","summarize-meeting",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/summarize-meeting/SKILL.md",[723],{"path":615,"priority":334},{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/test-scenarios","Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes. Use when writing QA test cases, creating test plans, defining acceptance tests, or preparing for feature validation.","test-scenarios",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/test-scenarios/SKILL.md",[731],{"path":615,"priority":334},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/user-stories","Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria with descriptions, design links, and acceptance criteria. Use when writing user stories, breaking down features into backlog items, or defining acceptance criteria.","user-stories",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/user-stories/SKILL.md",[739],{"path":615,"priority":334},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":340,"sourceLanguage":18,"type":256},"pm-execution/skills/wwas","Create product backlog items in Why-What-Acceptance format — independent, valuable, testable items with strategic context. Use when writing structured backlog items, breaking features into work items, or using the WWA format.","wwas",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/wwas/SKILL.md",[747],{"path":615,"priority":334},{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":340,"sourceLanguage":18,"type":256},"pm-go-to-market/skills/beachhead-segment","Identify the first beachhead market segment for a product launch. Evaluates segments against burning pain, willingness to pay, winnable market share, and referral potential. Use when choosing a first market, targeting an initial customer segment, or planning market entry strategy.","beachhead-segment",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/beachhead-segment/SKILL.md",[755],{"path":615,"priority":334},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":340,"sourceLanguage":18,"type":256},"pm-go-to-market/skills/competitive-battlecard","Create sales-ready competitive battlecards comparing your product against a specific competitor — positioning, feature comparison, objection handling, and win/loss patterns. Use when preparing sales teams, creating competitive materials, or responding to 'why not competitor X?'","competitive-battlecard",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/competitive-battlecard/SKILL.md",[763],{"path":615,"priority":334},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":340,"sourceLanguage":18,"type":256},"pm-go-to-market/skills/growth-loops","Identify growth loops (flywheels) for sustainable traction. Evaluates 5 loop types: Viral, Usage, Collaboration, User-Generated, and Referral. Use when designing growth mechanisms, building product-led traction, or understanding how growth loops work.","growth-loops",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/growth-loops/SKILL.md",[771],{"path":615,"priority":334},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":340,"sourceLanguage":18,"type":256},"pm-go-to-market/skills/gtm-motions","Identify the best GTM motions and tools across 7 motion types: Inbound, Outbound, Paid Digital, Community, Partners, ABM, and PLG. Use when selecting marketing channels, choosing between inbound and outbound strategy, or planning cross-channel campaigns.","gtm-motions",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/gtm-motions/SKILL.md",[779],{"path":615,"priority":334},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":340,"sourceLanguage":18,"type":256},"pm-go-to-market/skills/gtm-strategy","Create a go-to-market strategy covering marketing channels, messaging, success metrics, and launch timeline. Use when planning a product launch, creating a GTM plan from scratch, or defining a launch strategy for a new market.","gtm-strategy",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/gtm-strategy/SKILL.md",[787],{"path":615,"priority":334},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":340,"sourceLanguage":18,"type":256},"pm-go-to-market/skills/ideal-customer-profile","Identify the Ideal Customer Profile (ICP) from research data with demographics, behaviors, JTBD, and needs. Use when defining your ICP, analyzing PMF survey data, or understanding who your best customers are.","ideal-customer-profile",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/ideal-customer-profile/SKILL.md",[795],{"path":615,"priority":334},{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":340,"sourceLanguage":18,"type":256},"pm-market-research/skills/competitor-analysis","Analyze competitors with strengths, weaknesses, and differentiation opportunities. Identifies direct competitors and maps the competitive landscape. Use when doing competitive research, preparing a competitive brief, or finding differentiation opportunities.","competitor-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/competitor-analysis/SKILL.md",[803],{"path":615,"priority":334},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":340,"sourceLanguage":18,"type":256},"pm-market-research/skills/customer-journey-map","Create an end-to-end customer journey map with stages, touchpoints, emotions, pain points, and opportunities. Use when mapping the customer experience, identifying friction points, improving onboarding, or visualizing the user journey.","customer-journey-map",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/customer-journey-map/SKILL.md",[811],{"path":615,"priority":334},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":340,"sourceLanguage":18,"type":256},"pm-market-research/skills/market-segments","Identify 3-5 potential customer segments with demographics, JTBD, and product fit analysis. Use when exploring market segments, identifying target audiences, evaluating new markets, or learning how to segment a market.","market-segments",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/market-segments/SKILL.md",[819],{"path":615,"priority":334},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":340,"sourceLanguage":18,"type":256},"pm-market-research/skills/market-sizing","Estimate market size using TAM, SAM, and SOM with top-down and bottom-up approaches. Use when sizing a market opportunity, estimating addressable market, preparing for investor pitches, or evaluating market entry.","market-sizing",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/market-sizing/SKILL.md",[827],{"path":615,"priority":334},{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":340,"sourceLanguage":18,"type":256},"pm-market-research/skills/sentiment-analysis","Analyze user feedback data to identify segments with sentiment scores, JTBD, and product satisfaction insights. Use when analyzing user feedback at scale, running sentiment analysis on reviews or surveys, or identifying satisfaction patterns.","sentiment-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/sentiment-analysis/SKILL.md",[835],{"path":615,"priority":334},{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":340,"sourceLanguage":18,"type":256},"pm-market-research/skills/user-personas","Create refined user personas from research data — 3 personas with JTBD, pains, gains, and unexpected insights. Use when building personas from survey data, creating user profiles from research, or segmenting users for product decisions.","user-personas",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/user-personas/SKILL.md",[843],{"path":615,"priority":334},{"basePath":845,"description":846,"displayName":847,"installMethods":848,"rationale":849,"selectedPaths":850,"source":340,"sourceLanguage":18,"type":256},"pm-market-research/skills/user-segmentation","Segment users from feedback data based on behavior, JTBD, and needs. Identifies at least 3 distinct user segments. Use when segmenting a user base, analyzing diverse user feedback, or building a segmentation model.","user-segmentation",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/user-segmentation/SKILL.md",[851],{"path":615,"priority":334},{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":340,"sourceLanguage":18,"type":256},"pm-marketing-growth/skills/marketing-ideas","Generate 5 creative, cost-effective marketing ideas with channels, messaging, and engagement rationale. Use when brainstorming marketing campaigns, planning product promotion, or looking for creative marketing tactics.","marketing-ideas",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/marketing-ideas/SKILL.md",[859],{"path":615,"priority":334},{"basePath":861,"description":862,"displayName":863,"installMethods":864,"rationale":865,"selectedPaths":866,"source":340,"sourceLanguage":18,"type":256},"pm-marketing-growth/skills/north-star-metric","Define a North Star Metric and 3-5 supporting input metrics that form a metrics constellation. Classify the business game (Attention, Transaction, Productivity) and validate against 7 criteria for an effective North Star. Use when choosing a North Star Metric, setting up a metrics framework, learning about the North Star Framework, or deciding what to measure.","north-star-metric",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/north-star-metric/SKILL.md",[867],{"path":615,"priority":334},{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":340,"sourceLanguage":18,"type":256},"pm-marketing-growth/skills/positioning-ideas","Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy.","positioning-ideas",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/positioning-ideas/SKILL.md",[875],{"path":615,"priority":334},{"basePath":877,"description":878,"displayName":879,"installMethods":880,"rationale":881,"selectedPaths":882,"source":340,"sourceLanguage":18,"type":256},"pm-marketing-growth/skills/product-name","Brainstorm 5 unique, memorable product names with rationale aligned to brand values and target audience. Use when naming a new product, rebranding, or exploring product name ideas.","product-name",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/product-name/SKILL.md",[883],{"path":615,"priority":334},{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":340,"sourceLanguage":18,"type":256},"pm-marketing-growth/skills/value-prop-statements","Generate value proposition statements for marketing, sales, and onboarding from existing value propositions. Use when writing marketing copy, creating sales messaging, or crafting onboarding messages.","value-prop-statements",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/value-prop-statements/SKILL.md",[891],{"path":615,"priority":334},{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/analyze-feature-requests","Analyze and prioritize a list of feature requests by theme, strategic alignment, impact, effort, and risk. Use when reviewing customer feature requests, triaging a backlog, or making prioritization decisions.","analyze-feature-requests",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/analyze-feature-requests/SKILL.md",[899],{"path":615,"priority":334},{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/brainstorm-experiments-existing","Design experiments to test assumptions for an existing product — prototypes, A/B tests, spikes, and other low-effort validation methods. Use when validating assumptions, testing feature ideas cheaply, or planning product experiments.","brainstorm-experiments-existing",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/brainstorm-experiments-existing/SKILL.md",[907],{"path":615,"priority":334},{"basePath":909,"description":910,"displayName":911,"installMethods":912,"rationale":913,"selectedPaths":914,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/brainstorm-experiments-new","Design lean startup experiments (pretotypes) for a new product. Creates XYZ hypotheses and suggests low-effort validation methods like landing pages, explainer videos, and pre-orders. Use when validating a new product idea, creating pretotypes, or testing market demand.","brainstorm-experiments-new",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/brainstorm-experiments-new/SKILL.md",[915],{"path":615,"priority":334},{"basePath":917,"description":918,"displayName":919,"installMethods":920,"rationale":921,"selectedPaths":922,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/brainstorm-ideas-existing","Brainstorm product ideas for an existing product using multi-perspective ideation from PM, Designer, and Engineer viewpoints. Use when generating new feature ideas, brainstorming solutions for an identified opportunity, or ideating with a product trio.","brainstorm-ideas-existing",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/brainstorm-ideas-existing/SKILL.md",[923],{"path":615,"priority":334},{"basePath":925,"description":926,"displayName":927,"installMethods":928,"rationale":929,"selectedPaths":930,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/brainstorm-ideas-new","Brainstorm feature ideas for a new product in initial discovery from PM, Designer, and Engineer perspectives. Use when starting product discovery for a new product, exploring features for a startup idea, or doing initial ideation.","brainstorm-ideas-new",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/brainstorm-ideas-new/SKILL.md",[931],{"path":615,"priority":334},{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/identify-assumptions-existing","Identify risky assumptions for a feature idea in an existing product across Value, Usability, Viability, and Feasibility. Uses multi-perspective devil's advocate thinking. Use when stress-testing a feature idea, doing risk assessment, or preparing for assumption mapping.","identify-assumptions-existing",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/identify-assumptions-existing/SKILL.md",[939],{"path":615,"priority":334},{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/identify-assumptions-new","Identify risky assumptions for a new product idea across 8 risk categories including Go-to-Market, Strategy, and Team. Use when evaluating startup risks, assessing a new product concept, or mapping assumptions for a new venture.","identify-assumptions-new",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/identify-assumptions-new/SKILL.md",[947],{"path":615,"priority":334},{"basePath":949,"description":950,"displayName":951,"installMethods":952,"rationale":953,"selectedPaths":954,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/interview-script","Create a structured customer interview script with JTBD probing questions, warm-up, core exploration, and wrap-up sections. Follows The Mom Test principles — no leading questions, no pitching, focus on past behavior. Use when preparing for user interviews, creating interview guides, or planning discovery research.","interview-script",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/interview-script/SKILL.md",[955],{"path":615,"priority":334},{"basePath":957,"description":958,"displayName":959,"installMethods":960,"rationale":961,"selectedPaths":962,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/metrics-dashboard","Define and design a product metrics dashboard with key metrics, data sources, visualization types, and alert thresholds. Use when creating a metrics dashboard, defining KPIs, setting up product analytics, or building a data monitoring plan.","metrics-dashboard",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/metrics-dashboard/SKILL.md",[963],{"path":615,"priority":334},{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/opportunity-solution-tree","Build an Opportunity Solution Tree (OST) to structure product discovery — map a desired outcome to opportunities, solutions, and experiments. Based on Teresa Torres' Continuous Discovery Habits. Use when structuring discovery work, mapping opportunities to solutions, or deciding what to build next.","opportunity-solution-tree",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/opportunity-solution-tree/SKILL.md",[971],{"path":615,"priority":334},{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/prioritize-assumptions","Prioritize assumptions using an Impact × Risk matrix and suggest experiments for each. Use when triaging a list of assumptions, deciding what to test first, or applying the assumption prioritization canvas.","prioritize-assumptions",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/prioritize-assumptions/SKILL.md",[979],{"path":615,"priority":334},{"basePath":981,"description":982,"displayName":983,"installMethods":984,"rationale":985,"selectedPaths":986,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/prioritize-features","Prioritize a backlog of feature ideas based on impact, effort, risk, and strategic alignment with top 5 recommendations. Use when prioritizing a feature backlog, making scope decisions, or ranking product ideas.","prioritize-features",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/prioritize-features/SKILL.md",[987],{"path":615,"priority":334},{"basePath":989,"description":990,"displayName":991,"installMethods":992,"rationale":993,"selectedPaths":994,"source":340,"sourceLanguage":18,"type":256},"pm-product-discovery/skills/summarize-interview","Summarize a customer interview transcript into a structured template with JTBD, satisfaction signals, and action items. Use when processing interview recordings or transcripts, synthesizing discovery interviews, or creating interview summaries.","summarize-interview",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/summarize-interview/SKILL.md",[995],{"path":615,"priority":334},{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/ansoff-matrix","Generate an Ansoff Matrix analysis mapping growth strategies across market penetration, market development, product development, and diversification. Use when considering growth options, planning market expansion, or evaluating strategic growth paths.","ansoff-matrix",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/ansoff-matrix/SKILL.md",[1003],{"path":615,"priority":334},{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/business-model","Generate a Business Model Canvas with all 9 building blocks. Use when creating a business model, documenting how a business creates value, or analyzing an existing business model.","business-model",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/business-model/SKILL.md",[1011],{"path":615,"priority":334},{"basePath":1013,"description":1014,"displayName":1015,"installMethods":1016,"rationale":1017,"selectedPaths":1018,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/lean-canvas","Generate a Lean Canvas with problem, solution, metrics, cost structure, UVP, unfair advantage, channels, segments, and revenue. Use when exploring a lean startup canvas, testing a business hypothesis, or modeling a new venture.","lean-canvas",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/lean-canvas/SKILL.md",[1019],{"path":615,"priority":334},{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/monetization-strategy","Brainstorm 3-5 monetization strategies with audience fit, risks, and validation experiments. Use when exploring revenue models, evaluating pricing strategies, or deciding how to monetize a product.","monetization-strategy",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/monetization-strategy/SKILL.md",[1027],{"path":615,"priority":334},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/pestle-analysis","Perform a PESTLE analysis covering Political, Economic, Social, Technological, Legal, and Environmental factors. Use when assessing the macro environment, doing strategic planning, or evaluating external factors affecting your business.","pestle-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/pestle-analysis/SKILL.md",[1035],{"path":615,"priority":334},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/porters-five-forces","Perform Porter's Five Forces analysis — competitive rivalry, supplier power, buyer power, threat of substitutes, and threat of new entrants. Use when analyzing industry dynamics, assessing competitive forces, or evaluating market attractiveness.","porters-five-forces",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/porters-five-forces/SKILL.md",[1043],{"path":615,"priority":334},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/pricing-strategy","Analyze and design pricing strategies including pricing models, competitive pricing analysis, willingness-to-pay estimation, and price elasticity. Use when setting prices, evaluating pricing models, preparing for a pricing change, or comparing freemium vs paid approaches.","pricing-strategy",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/pricing-strategy/SKILL.md",[1051],{"path":615,"priority":334},{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/product-strategy","Create a comprehensive product strategy using the 9-section Product Strategy Canvas — vision, segments, costs, value propositions, trade-offs, metrics, growth, capabilities, and defensibility. Use when building a product strategy, creating a strategic plan, or defining product direction.","product-strategy",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/product-strategy/SKILL.md",[1059],{"path":615,"priority":334},{"basePath":1061,"description":1062,"displayName":1063,"installMethods":1064,"rationale":1065,"selectedPaths":1066,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/product-vision","Brainstorm an inspiring, achievable, and emotional product vision that motivates teams and aligns stakeholders. Use when defining or refining a product vision, creating a vision statement, or aligning the team around a shared direction.","product-vision",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/product-vision/SKILL.md",[1067],{"path":615,"priority":334},{"basePath":1069,"description":1070,"displayName":1071,"installMethods":1072,"rationale":1073,"selectedPaths":1074,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/startup-canvas","Generate a Startup Canvas combining Product Strategy (9 sections) and Business Model (costs + revenue) for a new product. An alternative to BMC and Lean Canvas that separates strategy from business model. Use when launching a new product or evaluating a startup concept.","startup-canvas",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/startup-canvas/SKILL.md",[1075],{"path":615,"priority":334},{"basePath":1077,"description":1078,"displayName":1079,"installMethods":1080,"rationale":1081,"selectedPaths":1082,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/swot-analysis","Perform a detailed SWOT analysis — strengths, weaknesses, opportunities, and threats with actionable recommendations. Use when doing strategic assessment, competitive analysis, or evaluating a product or business position.","swot-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/swot-analysis/SKILL.md",[1083],{"path":615,"priority":334},{"basePath":1085,"description":1086,"displayName":1087,"installMethods":1088,"rationale":1089,"selectedPaths":1090,"source":340,"sourceLanguage":18,"type":256},"pm-product-strategy/skills/value-proposition","Design a detailed value proposition using a 6-part JTBD template — Who, Why, What before, How, What after, Alternatives. Use when creating a value proposition, analyzing customer value delivery, or articulating why customers should choose your product.","value-proposition",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/value-proposition/SKILL.md",[1091],{"path":615,"priority":334},{"basePath":1093,"description":1094,"displayName":1095,"installMethods":1096,"rationale":1097,"selectedPaths":1098,"source":340,"sourceLanguage":18,"type":256},"pm-toolkit/skills/draft-nda","Draft a detailed Non-Disclosure Agreement between two parties covering information types, jurisdiction, and clauses needing legal review. Use when creating confidentiality agreements or preparing an NDA for a partnership.","draft-nda",{"claudeCode":12},"SKILL.md frontmatter at pm-toolkit/skills/draft-nda/SKILL.md",[1099],{"path":615,"priority":334},{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"source":340,"sourceLanguage":18,"type":256},"pm-toolkit/skills/grammar-check","Identify grammar, logical, and flow errors in text and suggest targeted fixes without rewriting the entire text. Use when proofreading content, checking writing quality, or reviewing a draft.","grammar-check",{"claudeCode":12},"SKILL.md frontmatter at pm-toolkit/skills/grammar-check/SKILL.md",[1107],{"path":615,"priority":334},{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":340,"sourceLanguage":18,"type":256},"pm-toolkit/skills/privacy-policy","Draft a detailed privacy policy covering data types, jurisdiction, GDPR and compliance considerations, and clauses needing legal review. Use when creating a privacy policy, updating data protection documentation, or preparing for compliance.","privacy-policy",{"claudeCode":12},"SKILL.md frontmatter at pm-toolkit/skills/privacy-policy/SKILL.md",[1115],{"path":615,"priority":334},{"basePath":1117,"description":1118,"displayName":1119,"installMethods":1120,"rationale":1121,"selectedPaths":1122,"source":340,"sourceLanguage":18,"type":256},"pm-toolkit/skills/review-resume","Comprehensive PM resume review and tailoring against 10 best practices including XYZ+S formula, keyword optimization, job-specific tailoring, and structure. Use when reviewing a PM resume, preparing for job applications, or improving resume impact.","review-resume",{"claudeCode":12},"SKILL.md frontmatter at pm-toolkit/skills/review-resume/SKILL.md",[1123],{"path":615,"priority":334},{"sources":1125},[1126],"manual",{"closedIssues90d":8,"description":1128,"forks":242,"homepage":1129,"license":247,"openIssues90d":243,"pushedAt":244,"readmeSize":240,"stars":245,"topics":1130},"PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.","https://www.productcompass.pm/p/pm-skills-marketplace-claude",[1131,283,1132,1133,1134,1135,1136],"agent-skill-repository","agent-skills","agentic-skills","claude-code-marketplace","claude-code-plugins","claude-cowork-plugin",{"classifiedAt":1138,"discoverAt":1139,"extractAt":1140,"githubAt":1140,"updatedAt":1138},1778695382763,1778695377765,1778695380835,[217,220,215,219,218,216,214],{"evaluatedAt":250,"extractAt":302,"updatedAt":250},[],[1145,1175,1202,1229,1257,1291],{"_creationTime":1146,"_id":1147,"community":1148,"display":1149,"identity":1155,"providers":1159,"relations":1168,"tags":1171,"workflow":1172},1778696691708.3264,"k179thjzaw5kepc7zhdj9sat3n86mcqp",{"reviewCount":8},{"description":1150,"installMethods":1151,"name":1153,"sourceUrl":1154},"Validate pending migrations for foreign key consistency, rollback safety, and best practices",{"claudeCode":1152},"ruvnet/ruflo","migrate-validate","https://github.com/ruvnet/ruflo",{"basePath":1156,"githubOwner":1157,"githubRepo":1158,"locale":18,"slug":1153,"type":256},"plugins/ruflo-migrations/skills/migrate-validate","ruvnet","ruflo",{"evaluate":1160,"extract":1167},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1161,"tags":1162,"targetMarket":221,"tier":222},100,[215,1163,214,1164,1165,1166],"migrations","validation","code-quality","developer-tools",{"commitSha":292},{"parentExtensionId":1169,"repoId":1170},"k176me0sh9b6bc3gzttnywx4w986njzh","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1165,215,1166,1163,214,1164],{"evaluatedAt":1173,"extractAt":1174,"updatedAt":1173},1778701008912,1778696691708,{"_creationTime":1176,"_id":1177,"community":1178,"display":1179,"identity":1185,"providers":1188,"relations":1195,"tags":1198,"workflow":1199},1778693180473.1252,"k172br69jq6k4srh8e6fph3yex86mze7",{"reviewCount":8},{"description":1180,"installMethods":1181,"name":1183,"sourceUrl":1184},"Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use for PostgreSQL queries, connection pooling, transactions, and Microsoft Entra ID (passwordless) authentication. Triggers: \"PostgreSQL\", \"postgres\", \"pg client\", \"node-postgres\", \"Azure PostgreSQL connection\", \"PostgreSQL TypeScript\", \"pg Pool\", \"passwordless postgres\".\n",{"claudeCode":1182},"microsoft/agent-skills","azure-postgres-ts","https://github.com/microsoft/agent-skills",{"basePath":1186,"githubOwner":1187,"githubRepo":1132,"locale":18,"slug":1183,"type":256},".github/plugins/azure-sdk-typescript/skills/azure-postgres-ts","microsoft",{"evaluate":1189,"extract":1194},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1161,"tags":1190,"targetMarket":221,"tier":222},[218,1191,1192,215,1193],"typescript","azure","node-postgres",{"commitSha":292},{"parentExtensionId":1196,"repoId":1197},"k178kb88kvde2xfvrp03jpy6cn86nav5","kd77czgnv00rfjm815pcc5xx5986n5t8",[1192,215,1193,218,1191],{"evaluatedAt":1200,"extractAt":1201,"updatedAt":1200},1778695769892,1778693180473,{"_creationTime":1203,"_id":1204,"community":1205,"display":1206,"identity":1212,"providers":1216,"relations":1223,"tags":1225,"workflow":1226},1778687399826.0325,"k17269dg7c9710vn40ysst9cbx86nekj",{"reviewCount":8},{"description":1207,"installMethods":1208,"name":1210,"sourceUrl":1211},"Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.",{"claudeCode":1209},"github/awesome-copilot","sql-optimization","https://github.com/github/awesome-copilot",{"basePath":1213,"githubOwner":1214,"githubRepo":1215,"locale":18,"slug":1210,"type":256},"skills/sql-optimization","github","awesome-copilot",{"evaluate":1217,"extract":1222},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1161,"tags":1218,"targetMarket":221,"tier":222},[214,1219,1220,215,1221],"performance","optimization","tuning",{"commitSha":292},{"repoId":1224},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[215,1220,1219,214,1221],{"evaluatedAt":1227,"extractAt":1228,"updatedAt":1227},1778689968064,1778687399826,{"_creationTime":1230,"_id":1231,"community":1232,"display":1233,"identity":1239,"providers":1243,"relations":1250,"tags":1252,"workflow":1253},1778683522639.4817,"k17a9cav35ya4h38sccx3r3d5d86mr2y",{"reviewCount":8},{"description":1234,"installMethods":1235,"name":1237,"sourceUrl":1238},"Guide for querying databases through DBHub MCP server. Use this skill whenever you need to explore database schemas, inspect tables, or run SQL queries via DBHub's MCP tools (search_objects, execute_sql). Activates on any database query task, schema exploration, data retrieval, or SQL execution through MCP — even if the user just says \"check the database\" or \"find me some data.\" This skill ensures you follow the correct explore-first workflow instead of guessing table structures.",{"claudeCode":1236},"bytebase/dbhub","DBHub Database Query Guide","https://github.com/bytebase/dbhub",{"basePath":1240,"githubOwner":1241,"githubRepo":1242,"locale":18,"slug":1242,"type":256},"skills/dbhub","bytebase","dbhub",{"evaluate":1244,"extract":1249},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1161,"tags":1245,"targetMarket":221,"tier":222},[215,214,1246,1247,1248,1241],"query","schema","mcp",{"commitSha":292,"license":247},{"repoId":1251},"kd75gz890g3h6zj0xf3qtbrdjd86mpw3",[1241,215,1248,1246,1247,214],{"evaluatedAt":1254,"extractAt":1255,"updatedAt":1256},1778683601748,1778683522639,1778683734542,{"_creationTime":1258,"_id":1259,"community":1260,"display":1261,"identity":1267,"providers":1272,"relations":1284,"tags":1287,"workflow":1288},1778675056600.249,"k176bgqbfa54d9kxrf8abw5j9s86mhr5",{"reviewCount":8},{"description":1262,"installMethods":1263,"name":1265,"sourceUrl":1266},"Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to \"design REST APIs\", \"optimize database queries\", \"implement authentication\", \"build microservices\", \"review backend code\", \"set up GraphQL\", \"handle database migrations\", or \"load test APIs\". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.",{"claudeCode":1264},"alirezarezvani/claude-skills","Senior Backend Engineer","https://github.com/alirezarezvani/claude-skills",{"basePath":1268,"githubOwner":1269,"githubRepo":1270,"locale":18,"slug":1271,"type":256},"engineering-team/skills/senior-backend","alirezarezvani","claude-skills","senior-backend",{"evaluate":1273,"extract":1283},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1161,"tags":1274,"targetMarket":221,"tier":222},[1275,1276,1277,1278,215,218,1191,1279,1280,1281,1282],"backend","api","rest","microservices","node-js","express","security","testing",{"commitSha":292,"license":247},{"parentExtensionId":1285,"repoId":1286},"k179s2ynpr6g927zdzf23zrhad86net8","kd7ff9s1w43mfyy1n7hf87816186m6px",[1276,1275,215,1280,1278,1279,218,1277,1281,1282,1191],{"evaluatedAt":1289,"extractAt":1290,"updatedAt":1289},1778683394838,1778675056600,{"_creationTime":1292,"_id":1293,"community":1294,"display":1295,"identity":1301,"providers":1305,"relations":1312,"tags":1314,"workflow":1315},1778682862751.9475,"k177bn4hpsv2417q7fvbdtwav586ny65",{"reviewCount":8},{"description":1296,"installMethods":1297,"name":1299,"sourceUrl":1300},"Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL migration, DDL operations, query plan explainability, and SQL compatibility validation. Triggers on phrases like: DSQL, Aurora DSQL, create DSQL table, DSQL schema, migrate to DSQL, distributed SQL database, serverless PostgreSQL-compatible database, DSQL query plan, DSQL EXPLAIN ANALYZE, why is my DSQL query slow.",{"claudeCode":1298},"awslabs/mcp","dsql","https://github.com/awslabs/mcp",{"basePath":1302,"githubOwner":1303,"githubRepo":1248,"locale":18,"slug":1304,"type":256},"src/aurora-dsql-mcp-server/skills/dsql-skill","awslabs","dsql-skill",{"evaluate":1306,"extract":1311},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1161,"tags":1307,"targetMarket":221,"tier":222},[215,214,1308,1309,1299,1310,1247,1246,1219],"aws","aurora","migration",{"commitSha":292},{"repoId":1313},"kd71cq56hfddetnwspw92kb09x86mbzy",[1309,1308,215,1299,1310,1219,1246,1247,214],{"evaluatedAt":1316,"extractAt":1317,"updatedAt":1316},1778682978663,1778682862752]