solid-core-overview

solid-core-overview is a skill for Claude Code from OpenAEC-Foundation/OpenAEC-Workspace-Composer. It costs 103 tokens per session (2,302 once invoked), scanned A, original, MIT.

A SolidJS project reference covering supported package versions, imports, router APIs, and compatibility between SolidJS and SolidStart.

In plain words
What is it for?
Use it when starting a project, checking whether an API is current, selecting router and server-data patterns, or confirming dependency requirements.
Why use it?
It helps prevent new projects from using removed or outdated APIs, incompatible versions, or incorrect package setup.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Good fit Use it when starting a project, checking whether an API is current, selecting router and server-data patterns, or confirming dependency requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openaec-foundation/openaec-workspace-composer/solid-core-overview
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OpenAEC-Foundation/OpenAEC-Workspace-Composer --skill solid-core-overview
Clone the repo
git clone --depth 1 https://github.com/OpenAEC-Foundation/OpenAEC-Workspace-Composer

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for solid-core-overview

README.md
[![agentmods](https://agentmods.dev/badge/skills/openaec-foundation/openaec-workspace-composer/solid-core-overview.svg)](https://agentmods.dev/skills/openaec-foundation/openaec-workspace-composer/solid-core-overview)
Your own site
<a href="https://agentmods.dev/skills/openaec-foundation/openaec-workspace-composer/solid-core-overview"><img src="https://agentmods.dev/badge/skills/openaec-foundation/openaec-workspace-composer/solid-core-overview.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,302 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.02302
Opus 5 $0.00051 $0.01151
Sonnet 5 $0.00021 $0.00460
Haiku 4.5 $0.00010 $0.00230

Measured 8d ago against content hash 49131c2df88b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

solid-core-overview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/solidjs/solid-core/solid-core-overview/SKILL.md · 253 lines

How it starts

The opening of the file, as written. The whole thing — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.

solid-core-overview

Quick Reference

Version Matrix

Package Version Status Notes
solid-js 1.x (1.8+) Stable Fine-grained reactivity, signals, stores, effects, SSR, streaming
solid-js 2.0 Beta Microtask batching, async first-class, onSettled replaces onMount
@solidjs/start 0.x Deprecated Used createServerData$, createServerAction$ — NEVER use for new projects
@solidjs/start 1.0 Stable Uses "use server" directive, built on Vinxi/Vite/Nitro
@solidjs/router < 0.15 Legacy Used cache function (now deprecated)
@solidjs/router 0.15+ Stable Introduced query (replaces cache), current API

Key Version Dependencies

Dependency Requirement
SolidStart 1.0 Requires @solidjs/router 0.15+
@solidjs/router Requires solid-js 1.8.4+
createAsync Bridge API between 1.x and 2.0 — use it NOW
babel-preset-solid Required build dependency for JSX compilation

Critical Warnings

NEVER use SolidStart 0.x APIs (createServerData$, createServerAction$) in new projects — they are removed in SolidStart 1.0. ALWAYS use "use server" with query/action instead.

NEVER use cache from @solidjs/router — it is deprecated. ALWAYS use query (available in router 0.15+).

NEVER import store utilities from solid-js — stores live in solid-js/store. Wrong imports cause runtime errors with no compile-time warning.

NEVER import rendering utilities from solid-js — SSR/hydration functions live in solid-js/web.

NEVER confuse @solidjs/router (current) with the old solid-app-router package — the old package is abandoned.


API Categories at a Glance

Reactivity Primitives (solid-js)

API Purpose
createSignal Reactive value with getter/setter
createEffect Side effects that auto-track dependencies
createMemo Cached derived values (reactive source)
createResource Async data fetching with loading/error states
createComputed Synchronous pre-render state sync
createRenderEffect Synchronous render-phase effects

Read the full file on GitHub · 253 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 253 lines · 103 tokens per session scan A 49131c2df88b

Subscribe to this mod's changes

solid-core-overview is a skill published in the GitHub repository OpenAEC-Foundation/OpenAEC-Workspace-Composer (5 stars, last pushed 5mo ago), licensed MIT. It adds 103 tokens to every session and 2,302 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

panel-app-creator

Create or update the Panel UI component of a complete schema v2 NextClaw Mini App or an explicitly loose local Panel. Use after nextclaw-app-creator selects Panel-only or Panel + Service, or for right-side UI, Service Actions, Agent-powered panels, React/Vite panels, and App bridge capability questions.

Peiiii/nextclaw · 70 tokens

color-palette-generator

Create an HTML color palette from a mood, description, or image, with swatches, color codes, pairings, and contrast checks. Use for color schemes or brand colors.

AlpacaLabsLLC/skills-for-architects · 41 tokens

gemigo-cli

Use when the user wants to publish an already-built static website or front-end app through GemiGo, such as a Vite/React/Vue static build, plain HTML/CSS/JS page, landing page, demo, docs site, or small browser app, and get a hosted public URL.

Peiiii/nextclaw · 65 tokens

impeccable

Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.

Peiiii/nextclaw · 47 tokens

ui-ux-pro-max

Use when the user wants professional UI/UX design guidance, design-system generation, UX review, or stack-specific frontend guidance through a bundled local UI/UX Pro Max dataset and Python search runtime.

Peiiii/nextclaw · 45 tokens

panel-app-react-vite-creator

Create or update an engineering-style NextClaw Panel component with pnpm, Vite, React, TypeScript, and Tailwind CSS, then build it into a static .panel directory inside a schema v2 package or an explicitly loose workspace Panel. Use for modern, reusable, complex, Agent-powered, typed Panel interfaces.

Peiiii/nextclaw · 73 tokens