memory

Parse and categorize Flash, EEPROM, and SRAM part numbers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of working with various memory components (Flash, EEPROM, SRAM) by providing standardized ways to parse, categorize, and understand their specifications.

Core Features & Use Cases

  • MPN Parsing: Extract key details like manufacturer, density, interface, and speed from Manufacturer Part Numbers (MPNs).
  • Component Categorization: Classify memory components into specific types (e.g., MEMORY_FLASH_WINBOND, MEMORY_EEPROM_MICROCHIP).
  • Similarity Analysis: Compare memory components based on critical parameters.
  • Use Case: Quickly identify the specifications of a Winbond W25Q128JVSIQ flash memory chip by parsing its MPN.

Quick Start

Use the memory skill to parse the MPN 'IS62WV12816BLL' and identify its component type.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I parse manufacturer part numbers for memory components like Flash and EEPROM?

To parse memory component MPNs, the tool extracts key specifications like manufacturer, density, interface, speed, and package type directly from the part number string. It uses predefined patterns to decode part numbers from manufacturers like Winbond, Micron, and Microchip.

How can I categorize SRAM and Flash memory chips based on their part numbers?

You can categorize memory chips by parsing the MPN to classify components into specific types like MEMORY_FLASH_WINBOND or MEMORY_EEPROM_MICROCHIP. This categorization identifies densities, interfaces, and package types using predefined handlers and patterns.

Can I compare memory components to find similar Flash or EEPROM chips?

Yes, you can perform similarity analysis to compare memory components based on critical parameters. This calculates similarity between different Flash, EEPROM, and SRAM chips by evaluating their parsed densities, interfaces, and speeds.

Does this tool support parsing MPNs from manufacturers other than Winbond and Microchip?

Yes, the tool supports parsing and categorizing memory components from multiple manufacturers including Winbond, Micron, and Microchip. It identifies specific component types and specifications across these various manufacturers using predefined patterns.

What memory specifications can I extract from an MPN like IS62WV12816BLL?

Parsing an MPN like IS62WV12816BLL extracts key component details including manufacturer, memory density, interface type, operating speed, and package type. This identifies the exact specifications and component type using predefined parsing handlers.