Analyze supply chain operations using the SCOR model across Plan, Source, Make, Deliver, and Return processes. Use this skill when the user needs to optimize supply chain efficiency, evaluate supplier performance, improve logistics, or design an end-to-end supply chain strategy — even if they say 'our deliveries are slow', 'supply chain costs are too high', or 'we keep running out of stock'.
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-supply-chain
The SCOR (Supply Chain Operations Reference) model structures supply chain analysis into five core processes: Plan, Source, Make, Deliver, Return. It provides a common language for analyzing, benchmarking, and improving supply chain performance from supplier's supplier to customer's customer.
IRON LAW: End-to-End, Not Silo-by-Silo
Supply chain optimization must consider the ENTIRE chain. Optimizing
procurement (Source) without considering production capacity (Make) or
delivery capability (Deliver) creates bottlenecks downstream.
A local optimum in one process often creates a global problem elsewhere.
1. Plan — Demand forecasting, supply planning, inventory strategy
2. Source — Supplier selection, procurement, incoming quality
3. Make — Production, assembly, manufacturing
4. Deliver — Order management, warehousing, transportation, last-mile
5. Return — Returns processing, reverse logistics, warranty/repair
| Process | Metric | Formula/Definition |
|---------|--------|-------------------|
| Plan | Forecast Accuracy | 1 - \|Actual - Forecast\| / Actual |
| Plan | Inventory Days | Inventory / (COGS / 365) |
| Source | Supplier On-Time Rate | On-time deliveries / Total deliveries |
| Source | Supplier Defect Rate | Defective units / Total received |
| Make | OEE | Availability × Performance × Quality |
| Deliver | Perfect Order Rate | Orders delivered on time, in full, without error |
| Deliver | Order-to-Delivery Cycle | Time from order to customer receipt |
| Return | Return Rate | Returns / Total shipments |
# Supply Chain Analysis: {Company}
## Supply Chain Map
Supplier → [Source] → [Make] → [Deliver] → Customer
↑ [Plan] (coordinates all) ↑
[Return] ←
## SCOR Performance Dashboard
| Process | Key Metric | Current | Benchmark | Gap |
|---------|-----------|---------|-----------|-----|
| Plan | Forecast Accuracy | X% | 85%+ | {gap} |
| Source | Supplier On-Time | X% | 95%+ | {gap} |
| Make | OEE | X% | 85%+ | {gap} |
| Deliver | Perfect Order Rate | X% | 95%+ | {gap} |
| Return | Return Rate | X% | <5% | {gap} |
## Weakest Link Analysis
{Which process has the largest gap and why}
## Improvement Recommendations
1. {Process}: {specific improvement} → {expected metric impact}
Scenario: SCOR analysis for a Taiwanese DTC electronics brand
| Process | Metric | Current | Issue |
|---------|--------|---------|-------|
| Plan | Forecast Accuracy | 62% | Demand spikes around promotions are unpredicted |
| Source | Supplier On-Time | 88% | Key component supplier in Shenzhen has inconsistent lead times |
| Make | OEE | 78% | Reasonable for electronics assembly |
| Deliver | Perfect Order Rate | 91% | Last-mile carrier (���貓) loses 3% of packages |
| Weakest: Plan (62%) — fixing forecast accuracy would reduce both inventory (currently 45 days, target 30) and stockouts
references/scor-metrics.mdreferences/inventory-models.mdAutomatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
Crypto wallet operations via the awal CLI — sign in, check balances, send USDC/ETH/POL/SOL, trade tokens, fund the wallet, and use the x402 payment protocol to discover paid services, pay for API calls, monetize an API, or query onchain data. Use whenever the user mentions signing in, login, authentication, wallet status, balance, address, sending money, paying someone, transferring tokens, ENS names, swapping/trading/converting tokens, funding/topping up/onramp, USDC, ETH, POL, SOL, the x402 bazaar, paid APIs, monetizing an endpoint, or querying onchain data on Base.
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.
Braintree Automation: manage payment processing via Stripe-compatible tools for customers, subscriptions, payment methods, and transactions
Take asgard-ai-platform/biz-supply-chain from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.