holtek

Decode Holtek MPNs into family, type, product, and package codes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and work with Holtek Semiconductor's complex Manufacturer Part Numbers (MPNs), decode their suffixes, and provides guidance for handling their various product families.

Core Features & Use Cases

  • MPN Decoding: Breaks down Holtek MPNs (HT and BS series) into their constituent parts like family, type, product, and package.
  • Package Identification: Maps common package codes (e.g., -1, -3, SOP, SSOP) to their physical descriptions.
  • Product Family Guidance: Details features for Flash MCUs, Touch MCUs, Voice ICs, USB Interfaces, and LCD Drivers.
  • Handler Implementation Notes: Provides code snippets and logic for detecting component types, extracting package codes, and identifying series within MPNs.
  • Use Case: When you encounter a Holtek part like HT66F0185, this Skill can tell you it's a general-purpose Flash MCU in an SOP package, and provide code examples for how to classify it programmatically.

Quick Start

Use the holtek skill to decode the Holtek MPN 'HT42B534-1'.

Frequently Asked Questions about holtek

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

FAQPage Schema
How do I decode a Holtek semiconductor MPN suffix to identify its package type?

Decoding a Holtek MPN suffix involves mapping characters like -1 or SSOP to physical package descriptions. The skill breaks down suffixes for parts such as the HT and BS series to identify exact component packages.

What does the Holtek HT66F0185 part number represent?

The HT66F0185 part number represents a general-purpose Flash MCU in an SOP package. MPN decoding extracts family, product type, and package information to classify Holtek semiconductor components accurately.

How to programmatically extract product family and series from Holtek MPNs?

Programmatic extraction uses handler implementation logic and code snippets to detect component types and identify series within Holtek MPNs. This logic parses characters to classify Flash MCUs, touch controllers, and LCD drivers.

Can I classify Holtek touch controllers and voice ICs using part number structure?

Yes, you can classify Holtek touch controllers and voice ICs by analyzing MPN structure. The skill details features for various product families and provides logic for accurate component identification from part numbers.

What are the limitations of decoding Holtek BS series MPNs?

Decoding Holtek BS series MPNs relies on known package codes and family structures. Limitations arise when encountering undocumented suffixes or non-standard part numbers outside the recognized Flash MCU, USB, and LCD driver families.