solid-syntax-context

Installation
SKILL.md

solid-syntax-context

Quick Reference

Context API Surface

Function Import Purpose
createContext<T>(default?) solid-js Create a context object with optional default value
useContext(ctx) solid-js Read the nearest Provider's value for a context
<Ctx.Provider value={v}> (from context object) Supply a value to all descendants

Type Signatures

Installs
1
GitHub Stars
2
First Seen
Jun 13, 2026
solid-syntax-context — openaec-foundation/solidjs-claude-skill-package