agentsclimarketplace

Product skills

Skill sinhoneyy/master-skills/skills/product-skills

Unified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains

Install
npx -y skills add sinhoneyy/master-skills --skill product-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Router/index for the 12 product skills bundled in this plugin (RICE prioritization, OKRs, UX research, design tokens, competitive teardown, analytics, experiments, discovery, roadmaps, spec-to-repo, landing pages, SaaS scaffolding). Use when a product request doesn't obviously match one skill and you need to pick the right one (e.g., 'help me prioritize features', 'plan a product experiment').

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.0 KB, 600 tokens by cl100k_base, as published. Nobody here has run it

Product Skills — Router

This plugin bundles 12 product skills (this router is the 13th folder under product-team/skills/). Each skill is self-contained: read its SKILL.md, run its scripts/, apply its references/ and assets/.

Routing table

Match the request against the signals below, then load product-team/skills/<skill>/SKILL.md. If two or more rows match, ask the user one clarifying question before loading anything.

Request signalsSkillPath
Prioritize features, RICE scores, interview synthesisproduct-manager-toolkitskills/product-manager-toolkit/
OKRs, strategy cascade, objective alignmentproduct-strategistskills/product-strategist/
Personas, usability findings, research synthesisux-researcher-designerskills/ux-researcher-designer/
Design tokens, component specs, WCAG contrastui-design-systemskills/ui-design-system/
Competitor analysis, feature/pricing matrixcompetitive-teardownskills/competitive-teardown/
Retention, cohorts, funnel analysisproduct-analyticsskills/product-analytics/
A/B test design, sample size, hypothesis gatesexperiment-designerskills/experiment-designer/
Opportunity trees, assumption mapping, discoveryproduct-discoveryskills/product-discovery/
Roadmap formats per audience, changelogsroadmap-communicatorskills/roadmap-communicator/
Turn a written spec into a repo scaffoldspec-to-reposkills/spec-to-repo/
Landing page (Next.js TSX + Tailwind)landing-page-generatorskills/landing-page-generator/
Bootstrap a SaaS app skeletonsaas-scaffolderskills/saas-scaffolder/

Quick start

# Example: route a prioritization request
cat product-team/skills/product-manager-toolkit/SKILL.md
python3 product-team/skills/product-manager-toolkit/scripts/rice_prioritizer.py --help

Related product-team plugins (packaged separately, not in this bundle)

  • product-team/agile-product-owner/ — user stories, sprint capacity
  • product-team/code-to-prd/ — reverse-engineer a PRD from a codebase
  • product-team/apple-hig-expert/ — Apple HIG audits (Liquid Glass era)
  • product-team/research-summarizer/ — document summarization with citation extraction

Rules

  • Route to exactly one skill, then follow that skill's own workflow.
  • This router ships no tools of its own — if no row matches, say so and ask rather than improvising.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.