.claude/skills/manufacturers/tdk/SKILL.md
# TDK Part Number Reference ## MPN Structure Overview TDK produces various passive and magnetic components: - **C**: MLCC ceramic capacitors - **MLZ**: Inductors - **ACM**: Common mode filters - **MPZ**: Ferrite beads --- ## MLCC Format (C Series) ``` C [Size] [Series] [Voltage] [Value] [Tolerance] [Packaging] | | | | | | | | | | | | | +-- Packaging | | | | | +-- Tolerance | |
npx skillsauth add Cantara/lib-electronic-components .claude/skills/manufacturers/tdkInstall 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.
TDK produces various passive and magnetic components:
C [Size] [Series] [Voltage] [Value] [Tolerance] [Packaging]
| | | | | | |
| | | | | | +-- Packaging
| | | | | +-- Tolerance
| | | | +-- Capacitance value
| | | +-- Voltage rating
| | +-- Series code (G, K, etc.)
| +-- Case size
+-- TDK capacitor prefix
C1005X5R1C104K050BC
| | | || | | | |
| | | || | | | +-- Packaging
| | | || | | +-- Size variant
| | | || | +-- Tolerance (K=10%)
| | | || +-- Value (104=100nF)
| | | |+-- Voltage (1C=16V)
| | | +-- Reserved
| | +-- Temp (X5R)
| +-- Series
+-- Size (1005=0402 metric)
| Code | Metric | Imperial | |------|--------|----------| | 0603 | 0603 | 0201 | | 1005 | 1005 | 0402 | | 1608 | 1608 | 0603 | | 2012 | 2012 | 0805 | | 3216 | 3216 | 1206 | | 3225 | 3225 | 1210 |
| Series | Type | |--------|------| | MLZ | Power inductors | | MLF | RF inductors | | MCL | Multilayer inductors |
| Series | Type | |--------|------| | ACM | Common mode filters | | MPZ | Ferrite beads | | MLP | EMI filters |
ComponentType.CAPACITOR
ComponentType.CAPACITOR_CERAMIC_TDK
ComponentType.INDUCTOR
ComponentType.INDUCTOR_CHIP_TDK
ComponentType.EMI_FILTER_TDK
ComponentType.COMMON_MODE_CHOKE_TDK
C1005X5R1C104K050BC
C1608X7R1E104K080AA
C2012X5R1C106K125AB
MLZ2012N100LT000
MLF2012A1R0KT000
manufacturers/TDKHandler.javahandlers/TDKHandlerTest.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.