JST Manufacturer Handler Skill

Extract JST connector specifications from Manufacturer Part Numbers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management and identification of JST connectors by providing structured data and logic for various JST series.

Core Features & Use Cases

  • Component Identification: Recognizes and categorizes JST connectors based on MPN patterns.
  • Data Extraction: Extracts key specifications like pitch, mounting type, orientation, current rating, gender, and color.
  • Replacement Logic: Defines clear criteria for finding compatible JST connector replacements.
  • Use Case: Quickly find a suitable replacement for a damaged JST PH-4 connector, ensuring it has the same pitch, mounting type, and orientation.

Quick Start

Use the JST Handler skill to extract the pitch from the MPN 'PH-4-V'.

Frequently Asked Questions about JST Manufacturer Handler Skill

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

FAQPage Schema
How do I extract pitch and mounting type from a JST connector MPN?

To extract pitch and mounting type from a JST connector MPN, use pattern matching logic to identify the series and package codes. This parses the part number structure to return specific component specifications like orientation and current rating.

What is the best way to find a replacement for a damaged JST PH connector?

The best way to find a replacement for a damaged JST PH connector is to use replacement logic based on matching component specifications. This ensures the substitute connector shares the exact same pitch, mounting type, orientation, and current rating.

Can I identify the gender and color of JST electronics components from the part number?

Yes, you can identify the gender and color of JST electronics components directly from the manufacturer part number. The handler extracts these attributes by utilizing pattern matching for series and package code extraction.

Does JST connector replacement logic require matching all component specifications?

JST connector replacement logic requires matching key component specifications to ensure compatibility. You need to match criteria like pitch, mounting type, orientation, and current rating to find a suitable physical replacement.

How do I parse JST manufacturer part numbers for component identification?

To parse JST manufacturer part numbers for component identification, apply pattern matching to recognize the series prefix and package code. This categorizes the electronics connector and extracts its detailed technical attributes.