Claude-skill-registry discover-product
Automatically discover product management skills when working with product management. Activates for product development tasks.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cc-polymath-discover-product" ~/.claude/skills/majiayu000-claude-skill-registry-discover-product && rm -rf "$T"
manifest:
skills/data/cc-polymath-discover-product/SKILL.mdsource content
Product Skills Discovery
Provides automatic access to comprehensive product skills.
When This Skill Activates
This skill auto-activates when you're working with:
- product management
- roadmap
- strategy
- prioritization
- user research
- product development
Available Skills
Quick Reference
The Product category contains 4 skills:
- prd-requirements-gathering
- prd-structure-templates
- prd-technical-specifications
- prd-user-stories-acceptance
Load Full Category Details
For complete descriptions and workflows:
cat ~/.claude/skills/product/INDEX.md
This loads the full Product category index with:
- Detailed skill descriptions
- Usage triggers for each skill
- Common workflow combinations
- Cross-references to related skills
Load Specific Skills
Load individual skills as needed:
cat ~/.claude/skills/product/prd-requirements-gathering.md cat ~/.claude/skills/product/prd-structure-templates.md cat ~/.claude/skills/product/prd-technical-specifications.md cat ~/.claude/skills/product/prd-user-stories-acceptance.md
Progressive Loading
This gateway skill enables progressive loading:
- Level 1: Gateway loads automatically (you're here now)
- Level 2: Load category INDEX.md for full overview
- Level 3: Load specific skills as needed
Usage Instructions
- Auto-activation: This skill loads automatically when Claude Code detects product work
- Browse skills: Run
for full category overviewcat ~/.claude/skills/product/INDEX.md - Load specific skills: Use bash commands above to load individual skills
Next Steps: Run
cat ~/.claude/skills/product/INDEX.md to see full category details.