solid-core-overview

Guide SolidJS project setup with version compatibility and import references.

4|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/OpenAEC-Foundation/SolidJS-Claude-Skill-Package --skill solid-core-overview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solid-core-overview
Source: https://github.com/OpenAEC-Foundation/SolidJS-Claude-Skill-Package/tree/main/skills/source/solid-core/solid-core-overview
Command: npx skills add https://github.com/OpenAEC-Foundation/SolidJS-Claude-Skill-Package --skill solid-core-overview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This guide helps developers start SolidJS projects with clear guidance on API availability, import paths, and version compatibility to avoid deprecated patterns and misconfigurations.

Core Features & Use Cases

  • Version matrix covering SolidJS 1.x/2.x and SolidStart compatibility
  • Import reference and ecosystem package map to streamline setup
  • Getting started guidance for initial project structure and common pitfalls

Quick Start

Review the matrix and setup guide to initialize a compatible SolidJS project using the recommended starter structure.

Frequently Asked Questions about solid-core-overview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check SolidJS version compatibility with SolidStart and router packages?

Use the version matrix to verify SolidJS compatibility across core 1.x/2.x versions, SolidStart, and router packages to prevent dependency misconfigurations and deprecated API usage.

What are the correct import paths for SolidJS core and router packages?

The import reference provides correct import paths for SolidJS core and router packages, mapping ecosystem packages to streamline setup and avoid deprecated patterns during project initialization.

Does SolidStart work with both SolidJS 1.x and 2.x versions?

SolidStart compatibility with SolidJS 1.x and 2.x is detailed in the version matrix, ensuring you select matching dependencies and avoid deprecated APIs across your ecosystem packages.

How do I start a new SolidJS project without hitting common setup pitfalls?

Follow the getting started guidance to initialize a SolidJS project using the recommended starter structure, avoiding common pitfalls by reviewing the setup guide and ecosystem map first.

Why are my SolidJS imports breaking after upgrading to a new version?

Broken SolidJS imports after upgrades usually stem from version mismatches or deprecated APIs, so consult the version matrix and import reference to correct dependency paths and ecosystem choices.

What is the recommended SolidJS starter structure for new projects?

The recommended SolidJS starter structure is outlined in the getting started guide, which pairs the version matrix and ecosystem package map to ensure correct initial project configuration.