Agent skill

supply-chain-optimization-amazon-lite

Supply Chain Optimization (Lite) - Diagnose bottlenecks and provide cost reduction strategies through conversation

nexscope-aigithub.com/nexscope-aiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-amazon --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 3 KB
Bundled scripts: yes
Version: 1.0.0
Path: supply-chain-optimization/supply-chain-optimization-amazon/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 580
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Supply Chain Optimization (Lite) Supply chain bottleneck analysis tool - Conversation-based version No API integration required. Collect data through guided conversation, automatically diagnose bottlenecks and output cost reduction strategies. ## Use Cases - Amazon seller supply chain health check - Bottleneck identification and cost optimization - Supply chain decision support ## Workflow ### Step 1: Trigger Skill User says: ``` Analyze my supply chain Supply chain diagnosis I want to optimize supply chain costs ``` ### Step 2: Business Profile Collection Guide user to describe in natural language: ``` 👋 Starting Supply Chain Analysis Please describe your situation in a sentence or two, like: "I sell kitchen products, 15 SKUs, $50K monthly sales, sourcing from Yiwu, sea freight to FBA, shipping costs seem high" Or just tell me what problem you want to solve. ``` **Identify and confirm:** - Category - SKU count - Monthly revenue scale - Sourcing location - Logistics model - Main pain points ### Step 3: Supply Chain Data Collection Guide user to provide key data: ``` 📊 I need some data to locate bottlenecks (rough numbers are fine) **Sourcing** • Product cost (FOB): $___/unit •

What's inside
Steps it walks through
  1. Use Cases
  2. Workflow
  3. Step 1: Trigger Skill
  4. Step 2: Business Profile Collection
  5. Step 3: Supply Chain Data Collection
  6. Step 4: Bottleneck Diagnosis
  7. Step 5: Cost Reduction Strategies
  8. Step 6: Output Format Selection
  9. Benchmark Configuration
  10. File Structure
Ships with 3 files
  • scripts/calculator.py
  • scripts/report_doc.py
  • scripts/report_html.py
Commands it runs
python3 scripts/calculator.py '{"product_cost": 8, "supplier_payment_days": 0, ...}'
More from eCommerce-Skills
All skills →
About this skill
What does the supply-chain-optimization-amazon-lite skill do?

Supply Chain Optimization (Lite) - Diagnose bottlenecks and provide cost reduction strategies through conversation

How do I install it?

Run `npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-amazon --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexscope-ai/eCommerce-Skills, a repository with 580 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going