AVX Manufacturer Handler Skill

Parse AVX MPNs to extract series and package codes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management and identification of AVX Corporation electronic components, streamlining the process of working with their diverse product lines.

Core Features & Use Cases

  • Component Identification: Recognizes various AVX component types like capacitors, filters, and ICs.
  • MPN and Package Analysis: Parses Manufacturer Part Numbers (MPNs) to extract series and package codes.
  • Replacement Guidance: Provides logic for identifying compatible component replacements.
  • Use Case: Quickly determine if a specific AVX tantalum capacitor can be replaced by a polymer alternative based on series and case size.

Quick Start

Use the AVX handler to extract the series from the part number 'TAJD107K006RNJ'.

Frequently Asked Questions about AVX Manufacturer Handler Skill

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

FAQPage Schema
How do I parse an AVX manufacturer part number to find the series and package code?

Parsing an AVX MPN identifies the component series and package code by analyzing the alphanumeric string structure. This detects the specific component type, such as a tantalum capacitor, based on the extracted segments.

Can I identify a replacement for an AVX tantalum capacitor using a polymer alternative?

You can identify a polymer replacement for an AVX tantalum capacitor by evaluating the series and case size specifications. The replacement logic compares these parameters to determine component compatibility.

What electronic components does the AVX manufacturer handler recognize?

The AVX handler recognizes capacitors, filters, and integrated circuits (ICs). Component type detection is achieved by parsing the manufacturer part numbers to categorize the specific AVX electronic components.

How do I extract the series from an AVX part number like TAJD107K006RNJ?

To extract the series from an AVX part number like TAJD107K006RNJ, you parse the MPN structure. The handler isolates the specific alphanumeric characters that designate the component series.

Does the AVX component handler support identifying integrated circuits and filters?

Yes, the AVX component handler supports identifying integrated circuits and filters by parsing their respective MPNs. It extracts the series and package codes for these components alongside capacitors.