Favicon of supplier-selection

supplier-selection Skill

AI Agent SkillTypeScriptOpen source

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.

Decision snapshot

Is this a fit?

Best for

Data analysis, Writing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

18 days ago · Apache-2.0 license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
82/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Data analysis
  • Writing
  • Data analysis use cases
  • Writing use cases

Declared skill metadata

  • Source file: agent-decomposition/.claude/skills/supplier-selection/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use supplier-selection Skill

  • Use it for data analysis.
  • Use it for writing.

Built with

TypeScriptCopy skill directory

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:

Verified compatibility and discovery

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.

Share:

Stars
2,019
Forks
584
Last commit
18 days ago
Last verified
Aug 26, 2026
Metadata fetched
Aug 26, 2026
Repository age
4 months
License
Apache-2.0

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to supplier-selection