AI-powered route planning and optimization skill using advanced algorithms (VRP, TSP) to minimize transportation costs, reduce delivery times, and maximize vehicle utilization
Optimizes delivery routes using advanced algorithms to minimize costs and maximize vehicle utilization.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Route Optimization Engine is an AI-powered skill that provides advanced route planning and optimization capabilities using sophisticated algorithms including Vehicle Routing Problem (VRP) solvers and Traveling Salesman Problem (TSP) solutions. This skill focuses on minimizing transportation costs, reducing delivery times, and maximizing vehicle utilization across logistics operations.
skill: route-optimization-engine
inputs:
delivery_locations:
- location_id: "LOC001"
address: "123 Main St"
coordinates: { lat: 40.7128, lng: -74.0060 }
time_window: { start: "09:00", end: "12:00" }
service_time_minutes: 15
vehicles:
- vehicle_id: "VH001"
capacity: 1000
start_location: "DEPOT001"
available_hours: 8
constraints:
max_route_duration_hours: 10
include_traffic: true
optimize_for: "cost" # or "time" or "balanced"
outputs:
optimized_routes:
- vehicle_id: "VH001"
stops: ["LOC003", "LOC001", "LOC005"]
total_distance_km: 45.2
estimated_duration_hours: 3.5
fuel_consumption_liters: 12.3
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.