integrate-playground
Installation
SKILL.md
Integrate Playground with VRP-Toolkit
Token-efficient workflow for connecting Streamlit playground UI to vrp-toolkit backend APIs.
Core Problem
Developing playground features requires knowing exact API signatures of vrp-toolkit modules. Without reference documentation, this requires repeatedly reading source code (consuming thousands of tokens per integration) and leads to API mismatch errors.
Solution
This skill provides:
- Interface Mapping Table - Playground needs → vrp-toolkit APIs
- API Quick Reference - Exact signatures with usage examples
- Contract Test Integration - Automated verification of interfaces
- Common Error Patterns - Troubleshooting guide