account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Implement Statistical Process Control charts to monitor production process stability. Use this skill when the user needs to detect process shifts, set control limits, or distinguish common cause from special cause variation — even if they say 'process monitoring', 'control
$ npx -y skills add charlieviettq/awesome-agent-skill --skill algo-mfg-spc --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/algo-mfg-spcContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Implement Statistical Process Control charts to monitor production process stability. Use this skill when the user needs to detect process shifts, set control limits, or distinguish common cause from special cause variation — even if they say 'process monitoring', 'control
name: "\"algo-mfg-spc\"" description: "\"Implement Statistical Process Control charts to monitor production process stability. Use this skill when the user needs to detect process shifts, set control limits, or distinguish common cause from special cause variation — even if they say 'process monitoring', 'control chart', or 'is our process in control'.\"." allowed-tools: Read, Glob, Grep
SPC uses control charts to monitor process stability over time. Upper and Lower Control Limits (UCL/LCL) are set at ±3σ from the process mean. Points within limits = common cause variation (stable). Points outside or showing patterns = special cause variation (investigate). Primary charts: X-bar/R, X-bar/S, I-MR, p-chart, c-chart.
**Trigger conditions:**
**When NOT to use:**
IRON LAW: Control Limits Are NOT Specification Limits Control limits (±3σ) describe what the process IS doing. Specification limits describe what the process SHOULD do. A process can be in statistical control (stable) but still produce out-of-spec products (incapable). Conversely, a capable process may be out of control (drifting). Monitor control FIRST, then assess capability.
Collect: 25+ subgroups of measurements (5 per subgroup typical for X-bar/R). Verify: measurement system is adequate (gauge R&R < 10%), data collected in time order. **Gate:** Sufficient subgroups, time-ordered data, measurement system verified.
**X-bar/R Chart (subgroup data):** 1. Compute subgroup means (X̄) and ranges (R) 2. Compute grand mean (X̄̄) and average range (R̄) 3. UCL_X̄ = X̄̄ + A₂×R̄, LCL_X̄ = X̄̄ - A₂×R̄ (A₂ from statistical tables by subgroup size) 4. UCL_R = D₄×R̄, LCL_R = D₃×R̄ 5. Plot points, apply Western Electric rules for out-of-control signals
Check for: points outside limits, runs (7+ consecutive on one side), trends (7+ consecutive increasing/decreasing), 2 of 3 beyond 2σ, 4 of 5 beyond 1σ. **Gate:** Chart constructed, out-of-control signals identified.
Return control chart data with signals and stability assessment.
{
"chart": {"type": "xbar_r", "center_line": 50.2, "ucl": 52.1, "lcl": 48.3},
"signals": [{"subgroup": 18, "rule": "point_beyond_ucl", "value": 52.8}],
"stability": "out_of_control",
"metadata": {"subgroups": 30, "subgroup_size": 5}
}**Input:** 25 subgroups of 5 measurements each, all within ±3σ, no patterns **Expected:** Process in control. No signals triggered.
| Input | Expected | Why | |-------|----------|-----| | One point just outside UCL | Signal, but may be false alarm | ~0.27% chance per point even when in control | | Gradual upward trend | Trend rule triggered | Process drifting, investigate | | All points near center | Suspicious — check data | May indicate data manipulation or measurement issue |
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…