[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-product-on-purpose-utility-pm-skill-builder-zh-CN":3,"guides-for-product-on-purpose-utility-pm-skill-builder":961,"similar-k178kdjajxj3prc7e926nkcxqx86n41n-zh-CN":962},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":225,"parentExtension":248,"providers":309,"relations":313,"repo":314,"tags":959,"workflow":960},1778695720086.7715,"k178kdjajxj3prc7e926nkcxqx86n41n",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Guides contributors from a PM skill idea to a complete Skill Implementation Packet aligned with pm-skills conventions. Runs gap analysis, validates through a Why Gate, classifies by type and phase, generates draft files, and writes to a staging area for review before promotion.",{"claudeCode":12},"product-on-purpose/pm-skills","utility-pm-skill-builder","https://github.com/product-on-purpose/pm-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":241},1778696526933.303,"kn766e8hwyzmn5phaamce5qn9586nfnr","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":217,"tier":218,"useCases":219},[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 articulates the problem of starting from zero with AI product management tasks and presents PM-Skills as a solution for consistent, professional outputs.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","PM-Skills offers a significant value proposition over default LLM behavior by providing curated frameworks, templates, and examples for product management, directly addressing the problem of inconsistent and generic AI responses.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill builder is a complete utility for generating skill implementation packets, covering the full lifecycle from idea to promotion, and is ready for use in real workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on building PM skills, aligning with its stated purpose and name without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's function of guiding users from an idea to a complete Skill Implementation Packet.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill does not expose tools in the traditional sense; its output is structured text and files, not discrete commands.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill does not expose configurable parameters or environment variables directly to the user; all configuration is internal to its workflow.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The primary tool is named 'pm-skill-builder', which is descriptive and aligns with its function.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's primary interaction is through accepting a skill idea and producing structured files, with no extraneous input or output.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is Apache-2.0, a permissive OSS license, clearly indicated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits as of the trust signal date, indicating active maintenance.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill itself does not appear to rely on third-party dependencies that require explicit management beyond standard build tooling.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill is designed to process natural language input for skill ideas and generate structured files, with no apparent mechanism for executing arbitrary code or instructions from untrusted sources.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill generates files and does not fetch external content or execute arbitrary remote code at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's primary function is file generation and manipulation within a designated staging area, with no indication of attempting to modify files outside the project folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's process of generating files does not involve detached process spawns or retry loops around denied operations.",{"category":66,"check":82,"severity":42,"summary":83},"Data Exfiltration","The skill does not perform outbound calls or access confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears free of hidden steering tricks, with clean printable ASCII and expected Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation does not involve obfuscated code, base64-decoded payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill generates files into a designated staging area ('_staging/pm-skill-builder/'), which is gitignored and discarded after promotion, avoiding assumptions about user project structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 14 open issues and 11 closed in the last 90 days, the closure rate is above 50%, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","Meaningful versioning (e.g., '1.0.0') is present in the SKILL.md frontmatter and the release tags/changelog, indicating a robust release process.",{"category":104,"check":105,"severity":42,"summary":106},"Code Execution","Validation","The skill's primary function is text generation and file creation; it does not involve complex input validation or structured output parsing in a way that typically requires schema libraries.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's destructive operation is writing files to a staging area, which is git-ignored and discarded, and the promotion step is behind a user confirmation, preventing unguarded destructive actions.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill is expected to handle errors gracefully by reporting issues in file generation or promotion, though specific details are not visible without runtime execution.",{"category":104,"check":114,"severity":42,"summary":115},"Logging","As a file generation utility, extensive logging of actions is not a primary requirement for user review, and the output itself serves as a record.",{"category":117,"check":118,"severity":42,"summary":119},"Compliance","GDPR","The skill operates on user-provided skill ideas and generates documentation, without processing personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is a general-purpose utility for creating PM skills and has no regional or jurisdictional restrictions, defaulting to a 'global' target market.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill's operations (file generation, staging) are platform-agnostic and rely on standard filesystem operations, ensuring broad portability.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the project's purpose, installation, usage, and contribution guidelines.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This is a single-purpose skill, not exposing multiple distinct tools or commands.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","The skill is singular and does not expose multiple tools with overlapping functionality.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All features described in the README and SKILL.md, such as gap analysis and file generation, have corresponding implementations.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for various platforms and includes copy-pasteable commands.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill's workflow outlines error reporting steps, and the general documentation implies actionable feedback for issues encountered during generation or promotion.",{"category":147,"check":148,"severity":42,"summary":149},"Execution","Pinned dependencies","The skill itself does not bundle scripts with external dependencies that require pinning; it relies on the execution environment.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill's primary action is file generation and staging, not state-changing operations that would require a dry-run preview.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","The skill is a local file generation utility and does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry being collected by this skill; the project's telemetry policy is opt-out, but this specific skill does not emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly states its purpose: guiding contributors from an idea to a Skill Implementation Packet, including gap analysis and file generation, and explicitly defines when NOT to use it.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is dense and self-contained, clearly summarizing the core capability for precise routing.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise and delegates deeper material to separate files like references/TEMPLATE.md and references/EXAMPLE.md, following progressive disclosure principles.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Long procedures are split into references/TEMPLATE.md and references/EXAMPLE.md files, keyed by sub-task and linked via relative paths from SKILL.md.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill does not involve heavy exploration or deep code review; its workflow is procedural file generation.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md references references/EXAMPLE.md, which is described as a complete, realistic example demonstrating the skill's usage and expected output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md includes a Quality Checklist that implicitly covers handling of edge cases by verifying completeness and specific output contract requirements.",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","This skill does not rely on external tools that would require a fallback path.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's workflow includes a 'Promote (on confirmation)' step and the Quality Checklist implies checks for prerequisites, ensuring it halts or reports on unexpected states before proceeding.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses solely on building PM skills, not implicitly relying on or handling tasks of adjacent skills.",1778696526823,"This skill guides users through the process of creating new PM skills, from idea generation to a complete Skill Implementation Packet, including gap analysis, classification, and draft file generation.",[195,196,197,198,199],"Guides skill creation from idea to implementation packet","Performs gap analysis against existing skills","Validates ideas through a 'Why Gate'","Classifies skills by type and phase","Generates draft files (SKILL.md, TEMPLATE.md, EXAMPLE.md, command.md)",[201,202,203],"Modifying an existing skill (use a future validation/iteration utility)","Creating a skill for a non-pm-skills context","Creating a workflow directly (workflows are authored directly)","3.0.0","4.4.0","To empower product managers and developers to easily create consistent, high-quality PM skills following established conventions, accelerating the development of AI-assisted product management capabilities.","The skill builder is a high-quality utility, demonstrating excellent documentation, clear purpose, and production readiness. The only minor point for potential improvement is the absence of explicit edge case handling documentation beyond the quality checklist, but this is minor for a utility of this nature.",95,"A robust and well-documented utility for creating PM skills, ready for production use.",[211,212,213,214,215,216],"developer-tool","code-generation","documentation","pm-workflow","agent-builder","skill-creation","global","verified",[220,221,222],"When you have an idea for a new PM skill","When you want to add a domain, foundation, or utility skill to the pm-skills library","When a contributor needs guided skill creation that follows repo conventions",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":240},{"hasLockfile":225},true,1778696510388,{"descriptionLength":228,"readmeSize":229},278,80198,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"manifestVersion":233,"openIssues90d":234,"pushedAt":235,"stars":236},11,31,"1.0.0",14,1778649747000,205,{"hasNpmPackage":238,"license":239,"smitheryVerified":238},false,"Apache-2.0",{"hasCi":225,"hasTests":238},{"updatedAt":242},1778696526933,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/utility-pm-skill-builder","product-on-purpose","pm-skills","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":256,"parentExtension":259,"providers":290,"relations":305,"tags":306,"workflow":307},1778695720086.7622,"k1721116hsfj7zg78w03432n8986n6y8",{"reviewCount":8},{"description":253,"installMethods":254,"name":255,"sourceUrl":14},"40 product management skills for AI agents, covering the full product lifecycle from discovery through iteration. Includes the v2.12.0 OKR Skills set (foundation-okr-writer + measure-okr-grader for the full quarterly OKR write-and-score cycle), the v2.11.0 Meeting Skills Family (5 cross-cutting skills governed by a shared contract with enforcing CI), lean canvas, persona, structured templates, real-world examples, workflows, an interactive skill builder, and lifecycle tools for validating and iterating skills. Follows the agentskills.io specification.",{"claudeCode":246},"PM-Skills",{"basePath":257,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":258},"","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":267,"providers":269,"relations":284,"tags":286,"workflow":287},1778695720086.762,"k17e82myp13z1v3ayhrvy721y186npks",{"reviewCount":8},{"description":264,"installMethods":265,"name":266,"sourceUrl":14},"Product Management skills for AI agents",{"claudeCode":12},"pm-skills-marketplace",{"basePath":257,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":268},"marketplace",{"evaluate":270,"extract":278},{"promptVersionExtension":271,"promptVersionScoring":205,"score":208,"tags":272,"targetMarket":217,"tier":218},"3.1.0",[273,274,275,213,276,277],"product-management","agile","workflows","templates","ai-agent-skills",{"commitSha":279,"marketplace":280,"plugin":282},"HEAD",{"name":266,"pluginCount":281},1,{"mcpCount":8,"provider":283,"skillCount":8},"classify",{"repoId":285},"kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[274,277,213,273,276,275],{"evaluatedAt":288,"extractAt":289,"updatedAt":288},1778695736047,1778695720086,{"evaluate":291,"extract":302},{"promptVersionExtension":204,"promptVersionScoring":205,"score":292,"tags":293,"targetMarket":217,"tier":218},99,[273,294,295,296,297,298,299,300,301],"pm","prd","user-stories","okrs","lean-startup","design-thinking","meeting-skills","agent-skills",{"commitSha":279,"license":239,"plugin":303},{"mcpCount":8,"provider":283,"skillCount":304},40,{"parentExtensionId":261,"repoId":285},[301,299,298,300,297,294,295,273,296],{"evaluatedAt":308,"extractAt":289,"updatedAt":308},1778695745973,{"evaluate":310,"extract":312},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":311,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":279},{"parentExtensionId":250,"repoId":285},{"_creationTime":315,"_id":285,"identity":316,"providers":317,"workflow":955},1778695714515.1458,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":318,"discover":942,"github":945},{"commitSha":279,"extensions":319},[320,333,518,531,541,551,561,571,581,591,601,611,621,631,641,651,661,671,681,691,701,711,723,733,743,753,763,773,783,793,803,813,823,833,843,853,863,873,883,899,906,916,926],{"basePath":257,"description":264,"displayName":266,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":257,"description":253,"displayName":246,"installMethods":334,"license":239,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":258},{"claudeCode":246},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/define-hypothesis/SKILL.md","medium",{"path":345,"priority":343},"skills/define-jtbd-canvas/SKILL.md",{"path":347,"priority":343},"skills/define-opportunity-tree/SKILL.md",{"path":349,"priority":343},"skills/define-problem-statement/SKILL.md",{"path":351,"priority":343},"skills/deliver-acceptance-criteria/SKILL.md",{"path":353,"priority":343},"skills/deliver-edge-cases/SKILL.md",{"path":355,"priority":343},"skills/deliver-launch-checklist/SKILL.md",{"path":357,"priority":343},"skills/deliver-prd/SKILL.md",{"path":359,"priority":343},"skills/deliver-release-notes/SKILL.md",{"path":361,"priority":343},"skills/deliver-user-stories/SKILL.md",{"path":363,"priority":343},"skills/develop-adr/SKILL.md",{"path":365,"priority":343},"skills/develop-design-rationale/SKILL.md",{"path":367,"priority":343},"skills/develop-solution-brief/SKILL.md",{"path":369,"priority":343},"skills/develop-spike-summary/SKILL.md",{"path":371,"priority":343},"skills/discover-competitive-analysis/SKILL.md",{"path":373,"priority":343},"skills/discover-interview-synthesis/SKILL.md",{"path":375,"priority":343},"skills/discover-stakeholder-summary/SKILL.md",{"path":377,"priority":343},"skills/foundation-lean-canvas/SKILL.md",{"path":379,"priority":343},"skills/foundation-meeting-agenda/SKILL.md",{"path":381,"priority":343},"skills/foundation-meeting-brief/SKILL.md",{"path":383,"priority":343},"skills/foundation-meeting-recap/SKILL.md",{"path":385,"priority":343},"skills/foundation-meeting-synthesize/SKILL.md",{"path":387,"priority":343},"skills/foundation-okr-writer/SKILL.md",{"path":389,"priority":343},"skills/foundation-persona/SKILL.md",{"path":391,"priority":343},"skills/foundation-stakeholder-update/SKILL.md",{"path":393,"priority":343},"skills/iterate-lessons-log/SKILL.md",{"path":395,"priority":343},"skills/iterate-pivot-decision/SKILL.md",{"path":397,"priority":343},"skills/iterate-refinement-notes/SKILL.md",{"path":399,"priority":343},"skills/iterate-retrospective/SKILL.md",{"path":401,"priority":343},"skills/measure-dashboard-requirements/SKILL.md",{"path":403,"priority":343},"skills/measure-experiment-design/SKILL.md",{"path":405,"priority":343},"skills/measure-experiment-results/SKILL.md",{"path":407,"priority":343},"skills/measure-instrumentation-spec/SKILL.md",{"path":409,"priority":343},"skills/measure-okr-grader/SKILL.md",{"path":411,"priority":343},"skills/utility-mermaid-diagrams/SKILL.md",{"path":413,"priority":343},"skills/utility-pm-skill-builder/SKILL.md",{"path":415,"priority":343},"skills/utility-pm-skill-iterate/SKILL.md",{"path":417,"priority":343},"skills/utility-pm-skill-validate/SKILL.md",{"path":419,"priority":343},"skills/utility-slideshow-creator/SKILL.md",{"path":421,"priority":343},"skills/utility-update-pm-skills/SKILL.md",{"path":423,"priority":331},"commands/.gitkeep",{"path":425,"priority":331},"commands/acceptance-criteria.md",{"path":427,"priority":331},"commands/adr.md",{"path":429,"priority":331},"commands/competitive-analysis.md",{"path":431,"priority":331},"commands/dashboard-requirements.md",{"path":433,"priority":331},"commands/design-rationale.md",{"path":435,"priority":331},"commands/edge-cases.md",{"path":437,"priority":331},"commands/experiment-design.md",{"path":439,"priority":331},"commands/experiment-results.md",{"path":441,"priority":331},"commands/hypothesis.md",{"path":443,"priority":331},"commands/instrumentation-spec.md",{"path":445,"priority":331},"commands/interview-synthesis.md",{"path":447,"priority":331},"commands/jtbd-canvas.md",{"path":449,"priority":331},"commands/launch-checklist.md",{"path":451,"priority":331},"commands/lean-canvas.md",{"path":453,"priority":331},"commands/lessons-log.md",{"path":455,"priority":331},"commands/meeting-agenda.md",{"path":457,"priority":331},"commands/meeting-brief.md",{"path":459,"priority":331},"commands/meeting-recap.md",{"path":461,"priority":331},"commands/meeting-synthesize.md",{"path":463,"priority":331},"commands/mermaid-diagrams.md",{"path":465,"priority":331},"commands/okr-grader.md",{"path":467,"priority":331},"commands/okr-writer.md",{"path":469,"priority":331},"commands/opportunity-tree.md",{"path":471,"priority":331},"commands/persona.md",{"path":473,"priority":331},"commands/pivot-decision.md",{"path":475,"priority":331},"commands/pm-skill-builder.md",{"path":477,"priority":331},"commands/pm-skill-iterate.md",{"path":479,"priority":331},"commands/pm-skill-validate.md",{"path":481,"priority":331},"commands/prd.md",{"path":483,"priority":331},"commands/problem-statement.md",{"path":485,"priority":331},"commands/refinement-notes.md",{"path":487,"priority":331},"commands/release-notes.md",{"path":489,"priority":331},"commands/retrospective.md",{"path":491,"priority":331},"commands/slideshow-creator.md",{"path":493,"priority":331},"commands/solution-brief.md",{"path":495,"priority":331},"commands/spike-summary.md",{"path":497,"priority":331},"commands/stakeholder-summary.md",{"path":499,"priority":331},"commands/stakeholder-update.md",{"path":501,"priority":331},"commands/update-pm-skills.md",{"path":503,"priority":331},"commands/user-stories.md",{"path":505,"priority":331},"commands/workflow-customer-discovery.md",{"path":507,"priority":331},"commands/workflow-feature-kickoff.md",{"path":509,"priority":331},"commands/workflow-post-launch-learning.md",{"path":511,"priority":331},"commands/workflow-product-strategy.md",{"path":513,"priority":331},"commands/workflow-sprint-planning.md",{"path":515,"priority":331},"commands/workflow-stakeholder-alignment.md",{"path":517,"priority":331},"commands/workflow-technical-discovery.md",{"basePath":519,"description":520,"displayName":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":332,"sourceLanguage":18,"type":247},"skills/utility-update-pm-skills","Checks for newer pm-skills releases, compares local vs. latest version, previews what would change, and updates local files after user confirmation. Generates a structured update report documenting changed files, new capabilities, and the value delta between versions. Use when you want to bring a local pm-skills installation up to date.","utility-update-pm-skills",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-update-pm-skills/SKILL.md (coalesced with duplicate skill at docs/internal/efforts/F-24-update-pm-skills/drafts/skills/utility-update-pm-skills, docs/internal/efforts/F-24-update-pm-skills/_discovery/2026-04-09_claude-web-session/skills/utility-update-pm-skills)",[525,527,529],{"path":526,"priority":326},"SKILL.md",{"path":528,"priority":343},"references/EXAMPLE.md",{"path":530,"priority":343},"references/TEMPLATE.md",{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":332,"sourceLanguage":18,"type":247},"docs/templates/skill-template","\u003Csingle-line 20-100 word description; include trigger keywords and do not use folded YAML>","skill-template",{"claudeCode":12},"SKILL.md frontmatter at docs/templates/skill-template/SKILL.md",[538,539,540],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":332,"sourceLanguage":18,"type":247},"skills/define-hypothesis","Defines a testable hypothesis with clear success metrics and validation approach. Use when forming assumptions to test, designing experiments, or aligning team on what success looks like.","define-hypothesis",{"claudeCode":12},"SKILL.md frontmatter at skills/define-hypothesis/SKILL.md",[548,549,550],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":552,"description":553,"displayName":554,"installMethods":555,"rationale":556,"selectedPaths":557,"source":332,"sourceLanguage":18,"type":247},"skills/define-jtbd-canvas","Creates a Jobs to be Done canvas capturing the functional, emotional, and social dimensions of a customer job. Use when deeply understanding customer motivations, designing for jobs, or reframing product positioning.","define-jtbd-canvas",{"claudeCode":12},"SKILL.md frontmatter at skills/define-jtbd-canvas/SKILL.md",[558,559,560],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":332,"sourceLanguage":18,"type":247},"skills/define-opportunity-tree","Creates an opportunity solution tree mapping desired outcomes to opportunities and potential solutions. Use for outcome-driven product discovery, prioritization, or communicating product strategy.","define-opportunity-tree",{"claudeCode":12},"SKILL.md frontmatter at skills/define-opportunity-tree/SKILL.md",[568,569,570],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":332,"sourceLanguage":18,"type":247},"skills/define-problem-statement","Creates a clear problem framing document with user impact, business context, and success criteria. Use when starting a new initiative, realigning a drifted project, or communicating up to leadership.","define-problem-statement",{"claudeCode":12},"SKILL.md frontmatter at skills/define-problem-statement/SKILL.md",[578,579,580],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":332,"sourceLanguage":18,"type":247},"skills/deliver-acceptance-criteria","Generates structured Given/When/Then acceptance criteria for a user story or feature slice. Use when translating product requirements into testable scenarios that cover the happy path, edge cases, error states, and non-functional expectations for engineering handoff and QA.","deliver-acceptance-criteria",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-acceptance-criteria/SKILL.md",[588,589,590],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":332,"sourceLanguage":18,"type":247},"skills/deliver-edge-cases","Documents edge cases, error states, boundary conditions, and recovery paths for a feature. Use during specification to ensure comprehensive coverage, or during QA planning to identify test scenarios.","deliver-edge-cases",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-edge-cases/SKILL.md",[598,599,600],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":332,"sourceLanguage":18,"type":247},"skills/deliver-launch-checklist","Creates a comprehensive pre-launch checklist covering engineering, design, marketing, support, legal, and operations readiness. Use before releasing features, products, or major updates to ensure nothing is missed.","deliver-launch-checklist",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-launch-checklist/SKILL.md",[608,609,610],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":332,"sourceLanguage":18,"type":247},"skills/deliver-prd","Creates a comprehensive Product Requirements Document that aligns stakeholders on what to build, why, and how success will be measured. Use when specifying features, epics, or product initiatives for engineering handoff.","deliver-prd",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-prd/SKILL.md",[618,619,620],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":332,"sourceLanguage":18,"type":247},"skills/deliver-release-notes","Creates user-facing release notes that communicate new features, improvements, and fixes in clear, benefit-focused language. Use when shipping updates to communicate changes to users, customers, or stakeholders.","deliver-release-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-release-notes/SKILL.md",[628,629,630],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":332,"sourceLanguage":18,"type":247},"skills/deliver-user-stories","Generates user stories with clear acceptance criteria from product requirements or feature descriptions. Use when breaking down features for sprint planning, writing tickets, or communicating requirements to engineering.","deliver-user-stories",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-user-stories/SKILL.md",[638,639,640],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":332,"sourceLanguage":18,"type":247},"skills/develop-adr","Creates an Architecture Decision Record following the Nygard format to document significant technical decisions, their context, and consequences. Use when making technical choices that affect system architecture, technology selection, or development patterns.","develop-adr",{"claudeCode":12},"SKILL.md frontmatter at skills/develop-adr/SKILL.md",[648,649,650],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":332,"sourceLanguage":18,"type":247},"skills/develop-design-rationale","Documents the reasoning behind design decisions including alternatives considered, trade-offs evaluated, and principles applied. Use when making significant UX decisions, aligning with stakeholders on design direction, or preserving design context for future reference.","develop-design-rationale",{"claudeCode":12},"SKILL.md frontmatter at skills/develop-design-rationale/SKILL.md",[658,659,660],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":332,"sourceLanguage":18,"type":247},"skills/develop-solution-brief","Creates a concise one-page solution overview that communicates the proposed approach, key decisions, and trade-offs. Use when pitching solutions to stakeholders, aligning teams on approach, or documenting solution intent before detailed specification.","develop-solution-brief",{"claudeCode":12},"SKILL.md frontmatter at skills/develop-solution-brief/SKILL.md",[668,669,670],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":332,"sourceLanguage":18,"type":247},"skills/develop-spike-summary","Documents the results of a time-boxed technical or design exploration (spike). Use after completing a spike to capture learnings, findings, and recommendations for the team.","develop-spike-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/develop-spike-summary/SKILL.md",[678,679,680],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":332,"sourceLanguage":18,"type":247},"skills/discover-competitive-analysis","Creates a structured competitive analysis comparing features, positioning, and strategy across competitors. Use when entering a market, planning differentiation, or understanding the competitive landscape.","discover-competitive-analysis",{"claudeCode":12},"SKILL.md frontmatter at skills/discover-competitive-analysis/SKILL.md",[688,689,690],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":332,"sourceLanguage":18,"type":247},"skills/discover-interview-synthesis","Synthesizes user research interviews into actionable insights, patterns, and recommendations. Use after conducting user interviews, customer calls, or usability sessions to extract and communicate findings.","discover-interview-synthesis",{"claudeCode":12},"SKILL.md frontmatter at skills/discover-interview-synthesis/SKILL.md",[698,699,700],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":332,"sourceLanguage":18,"type":247},"skills/discover-stakeholder-summary","Documents stakeholder needs, concerns, and influence for a project or initiative. Use when starting projects, managing complex stakeholder relationships, or ensuring alignment across organizational boundaries.","discover-stakeholder-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/discover-stakeholder-summary/SKILL.md",[708,709,710],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":332,"sourceLanguage":18,"type":247},"skills/foundation-lean-canvas","Produces a one-page lean canvas across nine interlocking blocks (problem, customer, UVP, solution, channels, revenue, cost, metrics, unfair advantage) with optional inline HTML and SVG visual rendering. Use when framing a new product thesis, stress-testing an existing strategy, comparing strategic options side-by-side, or aligning a team on business-model assumptions. Works as a strategic hub that cross-links to deeper PM skills without duplicating them.","foundation-lean-canvas",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-lean-canvas/SKILL.md",[718,719,720,721],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"path":722,"priority":343},"references/html-template.html",{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":332,"sourceLanguage":18,"type":247},"skills/foundation-meeting-agenda","Produces an attendee-facing agenda that sets what will be discussed, who owns each topic, and how time will be spent. Supports ten meeting type variants (standup, planning, review, decision-making, brainstorm, 1-on-1, stakeholder-review, project-kickoff, working-session, exec-briefing). Emits a shareable summary suitable for Slack or email plus a full agenda with time-boxed topics, type tags, owners, attendee prep, and logistics.","foundation-meeting-agenda",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-meeting-agenda/SKILL.md",[730,731,732],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":332,"sourceLanguage":18,"type":247},"skills/foundation-meeting-brief","Produces a private strategic preparation document for the user before a meeting that matters. Captures stakes, stakeholder positions and reads, ranked desired outcomes, key messages, anticipated questions with prepared responses, risks and tensions, specific asks, and success signals. Distinct from meeting-agenda because this artifact is not shared with attendees; it is the user's personal tactical prep for meetings where positioning matters.","foundation-meeting-brief",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-meeting-brief/SKILL.md",[740,741,742],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":332,"sourceLanguage":18,"type":247},"skills/foundation-meeting-recap","Produces a topic-segmented post-meeting summary for attendees with decisions highlighted and actions captured inline per topic (plus a consolidated action view at the end). Auto-populates topic skeleton from a sibling meeting-agenda when available and reconciles planned vs. actual topics. Accepts transcripts from Zoom, Meet, Otter, Fireflies, Krisp MCP, or manual notes; runs on variable-quality input without blocking.","foundation-meeting-recap",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-meeting-recap/SKILL.md",[750,751,752],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":332,"sourceLanguage":18,"type":247},"skills/foundation-meeting-synthesize","Cross-meeting archaeology skill. Consumes multiple meeting recaps (or raw notes) over a period and surfaces patterns invisible in any single meeting. Shows how decisions evolved, who has been saying what, where threads are stalling, and where contradictions have emerged. Produces a plain-text timeline, themes with confidence markers, stakeholder position tracking, consolidated decision list, contradiction flags, open items, narrative summary, and prioritized follow-ups.","foundation-meeting-synthesize",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-meeting-synthesize/SKILL.md",[760,761,762],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":332,"sourceLanguage":18,"type":247},"skills/foundation-okr-writer","Drafts, reviews, rewrites, and coaches outcome-based OKR sets across team, department, product, or company scopes. Supports five entry modes (Guided default, One-Shot via --oneshot, Sustained Coach, Audit Only, Rewrite). Diagnoses empowered-team context and adjusts framing; refuses to fabricate baselines or targets; refuses to use OKR scores for compensation; reframes feature-delivery KRs into outcome KRs. Use when planning quarterly OKRs, translating strategy into team outcomes, reviewing draft OKRs for quality, or converting roadmap-as-OKR drafts into proper OKR sets.","foundation-okr-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-okr-writer/SKILL.md",[770,771,772],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":332,"sourceLanguage":18,"type":247},"skills/foundation-persona","Generates an evidence-calibrated product or marketing persona using the canonical v2.5 output contract. Use when shaping artifact perspective, stress-testing decisions, or framing product and GTM strategy.","foundation-persona",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-persona/SKILL.md",[780,781,782],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":332,"sourceLanguage":18,"type":247},"skills/foundation-stakeholder-update","Produces async communication to stakeholders, primarily non-attendees and secondarily some attendees who want a reference. Translates meeting outcomes into what-it-means language for readers, with channel variants (slack, teams, email, notion, exec-memo) and audience variants (engineering, design, leadership, customer-facing, mixed). Surfaces a primary CTA up front, flags technical-to-business translations for user verification, and detects thread continuation from prior updates.","foundation-stakeholder-update",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-stakeholder-update/SKILL.md",[790,791,792],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":332,"sourceLanguage":18,"type":247},"skills/iterate-lessons-log","Creates a structured lessons learned entry for organizational memory. Use after projects, incidents, or significant learnings to capture knowledge for future teams and initiatives.","iterate-lessons-log",{"claudeCode":12},"SKILL.md frontmatter at skills/iterate-lessons-log/SKILL.md",[800,801,802],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":804,"description":805,"displayName":806,"installMethods":807,"rationale":808,"selectedPaths":809,"source":332,"sourceLanguage":18,"type":247},"skills/iterate-pivot-decision","Documents a strategic pivot or persevere decision with the evidence, analysis, and rationale. Use when evaluating whether to change direction on a product, feature, or strategy based on market feedback.","iterate-pivot-decision",{"claudeCode":12},"SKILL.md frontmatter at skills/iterate-pivot-decision/SKILL.md",[810,811,812],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":332,"sourceLanguage":18,"type":247},"skills/iterate-refinement-notes","Documents backlog refinement session outcomes including stories refined, estimates, questions raised, and decisions made. Use during or after refinement to capture the results and share with absent team members.","iterate-refinement-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/iterate-refinement-notes/SKILL.md",[820,821,822],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":332,"sourceLanguage":18,"type":247},"skills/iterate-retrospective","Facilitates and documents a team retrospective capturing what went well, what to improve, and action items. Use at the end of sprints, projects, or milestones to reflect and improve team practices.","iterate-retrospective",{"claudeCode":12},"SKILL.md frontmatter at skills/iterate-retrospective/SKILL.md",[830,831,832],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":834,"description":835,"displayName":836,"installMethods":837,"rationale":838,"selectedPaths":839,"source":332,"sourceLanguage":18,"type":247},"skills/measure-dashboard-requirements","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.","measure-dashboard-requirements",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-dashboard-requirements/SKILL.md",[840,841,842],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":332,"sourceLanguage":18,"type":247},"skills/measure-experiment-design","Designs an A/B test or experiment with clear hypothesis, variants, success metrics, sample size, and duration. Use when planning experiments to validate product changes or test hypotheses.","measure-experiment-design",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-experiment-design/SKILL.md",[850,851,852],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":332,"sourceLanguage":18,"type":247},"skills/measure-experiment-results","Documents the results of a completed experiment or A/B test with statistical analysis, learnings, and recommendations. Use after experiments conclude to communicate findings, inform decisions, and build organizational knowledge.","measure-experiment-results",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-experiment-results/SKILL.md",[860,861,862],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":864,"description":865,"displayName":866,"installMethods":867,"rationale":868,"selectedPaths":869,"source":332,"sourceLanguage":18,"type":247},"skills/measure-instrumentation-spec","Specifies event tracking and analytics instrumentation requirements for a feature. Use when defining what data to collect, ensuring consistent tracking implementation, or documenting analytics requirements for engineering.","measure-instrumentation-spec",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-instrumentation-spec/SKILL.md",[870,871,872],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":874,"description":875,"displayName":876,"installMethods":877,"rationale":878,"selectedPaths":879,"source":332,"sourceLanguage":18,"type":247},"skills/measure-okr-grader","Scores completed OKR sets at cycle close with KR-level scoring per the canonical OKR type enum (committed | aspirational | learning | operational_health | compliance_or_safety), committed-vs-aspirational interpretation, evidence quality assessment, learning synthesis, and next-cycle recommendations. Refuses to retroactively change targets or shrink committed scope, average away guardrail KRs, treat 0.7 as success for committed or compliance_or_safety KRs, equate effort with impact, or use scores for individual performance. Hands off to iterate-lessons-log, iterate-retrospective, define-hypothesis, measure-dashboard-requirements, measure-instrumentation-spec, and foundation-okr-writer.","measure-okr-grader",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-okr-grader/SKILL.md",[880,881,882],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":884,"description":885,"displayName":886,"installMethods":887,"rationale":888,"selectedPaths":889,"source":332,"sourceLanguage":18,"type":247},"skills/utility-mermaid-diagrams","Teaches PMs to create syntactically valid mermaid diagrams by selecting the right diagram type for their communication need, following syntax validity rules, and validating before shipping. Covers all 15 mermaid diagram types with PM-relevant examples and a dual-lens navigation system.","utility-mermaid-diagrams",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-mermaid-diagrams/SKILL.md",[890,891,892,893,895,897],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"path":894,"priority":343},"references/diagram-catalog.md",{"path":896,"priority":343},"references/pm-use-cases.md",{"path":898,"priority":343},"references/syntax-guide.md",{"basePath":244,"description":10,"displayName":13,"installMethods":900,"rationale":901,"selectedPaths":902,"source":332,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/utility-pm-skill-builder/SKILL.md",[903,904,905],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":332,"sourceLanguage":18,"type":247},"skills/utility-pm-skill-iterate","Applies targeted improvements to an existing pm-skills skill based on feedback, validation reports, or convention changes. Reads current files, previews proposed changes, writes on confirmation, and suggests a version bump. Use when improving a skill after validation or feedback.","utility-pm-skill-iterate",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-pm-skill-iterate/SKILL.md",[913,914,915],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":917,"description":918,"displayName":919,"installMethods":920,"rationale":921,"selectedPaths":922,"source":332,"sourceLanguage":18,"type":247},"skills/utility-pm-skill-validate","Audits an existing pm-skills skill against structural conventions and quality criteria. Produces a structured validation report with pass/fail checks, severity-graded findings, and actionable recommendations. Use when checking whether a skill meets repo standards before shipping or after making changes.","utility-pm-skill-validate",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-pm-skill-validate/SKILL.md",[923,924,925],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":332,"sourceLanguage":18,"type":247},"skills/utility-slideshow-creator","Generates professional presentations from a JSON deck specification using 18 slide types with dark/light variants, content-to-layout decision logic, and calibrated character limits. Ships with a default professional theme and supports custom themes via utility-slideshow-themer.","utility-slideshow-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-slideshow-creator/SKILL.md",[933,934,935,936,938,940],{"path":526,"priority":326},{"path":528,"priority":343},{"path":530,"priority":343},{"path":937,"priority":343},"references/decision-logic.md",{"path":939,"priority":343},"references/platform-rules.md",{"path":941,"priority":343},"references/slide-types.md",{"sources":943},[944],"manual",{"closedIssues90d":231,"description":946,"forks":232,"homepage":947,"license":239,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":948},"Curated, plug-and-play product management skills for AI agents. 40 skills across Triple Diamond phases plus foundation (lean canvas, persona, meeting lifecycle family) and utility (create, validate, iterate). Templates, workflows, thread-aligned samples, CI-enforced skill-family contracts. Apache 2.0.","https://product-on-purpose.github.io/pm-skills/",[301,949,950,273,951,952,953,954],"ai-skills","claude-code","claude-desktop","openskills","skill-families","triple-diamond",{"classifiedAt":956,"discoverAt":957,"extractAt":958,"githubAt":958,"updatedAt":956},1778695719797,1778695714515,1778695717835,[215,212,211,213,214,216],{"evaluatedAt":242,"extractAt":289,"updatedAt":242},[],[963,997,1025,1051,1079,1108],{"_creationTime":964,"_id":965,"community":966,"display":967,"identity":973,"providers":978,"relations":989,"tags":992,"workflow":993},1778693768760.7378,"k175yn0rkw0qm6g8ctn8fm789586mft8",{"reviewCount":8},{"description":968,"installMethods":969,"name":971,"sourceUrl":972},"使用并行子代理军队管理 context-mode GitHub 问题、PR、发布和营销。为每个任务编排 10-20 个动态代理。在分类问题、审查 PR、发布版本、撰写 LinkedIn 帖子、宣布发布、修复错误、合并贡献、验证 ENV 变量、测试适配器或同步分支时使用。",{"claudeCode":970},"mksglu/context-mode","context-mode-ops","https://github.com/mksglu/context-mode",{"basePath":974,"githubOwner":975,"githubRepo":976,"locale":977,"slug":971,"type":247},".claude/skills/context-mode-ops","mksglu","context-mode","zh-CN",{"evaluate":979,"extract":988},{"promptVersionExtension":204,"promptVersionScoring":205,"score":980,"tags":981,"targetMarket":217,"tier":218},100,[982,983,984,212,211,985,986,987],"context-window","llm-optimization","session-continuity","productivity","security","compliance",{"commitSha":279},{"repoId":990,"translatedFrom":991},"kd764b2fctbqg4b8j8y6xvmkvs86m29m","k1758b69g51wttzw4r6epd3jrs86mtk8",[212,987,982,211,983,985,986,984],{"evaluatedAt":994,"extractAt":995,"updatedAt":996},1778693567505,1778693511416,1778693768760,{"_creationTime":998,"_id":999,"community":1000,"display":1001,"identity":1007,"providers":1012,"relations":1019,"tags":1021,"workflow":1022},1778683190010.286,"k17bhh6s25qm1c5w7g2rfaknyd86nysv",{"reviewCount":8},{"description":1002,"installMethods":1003,"name":1005,"sourceUrl":1006},"Guide for creating effective skills",{"claudeCode":1004},"bobmatnyc/claude-mpm-skills","Skill Creator","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":1008,"githubOwner":1009,"githubRepo":1010,"locale":18,"slug":1011,"type":247},"universal/main/skill-creator","bobmatnyc","claude-mpm-skills","skill-creator",{"evaluate":1013,"extract":1017},{"promptVersionExtension":204,"promptVersionScoring":205,"score":980,"tags":1014,"targetMarket":217,"tier":218},[213,216,1015,211,1016],"ai-agent","framework",{"commitSha":279,"license":1018},"MIT",{"repoId":1020},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[1015,211,213,1016,216],{"evaluatedAt":1023,"extractAt":1024,"updatedAt":1023},1778686498077,1778683190010,{"_creationTime":1026,"_id":1027,"community":1028,"display":1029,"identity":1035,"providers":1040,"relations":1045,"tags":1047,"workflow":1048},1778696052276.0107,"k171z23g1x2r2th4z1w2bn5y8186n0d4",{"reviewCount":8},{"description":1030,"installMethods":1031,"name":1033,"sourceUrl":1034},"Interactive skill creator for Claude Code and Agent Skills ecosystem. Build SKILL.md files with proper frontmatter, triggers, and structure. Triggers on creating skills, building skills, skill templates, skill frontmatter, allowed-tools, npx add-skill, agent skills.",{"claudeCode":1032},"raintree-technology/claude-starter","Claude Code Skill Builder","https://github.com/raintree-technology/claude-starter",{"basePath":1036,"githubOwner":1037,"githubRepo":1038,"locale":18,"slug":1039,"type":247},".claude/skills/anthropic/claude-skill-builder","raintree-technology","claude-starter","claude-skill-builder",{"evaluate":1041,"extract":1044},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1042,"tags":1043,"targetMarket":217,"tier":218},98,[216,950,301,213,211],{"commitSha":279,"license":1018},{"repoId":1046},"kd78ywakatnz4sjfx781sy14vh86mtty",[301,950,211,213,216],{"evaluatedAt":1049,"extractAt":1050,"updatedAt":1049},1778696314963,1778696052276,{"_creationTime":1052,"_id":1053,"community":1054,"display":1055,"identity":1061,"providers":1065,"relations":1073,"tags":1075,"workflow":1076},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",{"reviewCount":8},{"description":1056,"installMethods":1057,"name":1059,"sourceUrl":1060},"Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.",{"claudeCode":1058},"openai/skills","cli-creator","https://github.com/openai/skills",{"basePath":1062,"githubOwner":1063,"githubRepo":1064,"locale":18,"slug":1059,"type":247},"skills/.curated/cli-creator","openai","skills",{"evaluate":1066,"extract":1072},{"promptVersionExtension":204,"promptVersionScoring":205,"score":980,"tags":1067,"targetMarket":217,"tier":218},[1068,212,1069,1070,1071],"cli","developer-tools","codex","automation",{"commitSha":279},{"repoId":1074},"kd75n2zj3yh472p25zffgycved86mnpx",[1071,1068,212,1070,1069],{"evaluatedAt":1077,"extractAt":1078,"updatedAt":1077},1778695068759,1778695021936,{"_creationTime":1080,"_id":1081,"community":1082,"display":1083,"identity":1089,"providers":1093,"relations":1100,"tags":1103,"workflow":1104},1778692997480.065,"k174jb7x7h52qzjr42hvgsxpj986mgws",{"reviewCount":8},{"description":1084,"installMethods":1085,"name":1087,"sourceUrl":1088},"使用严格的交付工作流执行编码任务：构建完整计划、分步实现、持续运行测试，并默认在每一步 (`per_step`) 后提交。当用户要求行为驱动交付或需求不明确时，支持显式提交策略覆盖 (`final_only`, `milestone`) 和可选的 BDD（给定/当/则）。",{"claudeCode":1086},"majiayu000/vibeguard","fixflow","https://github.com/majiayu000/vibeguard",{"basePath":1090,"githubOwner":1091,"githubRepo":1092,"locale":977,"slug":1087,"type":247},"workflows/fixflow","majiayu000","vibeguard",{"evaluate":1094,"extract":1099},{"promptVersionExtension":204,"promptVersionScoring":205,"score":980,"tags":1095,"targetMarket":217,"tier":218},[1096,1097,1069,212,1098,986],"code-quality","ai-safety","workflow-automation",{"commitSha":279},{"repoId":1101,"translatedFrom":1102},"kd7b0vh258xpbyerk68bk3e1ks86mk58","k17bwx69hk0p0w7rnpzvv2p16h86mp2k",[1097,212,1096,1069,986,1098],{"evaluatedAt":1105,"extractAt":1106,"updatedAt":1107},1778692812461,1778692607327,1778692997480,{"_creationTime":1109,"_id":1110,"community":1111,"display":1112,"identity":1118,"providers":1122,"relations":1130,"tags":1132,"workflow":1133},1778687399826.038,"k177k6yc1nvmc35w54dht6t11586np31",{"reviewCount":8},{"description":1113,"installMethods":1114,"name":1116,"sourceUrl":1117},"Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.",{"claudeCode":1115},"github/awesome-copilot","kotlin-mcp-server-generator","https://github.com/github/awesome-copilot",{"basePath":1119,"githubOwner":1120,"githubRepo":1121,"locale":18,"slug":1116,"type":247},"skills/kotlin-mcp-server-generator","github","awesome-copilot",{"evaluate":1123,"extract":1129},{"promptVersionExtension":204,"promptVersionScoring":205,"score":980,"tags":1124,"targetMarket":217,"tier":218},[1125,1126,1127,212,1128],"kotlin","mcp","server","gradle",{"commitSha":279},{"repoId":1131},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[212,1128,1125,1126,1127],{"evaluatedAt":1134,"extractAt":1135,"updatedAt":1134},1778690535577,1778687399826]