solidjs-knowledge-patch
Installation
SKILL.md
SolidJS Knowledge Patch
Use these rules when changing SolidJS, Solid Router, or SolidStart code. Identify which package owns an API before applying a migration: similarly named data, response, and route helpers do not necessarily share a package or runtime.
Reference index
| Reference | Topics |
|---|---|
| Migration and UI | Compiler validation, package resolution, customized built-ins, boolean attributes, non-delegated events |
| Reactivity and async | query, async-data helpers, server functions, streaming RPC |
| Routing and SolidStart | Filesystem routes, route definitions, preloading, navigation, SolidStart runtime and request APIs |
| Stores and actions | Action lifecycle, submissions, form encoding, revalidation, responses, redirects, single-flight mutations |
Read only the reference files relevant to the task, but read both routing and actions when a mutation redirects or revalidates route data.