solidjs-v2 skillA
solidjs-v2 is agent-read markdown (skill) from khmm12/solidjs-v2-skills: SolidJS 2.0 implementation and API explanations, including React comparisons, async patterns, stores, DOM, and server functions. Use for code or questions targeting solid-js major 2. For a requested 1.x conversion use solidjs-v2-migration; for a diff review use solidjs-v2-reviewer..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# SolidJS 2.0
Reference target: `solid-js@2.0.0-rc.8` and `@solidjs/web@2.0.0-rc.8`.
## Confirm the version
For a standalone question naming Solid 2, use the verified reference target.
For project edits, read the installed `solid-js` version (lockfile/package
metadata); apply this skill to major 2. Keep a 1.x project's conventions unless
migration is requested.
Installed typings take priority over these references when versions differ.
## Use the Solid v2 model
- **Components run once per mount.** JSX, memos, and effect compute callbacks
track reads. Keep props as `props.name`; read them inside those tracking scopes.
- **Changing UI values live in signals or stores.** An accessor must read reactive
state to subscribe. Wrapping an ordinary `let`/Map in a function does not make
its assignments reactive; keep plain variables for non-rendered bookkeeping.
- **The JSX compiler supplies tracking and getters.** Write
`<Counter value={count()} />` and read `props.value` in the child. The expression
is a value, not an extra callback. For a manually built options object,
use a getter or an accessor matching the callee's type.
…Read the whole file at its exact version.
How to install
mdr add khmm12/solidjs-v2-skills/solidjs-v2@git:20260920.2533ed5mdr add khmm12/solidjs-v2-skills/solidjs-v2@sha256:9939af77dd211dbdPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_e7qvujd7d5lwnwrp)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260920.2533ed5 latest | 2026-09-20 | 2533ed5 | 6,638 B | A | view · diff |
| git:20260920.2a460c3 | 2026-09-20 | 2a460c3 | 6,566 B | A | view · diff |
| git:20260920.6aa3745 | 2026-09-20 | 6aa3745 | 4,806 B | A | view · diff |
| git:20260920.9375e0e | 2026-09-20 | 9375e0e | 3,753 B | A | view · diff |
| git:20260902.076114e | 2026-09-02 | 076114e | 6,976 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (6638 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
khmm12/solidjs-v2-skills · 11 stars · license none · pushed 2026-09-20 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_e7qvujd7d5lwnwrp GET https://markdownregistry.com/api/v1/resolve?ref=khmm12/solidjs-v2-skills/solidjs-v2 GET https://markdownregistry.com/api/v1/blob/9939af77dd211dbd3235e13746436b204a5bdc41e92dd8d974ea36018f031bb3
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.