solid-skill
agent
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 7 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Agent skills for SolidJS 1.x, Solid 2.x migration and API guidance, and SolidStart v2 workflows.
README.md
Solid Skills
This repo contains a small set of agent skills for SolidJS and SolidStart work, along with source notes and eval definitions used to harden them for release.
Skills
solid-js-1.x-best-practices-and-api- SolidJS 1.x idioms, reactivity, props, effects, stores, and control flow.
solid-js-2.x-api-changes-and-best-practices- Solid 2.x beta or
nextAPIs, changed semantics, warnings, stores, async patterns, DOM behavior, and best practices.
- Solid 2.x beta or
solid-js-2.x-migration- Migration guidance for upgrading existing Solid 1.x codebases to Solid 2.x beta or
next.
- Migration guidance for upgrading existing Solid 1.x codebases to Solid 2.x beta or
solid-start-v2- SolidStart v2 architecture, route data, actions, auth, middleware, API routes, metadata, and runtime guidance.
Install
Install all published skills from this repo with skills.sh:
npx skills add doeixd/solid-skill --all
List the available skills without installing:
npx skills add doeixd/solid-skill --list
Source material
solid.md- Main Solid source bundle used for these skills.
- Includes Solid 2.0 migration and RFC material, plus supplemental best-practice and migration notes.
solidstart.md- Main SolidStart v2 source bundle used for Start-specific guidance.
Repo layout
Each skill directory follows the same basic shape:
<skill-name>/
├── SKILL.md
├── evals/
│ └── evals.json
└── references/ # present where deeper material is split out
Top-level files:
release-audit.md- Current release-readiness audit and recommended execution order.
README.md- This file.
Current status
This repo is in release-hardening mode.
Completed recently:
- reviewed
solid.mdin full - wrote
release-audit.md - added stronger scope boundaries between the Solid 2.x API, migration, and Start skills
- added Solid 2.x reference files under
solid-js-2.x-api-changes-and-best-practices/references/ - expanded the 2.x eval sets with broader coverage and lightweight assertions
Still to do before release:
- expand and harden evals for
solid-js-1.x-best-practices-and-apiandsolid-start-v2 - run the full human-review and benchmark loop for each skill
- add trigger-eval coverage and optimize descriptions after content stabilizes
- package the final skills for release
Release workflow
The working release flow for this repo is:
- review source docs and align skill content
- tighten skill boundaries so neighboring skills do not over-trigger
- expand
evals/evals.jsonwith realistic prompts and assertions - run with-skill and baseline evaluations
- review outputs and benchmark data
- revise skills and repeat
- optimize descriptions for triggering
- package for release
Recommended release order
solid-js-2.x-migrationsolid-js-2.x-api-changes-and-best-practicessolid-start-v2solid-js-1.x-best-practices-and-api
This order prioritizes the highest-risk overlap and correctness areas first.
Notes
solid-start-v2guidance is intentionally not the same thing as Solid 2 core guidance. Start v2 and Solid 2 are separate version and migration concerns.- The Solid 2.x API skill keeps most material in
SKILL.md, with references added to stay closer to the official 2.0 source docs without stripping out useful working guidance.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found