Hirose Manufacturer Handler Skill

Parse Hirose MPNs to extract series, package codes, and specifications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management and identification of Hirose connectors by providing structured data extraction and validation based on Manufacturer Part Numbers (MPNs).

Core Features & Use Cases

  • MPN Parsing: Extracts series, package codes, and specific attributes like pitch, mounting type, and current rating from Hirose MPNs.
  • Component Identification: Supports various Hirose series including DF13, DF14, FH12, BM, DF52, DF63, FH19, FH28, and GT17.
  • Use Case: Quickly determine the specifications of a Hirose connector by simply providing its part number, aiding in component selection and inventory management.

Quick Start

Use the HiroseHandler skill to extract the pitch from the MPN 'DF13-10P-1.25DSA'.

Frequently Asked Questions about Hirose Manufacturer Handler Skill

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

FAQPage Schema
How do I parse a Hirose connector part number to find pitch and specifications?

You can parse a Hirose connector MPN by inputting the part number string. The tool extracts technical specifications including pitch, mounting type, current rating, and series information like DF13 or FH12.

What Hirose connector series are supported for MPN parsing and validation?

The parser supports Hirose series DF13, DF14, FH12, BM, DF52, DF63, FH19, FH28, and GT17. It identifies the series from the MPN and validates the connector data for component management.

Can I extract current rating and mounting type from Hirose manufacturer part numbers?

Yes, current rating and mounting type can be extracted from Hirose MPNs. The handler uses helper methods to parse these attributes directly from the manufacturer part number for component validation.

How do I identify the correct Hirose connector series from an MPN for inventory management?

Identifying the correct Hirose connector series from an MPN involves parsing the part number prefix. The handler recognizes series like DF13, DF14, and FH12, returning structured data for inventory management.

What is the best way to validate Hirose connector data without a manual datasheet lookup?

Using an automated MPN parser is the best way to validate Hirose connector data without manual datasheet lookup. It extracts series, package codes, and technical specifications directly from the part number.

Does the Hirose MPN parser work with all Hirose connector part numbers?

The parser works with Hirose part numbers from supported series like DF13, DF14, FH12, BM, DF52, DF63, FH19, FH28, and GT17. Unsupported series part numbers may not return complete technical specifications.