What problem does it solve?
This Skill removes the repetitive setup work required to start a complete RNBT dashboard project structure, so you can focus on implementing your UI and data instead of scaffolding files and wiring lifecycles.
Core Features & Use Cases
- End-to-end RNBT project scaffolding: Creates Master/Page layers, page and master scripts, styles, component folders, and a preview entry.
- Mock backend setup included: Adds a mock_server with an Express API and package configuration to support local development and testing.
- Deterministic dataset wiring: Generates a datasetList.json aligned with the RNBT architecture so the runtime can map and load data consistently.
- Use Case: When you need a full dashboard page (e.g., with Header/Sidebar) that follows RNBT lifecycle rules, you can generate the baseline project layout and then iteratively refine components and mock data.
Quick Start
Use the create-project Skill to generate a complete RNBT dashboard scaffold that includes Master/Page layers, components, mock_server, and datasetList.json following the repository architecture guidelines.