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

solidjs-v2-migration skillA

solidjs-v2-migration is agent-read markdown (skill) from khmm12/solidjs-v2-skills: Convert a Solid 1.x project, component, or file to SolidJS 2.0. Use for an explicit version migration; solidjs-v2 covers new v2 code and solidjs-v2-reviewer covers reviews..

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

# Migrate Solid 1.x to 2.0

Reference target: `solid-js@2.0.0-rc.8` and `@solidjs/web@2.0.0-rc.8`.

1. **Establish source and target.** Read the installed version/lockfile and the
   requested target. Apply this workflow when converting 1.x to major 2; keep
   ordinary maintenance on its existing major. Match runtime, web renderer,
   and compiler packages. Installed target typings outrank reference prose.
2. **Read [migration-map](references/migration-map.md).** Update imports, JSX
   config, and renamed APIs first. Then rewrite effects, async resources,
   store setters, and lifecycle by intent using the map's examples.
3. **Check semantics at each changed call site.** Track reads in JSX/compute;
   perform writes in imperative callbacks; check list callback shapes, cleanup,
   read-after-write ordering, and pending/saving state separately.
4. **Validate.** Typecheck against the target, run project tests, and exercise
   changed UI paths in dev. Repair diagnostics at their source. Check async
   loading/error/retry, disposal, and hydration when those paths changed.

Solid components set up once per mount; use tracked reads rather than React
…

Read the whole file at its exact version.

How to install

Latest version
mdr add khmm12/solidjs-v2-skills/solidjs-v2-migration@git:20260920.2533ed5
Exact content
mdr add khmm12/solidjs-v2-skills/solidjs-v2-migration@sha256:009d8547f7526974

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_dbm77nrplugbykom.svg)](https://markdownregistry.com/a/art_dbm77nrplugbykom)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.2533ed5 latest2026-09-20 2533ed5 1,713 BA view · diff
git:20260920.9375e0e2026-09-20 9375e0e 1,641 BA view · diff
git:20260902.076114e2026-09-02 076114e 5,738 BA view · diff
git:20260827.94895ae2026-08-27 94895ae 5,397 BA view · diff
git:20260606.2506f8c2026-06-06 2506f8c 5,162 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 (1713 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_dbm77nrplugbykom
GET https://markdownregistry.com/api/v1/resolve?ref=khmm12/solidjs-v2-skills/solidjs-v2-migration
GET https://markdownregistry.com/api/v1/blob/009d8547f75269741ea57f671688c22d6a981e674f5eeaa03d7fdbda36d20f20

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-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
solidjs-v2 skill
khmm12/solidjs-v2-skills · skills/solidjs-v2/SKILL.md · SolidJS 2.0 implementation and API explanations, including React comparisons, async patterns, stores, DOM, and server…
git:20260920.2533ed5 · audit A · 11 stars

Every file in khmm12/solidjs-v2-skills

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