agentsclimarketplace

Control chart analyzer

Skill a5c-ai/babysitter/library/specializations/domains/business/operations/skills/control-chart-analyzer

Statistical process control chart creation and analysis skill with control limit calculation and special cause detectionFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill control-chart-analyzer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

3.1 KB, 666 tokens by cl100k_base, as published. Nobody here has run it

Control Chart Analyzer

Overview

The Control Chart Analyzer skill provides comprehensive capabilities for creating and analyzing statistical process control charts. It supports multiple chart types, control limit calculation, and automated detection of special cause variation using industry-standard rules.

Capabilities

  • X-bar and R chart creation
  • Individual and Moving Range (I-MR) charts
  • p-chart and np-chart generation
  • c-chart and u-chart analysis
  • Control limit calculation
  • Nelson rules application
  • Western Electric rules detection
  • Out-of-control signal alerting

Used By Processes

  • SIX-002: Statistical Process Control Implementation
  • SIX-003: Process Capability Analysis
  • QMS-003: Quality Audit Management

Tools and Libraries

  • Minitab API
  • JMP
  • Python scipy/statsmodels
  • R quality packages

Usage

skill: control-chart-analyzer
inputs:
  data_type: "continuous"  # continuous | attribute
  chart_type: "xbar_r"  # xbar_r | xbar_s | imr | p | np | c | u
  subgroup_size: 5
  data:
    - subgroup: [10.2, 10.1, 10.3, 10.0, 10.2]
    - subgroup: [10.4, 10.3, 10.2, 10.5, 10.3]
  specification_limits:
    usl: 10.8
    lsl: 9.2
    target: 10.0
outputs:
  - control_chart
  - control_limits
  - out_of_control_signals
  - rule_violations
  - recommendations

Chart Selection Guide

Data TypeSubgroup SizeRecommended Chart
Continuous1I-MR
Continuous2-10X-bar & R
Continuous>10X-bar & S
Attribute (defectives)Variablep-chart
Attribute (defectives)Constantnp-chart
Attribute (defects)Variable areau-chart
Attribute (defects)Constant areac-chart

Western Electric Rules

  1. One point beyond 3 sigma
  2. Two of three consecutive points beyond 2 sigma (same side)
  3. Four of five consecutive points beyond 1 sigma (same side)
  4. Eight consecutive points on one side of center line

Nelson Rules

  1. One point beyond Zone A (3 sigma)
  2. Nine points in a row on same side of center line
  3. Six points in a row, all increasing or decreasing
  4. Fourteen points in a row, alternating up and down
  5. Two of three points in Zone A or beyond (same side)
  6. Four of five points in Zone B or beyond (same side)
  7. Fifteen points in a row in Zone C
  8. Eight points in a row on both sides with none in Zone C

Integration Points

  • Manufacturing Execution Systems
  • Quality Management Systems
  • Real-time data platforms
  • Alerting systems

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.