spc-control-charts

spc-control-charts is a skill for Claude Code, Codex from RBraga01/Quality-Engineering-Skills. It costs 93 tokens per session (2,563 once invoked), scanned A, original, MIT.

A guide to Statistical Process Control (SPC), a method for monitoring production measurements over time to distinguish normal variation from unusual problems. It covers control charts and capability measures such as Cp, Cpk, Pp, and Ppk.

In plain words
What is it for?
Use it to choose and interpret control charts, investigate out-of-control signals, calculate process capability, set up SPC for important characteristics, or audit an SPC system.
Why use it?
It helps determine whether a process is stable, capable of meeting specifications, or showing signs of a special cause that needs investigation. This supports consistent decisions from production data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to choose and interpret control charts, investigate out-of-control signals, calculate process capability, set up SPC for important characteristics, or audit an SPC system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rbraga01/quality-engineering-skills/spc-control-charts
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add RBraga01/Quality-Engineering-Skills --skill spc-control-charts
Clone the repo
git clone --depth 1 https://github.com/RBraga01/Quality-Engineering-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for spc-control-charts

README.md
[![agentmods](https://agentmods.dev/badge/skills/rbraga01/quality-engineering-skills/spc-control-charts/github.svg)](https://agentmods.dev/skills/rbraga01/quality-engineering-skills/spc-control-charts)
Your own site
<a href="https://agentmods.dev/skills/rbraga01/quality-engineering-skills/spc-control-charts"><img src="https://agentmods.dev/badge/skills/rbraga01/quality-engineering-skills/spc-control-charts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for spc-control-charts

Your own site · 80×15
<a href="https://agentmods.dev/skills/rbraga01/quality-engineering-skills/spc-control-charts"><img src="https://agentmods.dev/badge/skills/rbraga01/quality-engineering-skills/spc-control-charts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,563 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.02563
Opus 5 $0.00046 $0.01282
Sonnet 5 $0.00019 $0.00513
Haiku 4.5 $0.00009 $0.00256

Measured 11d ago against content hash c602e6f38c28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

spc-control-charts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/measurement/spc-control-charts/SKILL.md · 225 lines

How it starts

The opening of the file, as written. The whole thing — 225 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Statistical Process Control (SPC)

When to use

Use this skill when:

  • Selecting the correct control chart type for a process characteristic
  • Interpreting control chart signals — is this special cause or common cause?
  • Calculating Cp, Cpk, Pp, Ppk and determining if the process is capable
  • Responding to an out-of-control signal on a production line
  • Setting up SPC for a new special characteristic (PPAP/APQP requirement)
  • Auditing an SPC system for correctness and adequacy
  • Explaining SPC results to a customer or during an audit

Prerequisites

  • The characteristic to monitor (variable or attribute data)
  • Production data (minimum 25 subgroups for control limits, 100+ pieces for capability)
  • MSA study completed and %GRR < 30% for variable charts
  • Process specification (nominal + tolerance) for capability calculations
  • Subgroup size decided based on rational subgrouping principle

Workflow

Step 1 — Select the correct control chart

Variable data (measured values — length, weight, pressure, temperature)
Chart When to use
X̄-R (X-bar/Range) Subgroup size 2–9; most common in manufacturing
X̄-S (X-bar/Sigma) Subgroup size ≥ 10; better sensitivity to spread
I-MR (Individuals/Moving Range) Subgroup size = 1; one measurement per inspection (slow processes, destructive tests)
Attribute data (counts, pass/fail, defect rates)
Chart When to use
p-chart Proportion defective; variable subgroup size
np-chart Number defective; constant subgroup size
c-chart Count of defects per unit; constant inspection area
u-chart Defects per unit; variable inspection area

Decision rule: If you can measure it with a number, use a variable chart. Variable charts are more sensitive and require smaller samples to detect process shifts.


Step 2 — Calculate control limits

X̄-R chart

From at least 25 subgroups of size n:

Read the full file on GitHub · 225 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 225 lines · 93 tokens per session scan A c602e6f38c28

Subscribe to this mod's changes

spc-control-charts is a skill published in the GitHub repository RBraga01/Quality-Engineering-Skills (28 stars, last pushed 2d ago), licensed MIT. It adds 93 tokens to every session and 2,563 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

flow-nexus-neural

Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus.

proffesor-for-testing/agentic-qe · 21 tokens

agent-matrix-optimizer

Agent skill for matrix-optimizer - invoke with $agent-matrix-optimizer.

proffesor-for-testing/agentic-qe · 21 tokens

reliability-engineering

Use this Skill for reliability engineering: Weibull analysis, fault tree analysis, FMEA, reliability block diagrams, and accelerated life testing.

xjtulyc/awesome-rosetta-skills · 33 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens