Component Spec Extraction

Extract technical specifications like resistance and voltage from Manufacturer Part Numbers.

3|Updated Jan 31, 2025
One-click install
npx skills add https://github.com/Cantara/lib-electronic-components --skill component-spec-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Component Spec Extraction
Source: https://github.com/Cantara/lib-electronic-components/tree/main/.claude/skills/component-spec-extraction
Command: npx skills add https://github.com/Cantara/lib-electronic-components --skill component-spec-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the extraction of technical specifications for electronic components directly from their Manufacturer Part Numbers (MPNs), streamlining data entry and analysis.

Core Features & Use Cases

  • MPN Parsing: Extracts key electrical and physical parameters like resistance, capacitance, voltage, and package type from MPN strings.
  • Unit-Aware Values: Utilizes a SpecValue wrapper for type-safe, unit-aware representation of extracted data.
  • Use Case: When analyzing a Bill of Materials (BOM), this Skill can quickly populate a database with component specifications by processing a list of MPNs, saving significant manual research time.

Quick Start

Use the component-spec-extraction skill to extract the resistance value from the MPN 'RC0805JR-0710KL'.

Frequently Asked Questions about Component Spec Extraction

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

FAQPage Schema
How do I extract electronic component specs from an MPN?

You can extract component specs from a Manufacturer Part Number by parsing the string for parameters like resistance, capacitance, voltage, and package type. This process uses defined extraction patterns to identify technical specifications.

Can I parse resistance and capacitance values from a Bill of Materials?

Yes, you can parse resistance and capacitance values from a Bill of Materials. By processing a list of MPNs, the extraction identifies electrical parameters to populate a component database without manual research.

How does unit-aware parsing work for electronic component data?

Unit-aware parsing for electronic component data works by using a SpecValue wrapper. This provides a type-safe, unit-aware representation of extracted parameters like voltage and resistance from the MPN string.

What is the best way to automate component database population from part numbers?

The best way to automate component database population from part numbers is by processing MPN lists through defined extraction patterns. This automatically identifies package types and electrical parameters, eliminating manual data entry.

Does MPN spec extraction work for all electronic component types?

MPN spec extraction works for electronic components where parameters are encoded within the part number. It parses defined patterns for resistance, capacitance, voltage, and package type to ensure accurate data extraction.