CUI Devices Manufacturer Handler Skill

Classify CUI Devices electronic components and parse MPNs for attributes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management and identification of CUI Devices electronic components, streamlining the process of finding, classifying, and verifying parts.

Core Features & Use Cases

  • Component Classification: Automatically identifies component types like audio jacks, power connectors, buzzers, speakers, and encoders based on their MPN.
  • MPN Pattern Analysis: Parses Manufacturer Part Numbers (MPNs) to extract series, package codes, and specific attributes like size and impedance.
  • Use Case: Quickly determine if a given MPN like 'SJ1-3523N' is an audio jack and extract its specific variant details.

Quick Start

Use the CUIHandler skill to determine if the MPN 'PJ-002A' is a power connector.

Frequently Asked Questions about CUI Devices Manufacturer Handler Skill

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

FAQPage Schema
How do I parse CUI Devices MPNs to extract component attributes like size and impedance?

To parse CUI Devices MPNs, you can use a manufacturer handler to analyze part number patterns and extract specific component attributes like series, package codes, size, and impedance. This process automatically classifies components into types such as audio jacks, power connectors, and buzzers.

How can I automatically classify electronic components like audio jacks and power connectors from their part numbers?

You can classify electronic components by parsing their Manufacturer Part Numbers against predefined patterns. This mechanism identifies component types like audio jacks, power connectors, buzzers, speakers, and encoders based on the specific series and package codes embedded within the MPN.

What is the best way to validate if a part number like PJ-002A is a CUI Devices power connector?

The best way to validate a CUI Devices power connector is to pass the MPN, such as PJ-002A, through a component identification handler. It checks predefined patterns to verify the part type and extract variant details, streamlining the verification of electronic components.

Does the CUI Devices component handler support identifying buzzers and encoders?

Yes, the CUI Devices component handler supports identifying buzzers and encoders. It automatically recognizes these electronic component types by parsing their MPNs to extract predefined patterns, series information, and specific component attributes.

Can I extract series and package codes from CUI Devices audio jack MPNs?

Yes, you can extract series and package codes from CUI Devices audio jack MPNs. By analyzing the part number structure, the handler isolates the series and package codes, while also extracting specific component attributes like size and impedance for accurate identification.