What problem does it solve?
This Skill provides a centralized workflow and reference framework for integrating a Streamlit playground with VRP-Toolkit modules. It helps teams connect UI components to VRP-Toolkit APIs, align API signatures, run contract tests, and troubleshoot common issues to avoid token-heavy source-code exploration.
Core Features & Use Cases
- Interface Mapping Table: Quick reference of required VRP-Toolkit APIs for playground features.
- Contract Test Integration: Templates and guidance to verify API signatures and reproducibility.
- Troubleshooting Guide: Centralized guidance for common integration errors and pitfalls.
- Use Case: When building a new Streamlit dashboard feature that calls VRP-Toolkit APIs, this skill streamlines the setup and validation process.
Quick Start
Follow the workflow steps to map interfaces, verify with contract tests, and add troubleshooting references. Start by opening references/interface_mapping.md to locate the required VRP-Toolkit API signatures and proceed to set up contract tests as described in references/contract_tests.md.