What problem does it solve?
This skill provides a guided framework to transform domain experts into productive Vnstock-powered Python developers by outlining patterns, layers, and best practices for building scripts, notebooks, dashboards, and apps across the Vnstock ecosystem.
Core Features & Use Cases
- Six pattern guide: Automation Script, Ad-hoc Analysis, Interactive Dashboard, Desktop App/API, Web App/Extension, and Open Source, with recommended libraries and UI patterns.
- Unified UI discipline: If vnstock_data >= 3.0.0, strictly apply the 7 Layer architecture (Market, Fundamental, Reference, Macro, Insights, Analytics, News) and encourage show_api() for discovery.
- Environment-aware guidance: Prioritize sponsored vnstock_data when available; propose patterns and safety checks for production-grade tools.
- Operational guidance: Provides templates and prompts to mentor users in building end-to-end tools with comments explaining decisions.
Quick Start
Choose your target route (Automation Script, Ad-hoc Analysis, Interactive Dashboard, Desktop App / API, Web App / Extension, or Open Source) and build a minimal Vnstock-based solution.