Agent skill · Data & Analytics

predictive-analytics

ML-based estimation patterns, confidence intervals, and predictive modeling. Reference this skill when forecasting costs or time.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill predictive-analytics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-ml/predictive-analytics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Predictive Analytics Skill # Project Autopilot - ML estimation patterns # Copyright (c) 2026 Jeremy McSpadden <jeremy@fluxlabs.net> Patterns for accurate predictive estimation using historical data. --- ## Estimation Fundamentals ### The Estimation Pipeline ``` ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ Feature │ → │ Similar │ → │ Base │ │ Analysis │ │ Projects │ │ Estimate │ └──────────────┘ └──────────────┘ └──────────────┘ │ │ │ ▼ ▼ ▼ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ Adjustment │ → │ Confidence │ → │ Final │ │ Factors │ │ Interval │ │ Estimate │ └──────────────┘ └──────────────┘ └──────────────┘ ``` ### Key Principles 1. **Historical Basis** - All estimates start from historical data 2. **Similarity Matching** - Find most relevant comparisons 3. **Adjustment Factors** - Account for project-specific differences 4. **Confidence Intervals** - Express uncertainty explicitly 5. **Continuous Learning** - Update models with actuals --- ## Feature Analysis ### Complexity Factors | Factor | Weight | Scoring | |--------|--------|---------| | Data Models | 0.20 | # of entities × 0.5 | | API Endpoints | 0.25 | # of endpoints × 0.3 | | UI Components | 0.20 | #

What's inside
Steps it walks through
  1. Estimation Fundamentals
  2. The Estimation Pipeline
  3. Key Principles
  4. Feature Analysis
  5. Complexity Factors
  6. Complexity Score Calculation
  7. Complexity Tiers
  8. Similarity Matching
  9. Similarity Score Algorithm
  10. Minimum Similarity Threshold
  11. Base Estimate Calculation
  12. Weighted Historical Average
  13. Phase-Based Estimation
  14. Adjustment Factors
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the predictive-analytics skill do?

ML-based estimation patterns, confidence intervals, and predictive modeling. Reference this skill when forecasting costs or time.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill predictive-analytics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going