Statistical process control chart creation and analysis skill with control limit calculation and special cause detection
Creates statistical process control charts, calculates control limits, and detects special cause variation using industry-standard rules.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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.
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
| Data Type | Subgroup Size | Recommended Chart |
|---|---|---|
| Continuous | 1 | I-MR |
| Continuous | 2-10 | X-bar & R |
| Continuous | >10 | X-bar & S |
| Attribute (defectives) | Variable | p-chart |
| Attribute (defectives) | Constant | np-chart |
| Attribute (defects) | Variable area | u-chart |
| Attribute (defects) | Constant area | c-chart |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.