Agent skill · Data & Analytics

reliability-analysis

Component and system reliability prediction and analysis skill with MTBF/MTTF calculations, failure rate databases, FMEA/FMECA support, fault tree analysis, and accelerated life testing data analysis.

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill reliability-analysis --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadGrepWriteBashEditGlob
Path: library/specializations/domains/science/electrical-engineering/skills/reliability-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

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

From the SKILL.md

# Reliability Analysis Skill Component and system reliability prediction and analysis for electronic hardware. ## Purpose This skill provides comprehensive capabilities for predicting and analyzing the reliability of electronic components and systems. It supports industry-standard reliability methodologies, failure rate calculations, and life testing data analysis. ## Capabilities ### MTBF/MTTF Calculations - Mean Time Between Failures (MTBF) for repairable systems - Mean Time To Failure (MTTF) for non-repairable components - Series and parallel system reliability modeling - Redundancy calculations (active, standby, k-out-of-n) - Mission reliability vs operational availability ### Failure Rate Databases - MIL-HDBK-217F failure rate predictions - Telcordia SR-332 methodology - FIDES reliability methodology - IEC 62380 electronic component reliability - Custom component database management ### Derating Analysis - Component stress ratio calculations - Temperature derating curves - Voltage and power derating - Derating guideline compliance (NAVSEA, JPL, ESA) - Stress analysis documentation ### FMEA/FMECA Support - Failure Mode and Effects Analysis facilitation - Criticality analysis (C

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. MTBF/MTTF Calculations
  4. Failure Rate Databases
  5. Derating Analysis
  6. FMEA/FMECA Support
  7. Reliability Block Diagram Analysis
  8. Fault Tree Analysis (FTA)
  9. Accelerated Life Testing Data Analysis
  10. Weibull Distribution Fitting
  11. Thermal Derating Curves
  12. Prerequisites
  13. Installation
  14. Optional Dependencies
Commands it runs
pip install numpy scipy pandas matplotlib reliability weibull
For advanced reliability modeling
pip install surpyval lifelines
For report generation
pip install jinja2 openpyxl
More from babysitter
All skills →
About this skill
What does the reliability-analysis skill do?

Component and system reliability prediction and analysis skill with MTBF/MTTF calculations, failure rate databases, FMEA/FMECA support, fault tree analysis, and accelerated life testing data analysis.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill reliability-analysis --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 a5c-ai/babysitter, a repository with 1,642 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