What problem does it solve?
SolidJS projects often suffer from inconsistent patterns, fragmented component architectures, and ad hoc state-management choices. This skill provides a structured conventions-based approach to building and refactoring SolidJS TypeScript code, enabling reusable primitives, typed stores, and accessible HTML semantics.
Core Features & Use Cases
- Establishes foundational patterns: CSS Modules, a shared component system, service-driven state, and typed store usage to promote consistency across teams.
- Supports creating or refactoring components, hooks, and async operations with predictable behavior and strong typing.
- Real-world scenario: standardize a page shell that wires data via services, forms via shared hooks, and accessible UI primitives, reducing duplicate decisions.
Quick Start
Apply the SolidJS pattern by reusing the provided foundational components, hooks, and store patterns to structure new components and features.