.claude/skills/manufacturers/micron/SKILL.md
# Micron Manufacturer Handler Skill ## Overview MicronHandler manages Micron Technology components including DRAM, NAND Flash, NOR Flash, and SSDs. ## Supported Component Types - MEMORY - MEMORY_MICRON - MEMORY_FLASH - MEMORY_EEPROM ## MPN Patterns ### DRAM | Prefix | Description | |--------|-------------| | MT40xxx | DDR4 SDRAM | | MT41xxx | DDR3 SDRAM | | MT47xxx | DDR2 SDRAM | | MT46xxx | DDR SDRAM | | MT48xxx | LPDDR4 | | MT52xxx | LPDDR3 | ### NAND Flash | Prefix | Description | |-----
npx skillsauth add Cantara/lib-electronic-components .claude/skills/manufacturers/micronInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
MicronHandler manages Micron Technology components including DRAM, NAND Flash, NOR Flash, and SSDs.
| Prefix | Description | |--------|-------------| | MT40xxx | DDR4 SDRAM | | MT41xxx | DDR3 SDRAM | | MT47xxx | DDR2 SDRAM | | MT46xxx | DDR SDRAM | | MT48xxx | LPDDR4 | | MT52xxx | LPDDR3 |
| Prefix | Description | |--------|-------------| | MT29F/E | NAND Flash | | MT29C/B | SLC NAND |
| Prefix | Description | |--------|-------------| | MT28E/F | Parallel NOR Flash | | MT25Q/T | Serial NOR Flash |
| Prefix | Description | |--------|-------------| | MT35X/Q | 3D XPoint |
| Prefix | Description | |--------|-------------| | MT29K/L | eMMC | | MTFD | SSD |
Extracted from suffix after last dash:
Returns first 4-5 characters of base part number (e.g., "MT40A", "MT29F", "MTFDD").
| Code | Range | |------|-------| | -I | Industrial (-40 to +85C) | | -C | Commercial (0 to +70C) | | -A | Automotive (-40 to +105C) | | -E | Extended (-40 to +95C) |
When testing MicronHandler:
matches() behaviorextractPackageCode(), extractSeries(), null handlingnew MicronHandler()All issues fixed in PR #86
data-ai
Cost-effective task delegation strategy using Haiku model for straightforward work. Use when planning how to approach simple, pattern-following tasks to minimize costs.
tools
Use when working with component similarity calculations - comparing MPNs, finding equivalent parts, implementing new similarity calculators, or understanding how component matching works.
testing
Use when working with transistor similarity calculations - comparing BJT MPNs, understanding NPN/PNP polarity matching, equivalent groups like 2N2222/PN2222, or transistor-specific similarity logic.
testing
Use when working with sensor similarity calculations - comparing temperature/accelerometer/humidity sensor MPNs, understanding sensor families, equivalent parts, or sensor-specific similarity logic.