maintain-data-structures
✓Comprehensive reference documentation for all data structures in the VRP toolkit project. Use when needing to understand data structure definitions, attributes, formats, or representations to avoid repeatedly reading code. Covers Problem layer (Instance, Solution, Node), Algorithm layer (Solver, Operators, ALNS), Data layer (OSMnx, distance matrices), and runtime formats (routes as lists, time windows as tuples).
Installation
SKILL.md
Quick access to all data structure definitions in the VRP toolkit. This skill saves tokens by providing pre-documented structures instead of reading source code repeatedly.
Choose the appropriate reference based on what you're working with:
| "What attributes does Instance have?" | problemlayer.md | Instance | | "How are routes represented?" | runtimeformats.md | Route Representation | | "What's in an OSMnx Graph?" | datalayer.md | Graph (NetworkX) | | "How do I configure ALNS?" | algorithmlayer.md | ALNSConfig | | "What's the structure of a Node?" | problemlayer.md | Node |
Comprehensive reference documentation for all data structures in the VRP toolkit project. Use when needing to understand data structure definitions, attributes, formats, or representations to avoid repeatedly reading code. Covers Problem layer (Instance, Solution, Node), Algorithm layer (Solver, Operators, ALNS), Data layer (OSMnx, distance matrices), and runtime formats (routes as lists, time windows as tuples). Source: dudusoar/vrp-toolkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/dudusoar/vrp-toolkit --skill maintain-data-structures- Source
- dudusoar/vrp-toolkit
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is maintain-data-structures?
Comprehensive reference documentation for all data structures in the VRP toolkit project. Use when needing to understand data structure definitions, attributes, formats, or representations to avoid repeatedly reading code. Covers Problem layer (Instance, Solution, Node), Algorithm layer (Solver, Operators, ALNS), Data layer (OSMnx, distance matrices), and runtime formats (routes as lists, time windows as tuples). Source: dudusoar/vrp-toolkit.
How do I install maintain-data-structures?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dudusoar/vrp-toolkit --skill maintain-data-structures Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/dudusoar/vrp-toolkit
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01