maintain-data-structures

Document core VRP toolkit data structures across Problem, Algorithm, Data, and Runtime layers.

Updated Apr 23, 2024
One-click install
npx skills add https://github.com/dudusoar/VRP-Toolkit --skill maintain-data-structures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maintain-data-structures
Source: https://github.com/dudusoar/VRP-Toolkit/tree/main/.claude/skills/maintain-data-structures
Command: npx skills add https://github.com/dudusoar/VRP-Toolkit --skill maintain-data-structures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a concise, centralized reference for all data structures used across the VRP toolkit, reducing repeated code reads and onboarding time.

Core Features & Use Cases

  • Unified references for Problem Layer, Algorithm Layer, Data Layer, and Runtime Formats, including Node, Route, Instance, and distance matrices.
  • Structured navigation that accelerates debugging, migration, and feature development.
  • Use Case: When implementing new VRP components, quickly consult the data-structure definitions to ensure compatibility and consistency.

Quick Start

Open the references/ folder and read problem_layer.md, algorithm_layer.md, data_layer.md, and runtime_formats.md to begin exploring the data structures; refer to the Node and Route definitions when implementing new components.

Frequently Asked Questions about maintain-data-structures

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What data structures are used in the VRP toolkit?

The VRP toolkit data structures span the Problem Layer, Algorithm Layer, Data Layer, and Runtime Formats, covering Instance, Node, Route, and distance matrices for multiple routing use cases.

How do I find Node and Route definitions for implementing new VRP components?

Open the references/ folder and read problem_layer.md, algorithm_layer.md, data_layer.md, and runtime_formats.md to find Node and Route definitions and ensure compatibility when implementing new VRP components.

Does this VRP data structure reference require any external setup or dependencies?

No, this VRP data structure reference is fully self-contained in SKILL.md and the references/ folder, requiring zero external setup or dependencies to access the documentation.

When do I need to consult VRP toolkit data structure documentation?

You need to consult VRP toolkit data structure documentation when implementing new components, debugging routing issues, migrating features, or onboarding, to ensure data consistency and compatibility across layers.

What is the best way to reference distance matrices across different VRP use cases?

The best way to reference distance matrices across VRP use cases is to consult the structured documentation in the references/ folder, which provides unified definitions across the Problem, Algorithm, Data, and Runtime layers.