What problem does it solve?
This skill addresses the outdated local chart development workflow for bklit-ui contributors, where the legacy /playground route duplicated functionality from the production Studio environment and led to maintenance drift and redundant code.
Core Features & Use Cases
- Deprecated Workflow Guidance: Explicitly marks the legacy /playground route as retired and directs contributors to the active bklit-studio skill for all chart prototyping and editing work.
- Dev Environment Instructions: Provides the correct local Studio development URL (http://localhost:3000/studio) and optional chart slug query parameter for testing specific chart components.
- Workflow Boundary Clarification: Defines that new chart scaffolding should not use the old playground directories, and confirms that shipping workflows remain handled by the bklit-ship skill with code living in the packages/ui and packages/studio directories.
Quick Start
Use the bklit-playground skill to get directed to the active bklit-studio workflow for all chart development work in the bklit-ui repository.