.claude/skills/manufacturers/kemet/SKILL.md
# Kemet Part Number Reference ## MPN Structure Overview Kemet produces various capacitor types: - **C**: MLCC ceramic capacitors - **T**: Tantalum capacitors - **F**: Film capacitors - **A**: Aluminum electrolytic capacitors --- ## MLCC Format (C Series) ``` C [Size] [Temp] [Voltage] [Value] [Tolerance] [Packaging] | | | | | | | | | | | | | +-- Packaging | | | | | +-- Tolerance (K=10%,
npx skillsauth add Cantara/lib-electronic-components .claude/skills/manufacturers/kemetInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Kemet produces various capacitor types:
C [Size] [Temp] [Voltage] [Value] [Tolerance] [Packaging]
| | | | | | |
| | | | | | +-- Packaging
| | | | | +-- Tolerance (K=10%, M=20%)
| | | | +-- Capacitance value
| | | +-- Voltage rating
| | +-- Temperature characteristic
| +-- Case size (0402, 0603, 0805)
+-- MLCC prefix
C0603C104K5RACTU
| | | | || ||
| | | | || |+-- Tube packaging
| | | | || +-- Reserved
| | | | |+-- Tolerance (K=10%)
| | | | +-- Reserved
| | | +-- Value (104=100nF)
| | +-- Voltage (5=50V)
| +-- Temp (C=C0G)
+-- Size (0603)
T [Size] [Case] [Voltage] [Value] [Tolerance] [ESR]
| Code | Imperial | Metric | |------|----------|--------| | 0402 | 0402 | 1005 | | 0603 | 0603 | 1608 | | 0805 | 0805 | 2012 | | 1206 | 1206 | 3216 |
ComponentType.CAPACITOR
ComponentType.CAPACITOR_CERAMIC_KEMET
ComponentType.CAPACITOR_TANTALUM_KEMET
ComponentType.CAPACITOR_FILM_KEMET
C0603C104K5RACTU
C0402C103K4RACTU
C0805C106K8PACTU
T491A106K016AT
T491B476M010AT
manufacturers/KemetHandler.javahandlers/KemetHandlerTest.javadata-ai
Cost-effective task delegation strategy using Haiku model for straightforward work. Use when planning how to approach simple, pattern-following tasks to minimize costs.
tools
Use when working with component similarity calculations - comparing MPNs, finding equivalent parts, implementing new similarity calculators, or understanding how component matching works.
testing
Use when working with transistor similarity calculations - comparing BJT MPNs, understanding NPN/PNP polarity matching, equivalent groups like 2N2222/PN2222, or transistor-specific similarity logic.
testing
Use when working with sensor similarity calculations - comparing temperature/accelerometer/humidity sensor MPNs, understanding sensor families, equivalent parts, or sensor-specific similarity logic.