electronics-supply-chain

Optimize electronics manufacturing supply chains with Python scripts for component risk assessment.

56|16|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill electronics-supply-chain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: electronics-supply-chain
Source: https://github.com/kishorkukreja/awesome-supply-chain/tree/main/skills/electronics-supply-chain
Command: npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill electronics-supply-chain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, datetime, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexities of electronics manufacturing supply chains, from component sourcing and allocation to PCB assembly and lifecycle management.

Core Features & Use Cases

  • Component Allocation: Manages constrained supply by assessing risk and recommending strategies.
  • PCB Assembly Optimization: Optimizes SMT line balancing, feeder setup, and changeover times.
  • Lead Time Management: Plans procurement dynamically and simulates lead time variability.
  • E&O Inventory Management: Identifies and manages excess and obsolete stock.
  • NPI Planning: Assesses component risks during new product introductions.

Quick Start

Use the electronics-supply-chain skill to assess the allocation risk for a given Bill of Materials and production plan.

Frequently Asked Questions about electronics-supply-chain

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

FAQPage Schema
How do I optimize SMT line balancing and feeder setup for PCB assembly?

To optimize PCB assembly, Python scripts calculate SMT line balancing, feeder setup, and changeover times. This reduces assembly bottlenecks and improves manufacturing throughput for electronics production lines.

What is the best way to manage excess and obsolete inventory in electronics supply chains?

Manage excess and obsolete (E&O) inventory by analyzing stock data with Python to identify aging components. This E&O inventory analysis helps mitigate excess stock risks and reduces holding costs in electronics manufacturing.

How do I assess component allocation risk during new product introduction?

Assess new product introduction (NPI) component risks by evaluating the Bill of Materials against the production plan. This NPI risk assessment identifies semiconductor sourcing vulnerabilities and constrained supply issues early.

Can I simulate lead time variability for semiconductor sourcing using Python?

Yes, you can simulate semiconductor sourcing lead time variability dynamically. Using Python scripts with pandas and numpy, the Skill models procurement plans against lead time volatility to predict delivery delays.

Do I need pandas and numpy to run electronics supply chain risk assessments?

Yes, pandas and numpy are required dependencies to run electronics supply chain risk assessments. These Python libraries handle the data manipulation and numerical calculations needed for component allocation and E&O inventory analysis.