.claude/skills/manufacturers/winbond/SKILL.md
# Winbond Manufacturer Handler Skill ## Overview WinbondHandler manages Winbond memory components including SPI Flash, NOR Flash, and EEPROM. ## Supported Component Types - MEMORY - MEMORY_FLASH_WINBOND - MEMORY_EEPROM_WINBOND - MEMORY_FLASH - MEMORY_EEPROM ## MPN Patterns ### SPI/QSPI Flash (W25 Series) | Prefix | Description | |--------|-------------| | W25Qxx | Standard SPI/QSPI Flash | | W25Nxx | SPI NAND Flash | | W25Xxx | Legacy SPI Flash | ### NOR Flash (W29 Series) | Prefix | Descri
npx skillsauth add Cantara/lib-electronic-components .claude/skills/manufacturers/winbondInstall 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.
WinbondHandler manages Winbond memory components including SPI Flash, NOR Flash, and EEPROM.
| Prefix | Description | |--------|-------------| | W25Qxx | Standard SPI/QSPI Flash | | W25Nxx | SPI NAND Flash | | W25Xxx | Legacy SPI Flash |
| Prefix | Description | |--------|-------------| | W29Cxx | Parallel NOR Flash | | W29Nxx | NOR Flash variant | | W29Exx | NOR Flash variant |
| Prefix | Description | |--------|-------------| | W24xxx | Serial EEPROM |
| Suffix | Package | |--------|---------| | S, SS | SOIC | | F | QFN | | W | WSON | | U | USON |
Returns base series including density code (e.g., "W25Q32JV" returns "W25Q32JV").
Extracts suffix letters and maps to package type.
Handler overrides matches() for direct pattern matching:
When testing WinbondHandler:
matches() behaviorextractPackageCode(), extractSeries(), null handlingnew WinbondHandler()All issues fixed in PR #88
| Part Number | Description | |-------------|-------------| | W25Q128JVSIQ | 128Mbit QSPI Flash, SOIC-8 | | W25Q32JVSSIQ | 32Mbit QSPI Flash, SOIC-8 | | W25Q64FVFIG | 64Mbit QSPI Flash, QFN | | W25N01GVZEIG | 1Gbit SPI NAND Flash |
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.