similarity-mcu — MCU類似性計算 similarity-mcu, lib-electronic-components, community, MCU類似性計算, ide skills, 電子部品類似性, SpecImportanceレベル, ToleranceRuleタイプ, SimilarityProfileコンテキスト, 部品類似性計算, Claude Code

v1.0.0

このスキルについて

高度なメタデータ駆動の類似性計算を必要とするAIエージェントに最適です。特に、電子コンポーネントやMCUの類似性計算器と協力するエージェントに適しています。 MCU類似性計算器は、電子部品の類似性を計算するためのツールです

機能

SpecImportanceレベルサポート
ToleranceRuleタイプサポート
SimilarityProfileコンテキストサポート
部品類似性計算
設計段階最適化
コスト最適化

# Core Topics

Cantara Cantara
[2]
[0]
Updated: 3/10/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
33
Canonical Locale
en
Detected Body Locale
en

高度なメタデータ駆動の類似性計算を必要とするAIエージェントに最適です。特に、電子コンポーネントやMCUの類似性計算器と協力するエージェントに適しています。 MCU類似性計算器は、電子部品の類似性を計算するためのツールです

このスキルを使用する理由

lib-electronic-componentsライブラリを使用して最適なMCU類似性計算を実行するエージェントの能力を提供し、計算機の統合パターンとSpecImportanceレベル、ToleranceRuleタイプ、SimilarityProfileコンテキストのガイダンスを提供します。

おすすめ

高度なメタデータ駆動の類似性計算を必要とするAIエージェントに最適です。特に、電子コンポーネントやMCUの類似性計算器と協力するエージェントに適しています。

実現可能なユースケース for similarity-mcu

設計段階の最適化のために電子コンポーネント間の類似性を計算する
最小必要仕様の公差ルールを生成する
類似性プロファイルを使用してコスト最適化シナリオを分析する

! セキュリティと制限

  • lib-electronic-componentsライブラリとの統合が必要
  • メタデータ駆動の類似性アーキテクチャに限定される
  • 正確な計算のためにSpecImportanceレベルとToleranceRuleタイプに依存する

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is similarity-mcu?

高度なメタデータ駆動の類似性計算を必要とするAIエージェントに最適です。特に、電子コンポーネントやMCUの類似性計算器と協力するエージェントに適しています。 MCU類似性計算器は、電子部品の類似性を計算するためのツールです

How do I install similarity-mcu?

Run the command: npx killer-skills add Cantara/lib-electronic-components/similarity-mcu. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for similarity-mcu?

Key use cases include: 設計段階の最適化のために電子コンポーネント間の類似性を計算する, 最小必要仕様の公差ルールを生成する, 類似性プロファイルを使用してコスト最適化シナリオを分析する.

Which IDEs are compatible with similarity-mcu?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for similarity-mcu?

lib-electronic-componentsライブラリとの統合が必要. メタデータ駆動の類似性アーキテクチャに限定される. 正確な計算のためにSpecImportanceレベルとToleranceRuleタイプに依存する.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Cantara/lib-electronic-components/similarity-mcu. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use similarity-mcu immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

similarity-mcu

AIエージェントを使用したMCU類似性計算器の技術的な概要。SpecImportanceレベル、ToleranceRuleタイプ、SimilarityProfileコンテキストなど

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

MCU Similarity Calculator Skill

Guidance for working with MCU similarity calculators in the lib-electronic-components library.


For metadata-driven similarity architecture, see /similarity-metadata:

  • SpecImportance levels (CRITICAL, HIGH, MEDIUM, LOW, OPTIONAL)
  • ToleranceRule types (exactMatch, percentageTolerance, minimumRequired, etc.)
  • SimilarityProfile contexts (DESIGN_PHASE, REPLACEMENT, COST_OPTIMIZATION, etc.)
  • Calculator integration patterns and gotchas

Overview

There are two MCU-related calculators:

MCUSimilarityCalculator (Simple Interface)

  • Implements SimilarityCalculator
  • Uses pattern matching for family/series/features
  • No PatternRegistry required

MicrocontrollerSimilarityCalculator (Component Interface)

  • Implements ComponentSimilarityCalculator
  • Uses manufacturer handlers for extraction
  • Requires PatternRegistry

Applicable Types (MicrocontrollerSimilarityCalculator)

