Automated carrier evaluation and selection skill using multi-criteria decision analysis for optimal freight procurement
Evaluates and selects optimal freight carriers using multi-criteria analysis for cost and service.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Carrier Selection Optimizer is an automated skill that evaluates and selects optimal carriers for freight shipments using multi-criteria decision analysis. It combines performance metrics, cost analysis, capacity availability, and service level requirements to recommend the best carrier for each shipment while supporting strategic procurement decisions.
skill: carrier-selection-optimizer
inputs:
shipment:
origin: "Chicago, IL"
destination: "Los Angeles, CA"
weight_lbs: 15000
freight_class: 70
pickup_date: "2026-02-01"
delivery_date: "2026-02-05"
equipment_type: "dry_van"
special_requirements: ["liftgate", "appointment_delivery"]
selection_criteria:
priority: "cost" # or "service" or "balanced"
min_carrier_score: 85
preferred_carriers: ["CARRIER001", "CARRIER002"]
outputs:
recommendations:
- carrier_id: "CARRIER001"
carrier_name: "ABC Logistics"
rate: 2150.00
transit_days: 3
performance_score: 92
on_time_rate: 96.5
recommendation_rank: 1
- carrier_id: "CARRIER003"
carrier_name: "XYZ Transport"
rate: 2050.00
transit_days: 4
performance_score: 88
on_time_rate: 94.2
recommendation_rank: 2
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.