khmm12/solidjs-v2-skills

10 stars · Last commit 2026-09-20

Agent skills for SolidJS 2.0 — write, migrate, and review solid-js 2.x code without React/1.x reflexes

README preview

# SolidJS v2 skills

Coding agents are good at React, shaky on Solid 1, and largely clueless about
Solid 2. Without extra context, they reach for React's render model, use old
Solid APIs, or invent APIs that do not exist.

These skills teach agents to think in Solid 2 terms and write working Solid 2
code. They cover new code, migration from Solid 1.x, and review, with examples
for reactivity, async data, stores, DOM, and server rendering.

Works with Codex, Claude Code, and other agents supported by
[`npx skills`](https://github.com/vercel-labs/skills#supported-agents).

Current Solid version: `[email protected]` and
`@solidjs/[email protected]`.

## Install

Run this in your project and choose the skills and agents to install:

View full repository on GitHub →