scoring-engine
Perform statistical analysis to rank and compare data items.
Install
mkdir -p .claude/skills/scoring-engine && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3888" && unzip -o skill.zip -d .claude/skills/scoring-engine && rm skill.zipInstalls to .claude/skills/scoring-engine
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Statistical scoring with z-scores, percentiles, freshness decay, and cross-category normalization. Rank and compare items with confidence scoring.Key capabilities
- →Calculate Z-scores and percentiles
- →Apply freshness decay to time-sensitive data
- →Normalize scores across different categories
- →Calculate confidence scores based on sample size
- →Remove outliers using IQR method
How it works
The engine processes datasets to calculate statistical thresholds and applies decay functions to rank items objectively.
Inputs & outputs
When to use scoring-engine
- →Rank items by performance
- →Calculate Z-scores for datasets
- →Normalize data across categories
- →Apply freshness decay to data
About scoring-engine
The engine processes datasets to calculate normalized scores and rankings. It incorporates freshness decay, percentiles, and z-scores to provide objective comparisons across different data categories.
Statistical scoring with z-scores, percentiles, freshness decay, and cross-category normalization. Rank and compare items with confidence scoring.
When not to use it
- →When data is not numerical or lacks a clear baseline
- →When sample sizes are too small for statistical significance
Limitations
- →Requires sufficient sample size for confidence scoring
- →Outlier removal may discard valid extreme data points
How it compares
It uses percentile-based scoring and freshness decay to handle skewed data and time-sensitive content, unlike simple mean-based ranking.
Compared to similar skills
scoring-engine side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| scoring-engine (this skill) | 1 | 6mo | No flags | Intermediate |
| excel-analysis | 22 | 9mo | No flags | Intermediate |
| csv-data-summarizer | 15 | 10mo | Review | Beginner |
| finance-manager | 12 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by dadbodgeoff
View all by dadbodgeoff →You might also like
excel-analysis
davila7
Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files.
csv-data-summarizer
coffeefuelbump
Analyzes CSV files, generates summary stats, and plots quick visualizations using Python and pandas.
finance-manager
ailabs-393
Comprehensive personal finance management system for analyzing transaction data, generating insights, creating visualizations, and providing actionable financial recommendations. Use when users need to analyze spending patterns, track budgets, visualize financial data, extract transactions from PDFs, calculate savings rates, identify spending trends, generate financial reports, or receive personalized budget recommendations. Triggers include requests like "analyze my finances", "track my spending", "create a financial report", "extract transactions from PDF", "visualize my budget", "where is my money going", "financial insights", "spending breakdown", or any finance-related analysis tasks.
Excel Analysis
Joyooosama
Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files.
spreadsheet
cdrguru
Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified.
statistical-distribution-and-outlier-analysis
OpenSenseNova
执行数值型数据的分布分析与异常值检测,支持通过正则表达式从文本中提取误差项并生成高分辨率的箱线图与直方图报告。