BeClaude

psm-skill

New
GitHub TrendingGeneralby itsnagarajan

To create PSM charts for the PSM questions asked in the Market Research Survey

First seen 6/21/2026

Summary

This skill generates Price Sensitivity Meter (PSM) charts from survey data, helping developers visualize and analyze price sensitivity for market research.

  • It automates the creation of PSM plots to identify optimal price ranges and assess consumer willingness to pay.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/psm-skill.md https://raw.githubusercontent.com/itsnagarajan/psm-skill/main/SKILL.md
3
Invoke in Claude Code
/psm-skill

Use Cases

Generate a PSM chart from survey CSV data to find the acceptable price range for a new product.
Compare PSM results across different demographic segments to tailor pricing strategies.
Automate PSM analysis for multiple survey waves to track price sensitivity over time.
Integrate PSM chart generation into a data pipeline for real-time market research reporting.
Use PSM outputs to validate pricing hypotheses before product launch.
Export PSM charts as images for inclusion in client presentations or reports.

Usage Examples

1

/psm-skill analyze survey_responses.csv --output psm_chart.png

2

Run PSM analysis on the attached survey data and show the optimal price point.

3

/psm-skill generate --data data.csv --segment age_group --output psm_by_age.png

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is psm-skill?

This skill generates Price Sensitivity Meter (PSM) charts from survey data, helping developers visualize and analyze price sensitivity for market research. It automates the creation of PSM plots to identify optimal price ranges and assess consumer willingness to pay.

How to install psm-skill?

To install psm-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/psm-skill.md https://raw.githubusercontent.com/itsnagarajan/psm-skill/main/SKILL.md. Finally, /psm-skill in Claude Code.

What is psm-skill best for?

psm-skill is a skill categorized under General. Created by itsnagarajan.

What can I use psm-skill for?

psm-skill is useful for: Generate a PSM chart from survey CSV data to find the acceptable price range for a new product.; Compare PSM results across different demographic segments to tailor pricing strategies.; Automate PSM analysis for multiple survey waves to track price sensitivity over time.; Integrate PSM chart generation into a data pipeline for real-time market research reporting.; Use PSM outputs to validate pricing hypotheses before product launch.; Export PSM charts as images for inclusion in client presentations or reports..