solidjs-docs

solidjs-docs is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 127 tokens per session (1,321 once invoked), scanned A, original, MIT.

A reference guide to SolidJS, a JavaScript framework for building web user interfaces. It explains reactive data updates, components, shared state, page routing, and related tools.

In plain words
What is it for?
Use it to build or troubleshoot SolidJS interfaces, manage reactive state, handle events and conditional lists, share data with context, and work with Solid Router or SolidStart.
Why use it?
It helps clarify how SolidJS updates the page when data changes and how its components, stores, and control-flow features fit together.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build or troubleshoot SolidJS interfaces, manage reactive state, handle events and conditional lists, share data with context, and work with Solid Router or SolidStart.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pledgeandgrow/pledge-skills/solidjs
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 pledgeandgrow/pledge-skills --skill solidjs
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-skills

Made for: Claude Code, Codex.

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 solidjs-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/solidjs.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/solidjs)
Your own site
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/solidjs"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/solidjs.svg" alt="Measured on agentmods" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,321 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.00127 $0.01321
Opus 5 $0.00063 $0.00660
Sonnet 5 $0.00025 $0.00264
Haiku 4.5 $0.00013 $0.00132

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

Security

Grade A, and why

solidjs-docs 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.

skills/solidjs/SKILL.md · 147 lines

How it starts

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

SolidJS Expert (1.8+)

Official Documentation: https://docs.solidjs.com/

Quick Reference

Topic File
Reactivity: createSignal, createEffect, createMemo, derived signals, onMount, onCleanup core-reactivity.md
Components: JSX, props, event handlers, class/style, classList, refs core-components.md
Stores: createStore, path syntax, produce, reconcile, unwrap core-stores.md
Control Flow: Show, Switch/Match, For, Index, Dynamic, ErrorBoundary, Portal control-flow.md
Context: createContext, useContext, provider patterns context.md
Ecosystem: Solid Router, SolidStart, Solid Meta, deployment, guides ecosystem.md

Core Philosophy

Solid is a modern JavaScript framework for building responsive, high-performing user interfaces. It embraces fine-grained reactivity — updating only the parts of the DOM that need to change when data changes, rather than re-running entire components.

Key Advantages

  • Performant: Fine-grained reactivity updates only what changed — no virtual DOM diffing
  • Powerful: Less memory and processing power; flexibility over how and when updates happen
  • Pragmatic: Freedom to choose strategies that work best for your project
  • Productive: Clear and predictable API suitable for developers of all skill levels

How Solid Differs

Unlike React or other frameworks that re-run component functions on every state change:

  1. Components run once — A Solid component's body executes only once, when first rendered into the DOM
  2. Reactive system takes over — After initial render, the reactive system monitors for state changes and updates only the relevant DOM nodes
  3. No virtual DOM — Solid compiles JSX directly to real DOM nodes with reactive bindings
  4. Signals are primitivescreateSignal, createEffect, createMemo are the building blocks

Quick Start

Create a New Project

npm init solid
# or
pnpm create solid
# or
yarn create solid
# or
bun create solid

Read the full file on GitHub · 147 lines

Files

What ships with it

6 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 · 147 lines · 127 tokens per session scan A 2a5a20baede4

Subscribe to this mod's changes

solidjs-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 127 tokens to every session and 1,321 once invoked, about $0.0006 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