Parametric Search Skill

Filter electronic components by specifications using unit-aware parametric queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users efficiently find electronic components by filtering them based on a wide range of specifications and parameters, simplifying the selection process.

Core Features & Use Cases

  • Parametric Filtering: Filter components using various operators (>, <, =, IN, range).
  • Unit-Aware Queries: Automatically parses and understands common electronic units (nF, kΩ, V, etc.).
  • Flexible Querying: Supports both static requirement maps and a fluent builder API.
  • Use Case: Find all capacitors with a capacitance greater than 10nF, a voltage rating of at least 25V, and a dielectric type of X7R or X5R.

Quick Start

Use the Parametric Search Skill to find capacitors with a capacitance greater than 10nF and a voltage rating of at least 25V.

Frequently Asked Questions about Parametric Search Skill

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

FAQPage Schema
How do I filter electronic components by multiple specifications?

You filter electronic components by multiple specifications using unit-aware parametric search that supports comparison operators, range queries, and set membership to compare parts against defined requirements.

Can I search for electronic components using a specific capacitance and voltage range?

Yes, you can search for electronic components using specific capacitance and voltage ranges because the parametric search automatically parses common electronic units like nF, kΩ, and V to facilitate dynamic filtering.

What is the best way to check if a single electronic part meets my BOM management requirements?

Checking if a single electronic part meets BOM management requirements is best handled by the individual part check feature, which validates a specific component against your defined specification maps.

Does this parametric search support set membership queries for component dielectric types?

Yes, parametric search supports set membership queries for component dielectric types, allowing you to filter components by specifying acceptable values such as X7R or X5R for dielectric type.

How do I query component lists when my specifications require greater than or less than operators?

To query component lists with greater than or less than operators, use the parametric filtering feature which applies comparison operators directly to your component specifications to return matching parts.