lg

Decode LG Innotek Manufacturer Part Numbers into LED series and package variants.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand and work with LG Innotek electronic components by decoding their Manufacturer Part Numbers (MPNs) and providing guidance on their usage.

Core Features & Use Cases

  • MPN Decoding: Parses LG Innotek MPNs to identify manufacturer, series, and package type.
  • Component Type Identification: Recognizes supported component types, primarily LEDs.
  • Replacement Logic: Determines if two LG parts are official replacements based on their series.
  • Use Case: When you encounter an LG Innotek part number like "LG R971-KN", this Skill can tell you it's an LED, its series is "LG R971", and its package variant is "KN".

Quick Start

Use the lg skill to decode the LG Innotek part number LG R971-KN.

Frequently Asked Questions about lg

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

FAQPage Schema
How do I decode an LG Innotek manufacturer part number?

You can decode an LG Innotek MPN by parsing its string structure to extract the component series, package variant, and supported type. For example, the part LG R971-KN is parsed to identify its series as LG R971 and its package variant as KN.

What information can I extract from LG Innotek LED component part numbers?

Extracting details from LG Innotek LED part numbers reveals the component series, package variant, and supported component type. This parsing facilitates understanding of component specifications and helps identify official replacements based on shared series identifiers.

How do I identify official replacements for LG Innotek automotive electronics components?

To identify official replacements for LG Innotek automotive electronics, you compare the series identifiers parsed from their MPNs. Two LG parts are considered official replacements if they share the same series identifier within their decoded part number structures.

What does the KN package variant mean in an LG Innotek MPN?

The KN in an LG Innotek MPN like LG R971-KN represents the specific package variant of the component. It is parsed as a suffix to the series identifier LG R971 to distinguish the physical packaging of that particular LED component.

Can I use this to parse MPNs for any automotive electronics component?

This MPN parsing applies specifically to LG Innotek automotive electronics and LED components. It uses pattern matching and string manipulation to decode part number structures and determine official replacements based on shared series identifiers.