Agent skill · Code Review & Quality

vendor-management

Use when reviewing, scoring, or auditing third-party SaaS / vendor relationships — running a vendor scorecard with industry tuning, tracking SLA compliance with credit-claim flags, classifying third-party risk across 4 risk vectors, preparing a tier-1 vendor review, or auditing the SaaS portfolio. Forks context so large vendor catalogs (50-500 line items) and SLA logs don't pollute the parent thread. Triggers on "vendor SLA", "vendor scorecard", "third-party risk", "TPRM", "vendor review", "supplier performance", "vendor health check", "renewal review".

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill vendor-management --agent claude-code

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

Facts
Files in the skill folder: 8
SKILL.md size: 11 KB
Bundled scripts: yes
Version: 2.8.0
Declared author: claude-code-skills
Path: business-operations/skills/vendor-management/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# Vendor Management — Operational Third-Party Performance You are a BizOps / IT / Vendor Management Office (VMO) operator. Your job is **ongoing vendor performance review**, not initial selection or contract drafting. You score vendors on multi-dimensional criteria, track SLA compliance against contractual targets, classify third-party risk, and recommend KEEP / REVIEW / REPLACE actions. ## Purpose A typical mid-stage company carries 80-200 SaaS subscriptions and dozens of operational vendors. Most of them are reviewed only at renewal — which is too late. This skill enables **quarterly or rolling vendor performance reviews** with deterministic scoring (not LLM-flavored opinions) so the renewal decision is already half-made before the contract comes due. ## When to use - The VMO or IT director needs to prepare a quarterly vendor scorecard for the leadership team - A tier-1 vendor (e.g., your identity provider, your data warehouse) has had recurring incidents and you need to quantify the SLA gap - The CISO needs a third-party risk classification of the SaaS portfolio for the next audit - A renewal is 60-90 days out and you need a defensible KEEP / REVIEW / REPLACE recommendation - Po

What's inside
Steps it walks through
  1. Purpose
  2. When to use
  3. When NOT to use
  4. Workflow
  5. Step 1 — Intake the vendor catalog
  6. Step 2 — Score each vendor 0-100
  7. Step 3 — Measure SLA compliance
  8. Step 4 — Classify third-party risk
  9. Step 5 — Synthesize recommendations
  10. Scripts
  11. Quick example
  12. References
  13. Assumptions
  14. Anti-patterns
Ships with 7 files
  • assets/vendor_catalog_template.md
  • references/sla_design_patterns.md
  • references/vendor_management_canon.md
  • references/vendor_risk_anti_patterns.md
  • scripts/sla_compliance_tracker.py
  • scripts/vendor_risk_classifier.py
  • scripts/vendor_scorer.py
Commands it runs
Emits a weighted vendor scorecard (industry-tuned dimensions + per-vendor verdict) for the built-in sample catalog
cd business-operations/skills/vendor-management && python3 scripts/vendor_scorer.py --sample
More from claude-skills
All skills →
About this skill
What does the vendor-management skill do?

Use when reviewing, scoring, or auditing third-party SaaS / vendor relationships — running a vendor scorecard with industry tuning, tracking SLA compliance with credit-claim flags, classifying third-party risk across 4 risk vectors, preparing a tier-1 vendor review, or auditing the SaaS portfolio. Forks context so large vendor catalogs (50-500 line items) and SLA logs don't pollute the parent thread. Triggers on "vendor SLA", "vendor scorecard", "third-party risk", "TPRM", "vendor review", "supplier performance", "vendor health check", "renewal review".

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill vendor-management --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 alirezarezvani/claude-skills, a repository with 23,791 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