.claude/skills/manufacturers/te/SKILL.md
# TE Connectivity Manufacturer Handler Skill ## Overview TEHandler manages TE Connectivity components including terminal blocks, PCB headers, IDC connectors, and MATE-N-LOK connectors. ## Supported Component Types - CONNECTOR - CONNECTOR_TE ## MPN Patterns ### Terminal Blocks | Pattern | Description | |---------|-------------| | 282xxx-x | Terminal blocks (5.08mm/5.00mm pitch) | ### PCB Headers | Pattern | Description | |---------|-------------| | 5-xxx-x | PCB headers (2.54mm pitch) | | 1-
npx skillsauth add Cantara/lib-electronic-components .claude/skills/manufacturers/teInstall 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.
TEHandler manages TE Connectivity components including terminal blocks, PCB headers, IDC connectors, and MATE-N-LOK connectors.
| Pattern | Description | |---------|-------------| | 282xxx-x | Terminal blocks (5.08mm/5.00mm pitch) |
| Pattern | Description | |---------|-------------| | 5-xxx-x | PCB headers (2.54mm pitch) | | 1-xxxxxx-x | Headers with prefix | | 2-xxxxxx-x | Headers with prefix |
| Pattern | Description | |---------|-------------| | 64xxxx-x | IDC connectors (2.54mm pitch) |
| Pattern | Description | |---------|-------------| | 350xxx-x | MATE-N-LOK (4.14mm pitch) |
| Pattern | Description | |---------|-------------| | 1-770966-x | Rectangular connector | | 1-770967-x | Rectangular connector |
| Series | Family | Pitch | Notes | |--------|--------|-------|-------| | 282837 | Terminal Block | 5.08mm | | | 282836 | Terminal Block | 5.00mm | | | 5-826 | PCB Header | 2.54mm | | | 5-103 | PCB Header | 2.54mm | | | 640456 | IDC Connector | 2.54mm | | | 640457 | IDC Connector | 2.54mm | | | 350211 | MATE-N-LOK | 4.14mm | |
Returns last digit (variant code) from terminal blocks and headers.
getFamily(mpn) - Returns family name (Terminal Block, PCB Header, etc.)getPitch(mpn) - Returns pitch in mmgetMountingType(mpn) - Returns THT, SMD, Press-fit, Wire-wrap, or ScrewisPolarized(mpn) - Returns false for terminal blocksgetGender(mpn) - Returns Male, Female, or Unspecified based on suffixgetOrientation(mpn) - Returns Right Angle, Vertical, or StandardWhen testing TEHandler:
extractPackageCode(), extractSeries(), null handlingnew TEHandler()All issues fixed in PR #86
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.