Home / khmm12 / solidjs-v2-skills · skills/solidjs-v2/SKILL.md · GitHub

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

Latest version
mdr add khmm12/solidjs-v2-skills/solidjs-v2@git:20260920.2533ed5
Exact content
mdr add khmm12/solidjs-v2-skills/solidjs-v2@sha256:9939af77dd211dbd

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_e7qvujd7d5lwnwrp.svg)](https://markdownregistry.com/a/art_e7qvujd7d5lwnwrp)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.2533ed5 latest2026-09-20 2533ed5 6,638 BA view · diff
git:20260920.2a460c32026-09-20 2a460c3 6,566 BA view · diff
git:20260920.6aa37452026-09-20 6aa3745 4,806 BA view · diff
git:20260920.9375e0e2026-09-20 9375e0e 3,753 BA view · diff
git:20260902.076114e2026-09-02 076114e 6,976 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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.

More from khmm12/solidjs-v2-skills

AGENTS.md agents
khmm12/solidjs-v2-skills · AGENTS.md
git:20260920.2533ed5 · audit A · 11 stars
CLAUDE.md claude
khmm12/solidjs-v2-skills · CLAUDE.md
git:20260730.694e897 · audit B · 11 stars
solidjs-v2-migration skill
khmm12/solidjs-v2-skills · skills/solidjs-v2-migration/SKILL.md · Convert a Solid 1.x project, component, or file to SolidJS 2.0. Use for an explicit version migration; solidjs-v2…
git:20260920.2533ed5 · audit A · 11 stars
solidjs-v2-reviewer skill
khmm12/solidjs-v2-skills · skills/solidjs-v2-reviewer/SKILL.md · Review SolidJS 2.0 diffs or files for reactivity, async, DOM, and API correctness, including React and Solid 1.x…
git:20260920.2533ed5 · audit A · 11 stars

Every file in khmm12/solidjs-v2-skills

Browse by kind, by grade A, or by owner.