Percentile Analyzer

🌐Community
by jeremylongshore Β· vlatest Β· Repository

Analyzes data to determine percentiles, revealing key distribution insights and highlighting outliers for better decision-making.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add percentile-analyzer npx -- -y @trustedskills/percentile-analyzer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "percentile-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/percentile-analyzer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Percentile Analyzer skill calculates the percentile rank of a given value within a dataset. It can process lists of numbers and determine where a specific data point falls relative to others, providing insights into distribution and performance. This allows for comparisons beyond simple averages or medians.

When to use it

  • Performance Evaluation: Determine how a student's test score compares to the rest of the class by calculating its percentile rank.
  • Sales Analysis: Identify where a particular sales figure sits within the range of all previous sales data.
  • Financial Modeling: Analyze investment returns and understand their relative performance compared to other investments.
  • Data Distribution Understanding: Quickly grasp how values are distributed in a dataset without needing to manually sort or graph them.

Key capabilities

  • Calculates percentile rank from numerical datasets.
  • Accepts lists of numbers as input.
  • Provides the percentile value for a specified data point.

Example prompts

  • "What is the 75th percentile of the following list: [10, 20, 30, 40, 50]?"
  • "Calculate the percentile rank of 35 in this dataset: [12, 18, 25, 35, 42, 51]."
  • β€œFind the 90th percentile for these values: [5, 10, 15, 20, 25, 30, 35]”

Tips & gotchas

The skill requires a list of numerical data as input. Ensure your data is clean and contains only numbers to avoid errors.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
12

🌐 Community

Passed automated security scans.