What problem does it solve? Building a new page, dashboard, or panel in the Nodefony Studio admin app normally requires re-exploring the codebase to rediscover the UI kit APIs, routing recipe, realtime hooks, and quality gates. This Skill provides a deterministic playbook with exact component signatures, copy-paste skeletons, and hard-won gotchas so screens are built consistently without re-investigation. ## Core Features & Use Cases - Screen construction recipe: Deterministic steps for adding a route with lazy loading, navConfig entry, deep-link SPA fallback, and data plane wiring. - UI kit reference: Exact APIs for PageHeader, PageLayout, DataGrid, DataState, StatCard, KpiCard, DocHint, JsonViewer, and MiniChart, plus MobX stores and nodefony/react realtime hooks. - Realtime and backend guidance: Patterns for Studio channels, the probes-plus-hub observability pattern, the Twin live architecture map, the debug bar, and the Studio backend controller and data plane. - Use Case: You need to add a new monitoring dashboard to the Studio admin app. The Skill gives you the live-dashboard skeleton, the conditional subscription pattern, the DataGrid height rule, and the typecheck gate to run before committing. ## Quick Start Use the nodefony-studio-dev skill to add a new realtime dashboard page to the Studio admin frontend.