.claude/skills/manufacturers/alphaomega/SKILL.md
# Alpha and Omega Semiconductor (AOS) Handler Skill Use this skill when working with Alpha and Omega Semiconductor (AOS) components - primarily MOSFETs. ## Company Overview Alpha and Omega Semiconductor (AOSMD) specializes in power semiconductors, particularly MOSFETs. They are known for: - High-performance power MOSFETs for computing, consumer, industrial, and automotive applications - Innovative packaging technologies (TOLL, GTPAK, GLPAK) - Shield Gate Technology (SGT) for low Rds(on) - Bot
npx skillsauth add Cantara/lib-electronic-components .claude/skills/manufacturers/alphaomegaInstall 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.
Use this skill when working with Alpha and Omega Semiconductor (AOS) components - primarily MOSFETs.
Alpha and Omega Semiconductor (AOSMD) specializes in power semiconductors, particularly MOSFETs. They are known for:
AOS part numbers follow this pattern:
AO[Package Prefix][Series Number][Variant Letter]
| Prefix | Package Type | Description |
|--------|-------------|-------------|
| AO3xxx | SOT-23 | Small outline transistor, 3-pin |
| AO4xxx | SO-8 | Small outline, 8-pin |
| AOD | TO-252 (DPAK) | Decawatt package |
| AON | DFN | Dual flat no-lead (various sizes) |
| AOI | TO-251 (IPAK) | I-pak package |
| AOT | TO-220 | Through-hole power package |
| AOB | TO-263 (D2PAK) | Double DPAK |
| AOC | SO-8 | Common drain dual MOSFETs |
| AOP | PDFN | Power DFN |
| AOTL | TOLL | TO-Leadless (30% smaller than D2PAK) |
| AOGT | GTPAK | Topside cooling package |
| AOGL | GLPAK | Gull-wing TOLL |
| AONS | DFN | DFN source-down |
| AONR | DFN | DFN source-down |
| AONK | DFN3.3x3.3 | Compact DFN source-down |
A - Revision or improved versionL - Low Rds(on) variant| MPN | Package | Type | Notes |
|-----|---------|------|-------|
| AO3401A | SOT-23 | P-channel | 30V, 4A |
| AO3400A | SOT-23 | N-channel | 30V, 5.7A |
| AO4407A | SO-8 | P-channel | 30V, 12A |
| AO4988 | SO-8 | N-channel | 40V, 10A |
| AOD4184 | TO-252 | N-channel | 40V, 50A |
| AON6758 | DFN 5x6 | N-channel | 30V, 85A |
| AOT240L | TO-220 | N-channel | 40V, 79A |
| AOGT66909 | GTPAK | N-channel | Topside cooling |
src/main/java/no/cantara/electronic/component/lib/manufacturers/AlphaOmegaHandler.java
MOSFETmatches(String mpn, ComponentType type, PatternRegistry patterns)Checks if MPN matches AOS MOSFET patterns.
extractPackageCode(String mpn)Returns package type based on prefix:
AO3xxx -> SOT-23AO4xxx -> SO-8AOD -> TO-252AON -> DFNextractSeries(String mpn)Returns base series without variant letters:
AO3401A -> AO3401AOD4184A -> AOD4184src/test/java/no/cantara/electronic/component/lib/handlers/AlphaOmegaHandlerTest.java
initializePatterns()matches()extractPackageCode()extractSeries()mvn test -Dtest=AlphaOmegaHandlerTest
A suffix common for improved versionsL suffix for low Rds(on) variantsLast Updated: January 2026
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.