What problem does it solve? Reflex evolves quickly and AI training data about it is often outdated, leading to incorrect code for components, state management, and events. This Skill supplies current Reflex documentation references and core concept summaries so generated code matches the actual framework API. ## Core Features & Use Cases - Curated Documentation Index: Maps every major Reflex topic (components, state, vars, events, routing, styling, database, auth, API routes, React wrapping) to its official documentation URL. - Core Concept Reference: Summarizes State, base vars, computed vars, event handlers, event triggers, pages, and SQLModel database integration. - Use Case: While writing a Reflex app, you ask how to add a dynamic route or a computed var; the Skill directs the AI to the correct docs page and syntax instead of relying on stale knowledge. ## Quick Start Ask the AI to build a Reflex page with state and event handlers using the reflex-docs references for current syntax.