java
1ComponentType.MICROCONTROLLER 2ComponentType.MICROCONTROLLER_ATMEL 3ComponentType.MICROCONTROLLER_INFINEON 4ComponentType.MICROCONTROLLER_ST 5ComponentType.MCU_ATMEL

Similarity Weights (MCUSimilarityCalculator)

java
1familySimilarity * 0.5 // Family is most important 2seriesSimilarity * 0.3 // Series number 3featureSimilarity * 0.2 // Feature codes (F, L, U, etc.)

MCU Families

Family Groups

GroupMembers
PICPIC16, PIC18, PIC24, PIC32
STMSTM8, STM32
ATMATMEGA, ATTINY, ATXMEGA
MSPMSP430, MSP432
java
1// Same family = 1.0 family similarity 2calculator.calculateSimilarity("STM32F103", "STM32F407"); 3// High similarity (same STM32 family) 4 5// Related family = 0.8 family similarity 6calculator.calculateSimilarity("PIC16F877", "PIC18F4550"); 7// Good similarity (both PIC family)

Feature Codes

CodeMeaning
FFlash memory
LLow power
UUSB capable
WWireless
RROM version
TExtended temperature
java
1// Same feature codes contribute to similarity 2calculator.calculateSimilarity("STM32F103", "STM32F407"); 3// Both have F (Flash) feature

Series Similarity

Series numbers are compared numerically:

  • Same series = 1.0
  • Close numbers (within 100) = partial similarity
  • Far numbers = lower similarity
java
1// Same series 2calculator.calculateSimilarity("ATMEGA328", "ATMEGA328P"); 3// Very high similarity 4 5// Close series 6calculator.calculateSimilarity("ATMEGA328", "ATMEGA329"); 7// High similarity 8 9// Far series 10calculator.calculateSimilarity("ATMEGA328", "ATMEGA2560"); 11// Lower similarity

MicrocontrollerSimilarityCalculator Scoring

ConditionScore
Same manufacturer, same series, same package1.0
Same manufacturer, same series, different package0.9
Official replacement parts0.8
Same series across manufacturers0.7
Both microcontrollers, different series0.5

Test Examples

MCUSimilarityCalculator

java
1// Identical MCU 2calculator.calculateSimilarity("ATMEGA328P", "ATMEGA328P"); 3// Returns 1.0 4 5// Same family, different series 6calculator.calculateSimilarity("STM32F103", "STM32F407"); 7// Returns > 0.5 8 9// Different families 10calculator.calculateSimilarity("STM32F103", "ATMEGA328"); 11// Returns lower similarity

MicrocontrollerSimilarityCalculator

java
1// Same part, different package 2calculator.calculateSimilarity("ATMEGA328P-AU", "ATMEGA328P-PU", registry); 3// Returns >= 0.5 4 5// Different MCUs 6calculator.calculateSimilarity("ATMEGA328P", "STM32F103C8T6", registry); 7// Returns 0.5 (base MCU similarity)

Common MCU Patterns

Atmel/Microchip AVR

ATMEGA 328 P -AU
│      │   │  │
│      │   │  └── Package (AU=TQFP)
│      │   └───── Variant (P=Picopower)
│      └───────── Series number
└──────────────── Family

STMicroelectronics STM32

STM32 F 103 C8 T6
│     │ │   │  │
│     │ │   │  └── Package (T6=LQFP48)
│     │ │   └───── Memory/pins
│     │ └───────── Series
│     └─────────── Type (F=Foundation)
└───────────────── Family

Microchip PIC

PIC16 F 877 A
│     │ │   │
│     │ │   └── Variant
│     │ └────── Series
│     └──────── Memory type (F=Flash)
└────────────── Family

Learnings & Quirks

Family Detection

  • Regex ^([A-Z]+)\d+ extracts family prefix
  • Empty family = 0.0 family similarity

Series Number Extraction

  • Extracts first numeric sequence
  • Compared as integers for proximity

Feature Code Position

  • Usually at end of part number
  • Regex [A-Z]+$ extracts trailing letters

Package Codes

  • Vary significantly by manufacturer
  • Don't affect core part equivalence
  • Same MCU in different package = HIGH similarity

Cross-Family Comparison

  • Different families get Levenshtein similarity
  • Never returns > 0.8 for different families
<!-- Add new learnings above this line -->

関連スキル

Looking for an alternative to similarity-mcu or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者