.claude/skills/manufacturers/molex/SKILL.md
# Molex Manufacturer Handler Skill ## Overview MolexHandler manages Molex connectors including Micro-Fit, Mini-Fit Jr., PicoBlade, KK 254, PicoClasp, Nano-Fit, and Micro-Lock Plus series. ## Supported Component Types - CONNECTOR - CONNECTOR_MOLEX ## MPN Patterns ### Micro-Fit 3.0 Series (3.0mm pitch, 5A) | Prefix | Description | |--------|-------------| | 43045-xxxx | Micro-Fit 3.0 headers | | 43046-xxxx | Micro-Fit 3.0 receptacles | ### Mini-Fit Jr. Series (4.2mm pitch, 9A) | Prefix | Desc
npx skillsauth add Cantara/lib-electronic-components .claude/skills/manufacturers/molexInstall 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.
MolexHandler manages Molex connectors including Micro-Fit, Mini-Fit Jr., PicoBlade, KK 254, PicoClasp, Nano-Fit, and Micro-Lock Plus series.
| Prefix | Description | |--------|-------------| | 43045-xxxx | Micro-Fit 3.0 headers | | 43046-xxxx | Micro-Fit 3.0 receptacles |
| Prefix | Description | |--------|-------------| | 39281-xxxx | Mini-Fit Jr. headers | | 39282-xxxx | Mini-Fit Jr. receptacles |
| Prefix | Description | |--------|-------------| | 53261-xxxx | PicoBlade headers | | 53262-xxxx | PicoBlade receptacles |
| Prefix | Description | |--------|-------------| | 22057-xxxx | KK 254 headers | | 22058-xxxx | KK 254 receptacles |
| Prefix | Description | Pitch | Current | |--------|-------------|-------|---------| | 51021-xxxx | PicoClasp | 1.0mm | 1A | | 51047-xxxx | Nano-Fit | 2.5mm | 3.5A | | 87832-xxxx | Micro-Lock Plus | 2.0mm | 3A |
Format: XXXXX-YYYY
Returns 4-digit code after dash (e.g., "43045-0802" returns "0802").
Returns 5-digit series code (e.g., "43045-0802" returns "43045").
getPitch(mpn) - Returns pitch in mmgetMountingType(mpn) - Returns THT, SMT, or OthergetOrientation(mpn) - Returns Vertical, Right Angle, or Right Angle ReversedgetRatedCurrent(mpn) - Returns rated current in AmpsisKeyed(mpn) - Returns true for most series (false for KK series)getGender(mpn) - Returns Male (odd series) or Female (even series)hasLatchingMechanism(mpn) - Returns true for most seriesWhen testing MolexHandler:
matches() behaviorextractPackageCode(), extractSeries(), null handlingnew MolexHandler()All issues fixed in PR #88
data-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.