cosmo

Decode Cosmo Electronics MPN structures and suffixes for optocouplers and sensors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand and work with the specific Manufacturer Part Number (MPN) encoding, suffix decoding, and handler guidance for Cosmo Electronics components, particularly optocouplers.

Core Features & Use Cases

  • MPN Decoding: Understand the structure of Cosmo MPNs (KP, KPC, KPH, KPS, KPTR series).
  • Suffix & Package Identification: Decode suffixes and variant letters to determine package type (DIP, SMD, SOP) and other specifications.
  • CTR Grade Interpretation: Understand the Current Transfer Ratio (CTR) grades for KPC series.
  • Handler Guidance: Provides pattern matching and extraction logic for implementing handlers.
  • Use Case: When you encounter a Cosmo part number like "KPC817C-1", this Skill helps you identify it as a high-isolation optocoupler, with a specific CTR grade (C) and a DIP-4 package.

Quick Start

Use the cosmo skill to decode the part number KPC817C-1 and identify its package type and CTR grade.

Frequently Asked Questions about cosmo

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

FAQPage Schema
How do I decode Cosmo Electronics optocoupler part numbers like KPC817C-1?

To decode Cosmo Electronics optocoupler MPNs like KPC817C-1, extract the series prefix, CTR grade letter, and suffix to identify the component as a high-isolation optocoupler in a DIP-4 package.

What does the suffix on a Cosmo KP or KPH series MPN indicate?

The suffix on Cosmo KP or KPH series MPNs indicates the component's package type, such as DIP, SMD, or SOP, along with other variant specifications extracted from the specific pattern letters.

How is Current Transfer Ratio (CTR) grade encoded in Cosmo KPC series optocouplers?

Current Transfer Ratio (CTR) grade in Cosmo KPC series optocouplers is encoded as a specific letter within the MPN structure, allowing you to identify the isolation grade directly from the part number.

Can I use pattern matching to extract specifications from Cosmo KPS and KPTR series sensors?

Yes, you can use pattern matching to extract specifications from Cosmo KPS and KPTR series sensors by applying handler implementation notes that map series and package patterns to SENSOR component types.

What component types map to Cosmo Electronics KP series optocouplers and sensors?

Cosmo Electronics KP series optocouplers and sensors map to IC, OPTOCOUPLER_TOSHIBA, and SENSOR component types based on the specific series prefix and extracted part number patterns.