supplier-selection Skill
How to rank and pick a supplier for a SKU. Load this whenever a task involves choosing a supplier, comparing quotes, or creating a purchase order. Published by anthropics in cwc-workshops.
What is supplier-selection Skill?
How to rank and pick a supplier for a SKU. Load this whenever a task involves choosing a supplier, comparing quotes, or creating a purchase order. Published by anthropics in cwc-workshops. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Writing
- Data analysis use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use supplier-selection Skill
- Use it for data analysis.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/cwc-workshops
- Skill file: agent-decomposition/.claude/skills/supplier-selection/SKILL.md
What it does
How to rank and pick a supplier for a SKU. Load this whenever a task involves choosing a supplier, comparing quotes, or creating a purchase order.
Skill instructions
<!-- Copyright 2026 Anthropic PBC -- <!-- SPDX-License-Identifier: Apache-2.0 -- Supplier Selection Ranking suppliers is arithmetic, not judgment. Compute it in Python via code execution — do not reason about it in prose. Method For a given SKU: 1. Read /mnt/user/data/suppliercatalog.csv and filter to rows matching the SKU. This gives you (supplierid, unitprice, minorderqty) for each candidate. 2. Join with /mnt/user/data/suppliers.csv on supplierid to get leadtimedays and reliability. 3. Normalize price and lead time across the candidates (min-max to [0,1], where 0 is best). Reliability is already on [0,1] where higher is better. 4. Score each candidate: score = 0.5 × (1 − normprice) + 0.3 × (1 − normleadtime) + 0.2 × reliability 5. Pick the highest score. Tie-breaks: lowest unitprice, then lowest leadtimedays, then alphabetical supplierid. Do this in code Write and run a short Python script — don't call a tool per supplier, and don't compare quotes by describing them. Example shape:Explore related resources
Frequently asked questions
What is supplier-selection?
supplier-selection is a open-source AI agent skill with Copy skill directory. How to rank and pick a supplier for a SKU. Load this whenever a task involves choosing a supplier, comparing quotes, or creating a purchase order.
Who is supplier-selection best for?
supplier-selection is best for reusing agent instructions, scripts, and references, data analysis workflows, writing workflows.
How do I install supplier-selection?
Install or run supplier-selection using Copy skill directory. Check supplier-selection for the latest setup command.
Is supplier-selection actively maintained?
supplier-selection may need a closer maintenance check before production use.
Auto-fetched from GitHub.