VibeTrading Code Generator Generate executable Hyperliquid trading strategy code from natural language prompts. This skill transforms trading ideas into ready-to-run Python code using actual Hyperliquid API implementations. Generated code includes complete API integration, error handling, logging, and configuration management. Quick Start Basic Usage Output Structure The generator creates: 1. Strategy Python file - Complete trading strategy class 2. Configuration file - Strategy parameters and settings 3. Usage instructions - How to run and monitor the strategy 4. Requirements file - Python d…