JAE Electronics Handler Skill

Parse JAE Electronics part numbers to extract connector specifications.

3|Updated Jan 31, 2025
One-click install
npx skills add https://github.com/Cantara/lib-electronic-components --skill jae-electronics-handler-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: JAE Electronics Handler Skill
Source: https://github.com/Cantara/lib-electronic-components/tree/main/.claude/skills/manufacturers/jae
Command: npx skills add https://github.com/Cantara/lib-electronic-components --skill jae-electronics-handler-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps in parsing and understanding Manufacturer Part Numbers (MPNs) for JAE Electronics connectors, simplifying the process of identifying specifications like pin count, series, and application type.

Core Features & Use Cases

  • MPN Parsing: Extract key information such as pin count, series, and packaging from JAE part numbers.
  • Connector Identification: Determine the application type (e.g., FPC/FFC, USB Type-C, Automotive) and specific features like waterproof capabilities.
  • Use Case: When you encounter a JAE connector part number like FI-RE51S-HF-R1500, this skill can quickly tell you it's an FPC/FFC connector from the FI-RE series with 51 pins, halogen-free, and supplied on a reel of 1500.

Quick Start

Use the JAE handler skill to extract the pin count from the part number FI-RE51S-HF-R1500.

Frequently Asked Questions about JAE Electronics Handler Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parse a JAE connector part number to identify pin count and series?

To parse a JAE connector part number, pattern matching and rule-based extraction identify the connector series, pin counts, and pitch. It processes strings like FI-RE51S-HF-R1500 to extract that it is a 51-pin connector from the FI-RE series.

What specifications can I extract from JAE electronics MPNs?

Extracting specifications from JAE electronics MPNs identifies connector series, pin counts, pitch, and application types. It determines specific features like FPC/FFC, USB Type-C, Automotive applications, and waterproof ratings from the part number string.

Can I determine the application type of a JAE connector from its part number?

Yes, determining the application type of a JAE connector from its part number is possible by matching specific patterns in the MPN. The extraction process identifies whether the connector is designed for FPC/FFC, USB Type-C, or Automotive applications.

How do I identify packaging details and special features like halogen-free from a JAE MPN?

Identifying packaging details and features like halogen-free materials from a JAE MPN involves parsing suffix codes. For example, the part number FI-RE51S-HF-R1500 is parsed to show halogen-free packaging supplied on a reel of 1500 units.

Does this MPN parsing approach work for all JAE connector series?

This MPN parsing approach uses rule-based extraction tailored for JAE electronics connectors, specifically targeting FPC/FFC, USB Type-C, and Automotive series. It accurately retrieves data for recognized JAE part number patterns and their specific features.

What is the best way to decode JAE connector MPNs for FPC/FFC applications?

The best way to decode JAE connector MPNs for FPC/FFC applications is using rule-based extraction to parse the part number string. This identifies the connector series, pin count, pitch, and FPC/FFC application type directly from the MPN.