·solid-development
</>

solid-development

amorriscode/agent-grimoire

SolidJS patterns, reactivity model, and best practices. Use when writing Solid components, reviewing Solid code, or debugging Solid issues.

3Installs·0Trend·@amorriscode

Installation

$npx skills add https://github.com/amorriscode/agent-grimoire --skill solid-development

SKILL.md

SolidJS is NOT React. The mental model is fundamentally different:

| Components re-run on state change | Components run once | | Virtual DOM diffing | Direct DOM updates | | Hooks with dependency arrays | Automatic dependency tracking | | useState returns value | createSignal returns getter function |

Signals are getter/setter pairs that track dependencies automatically:

SolidJS patterns, reactivity model, and best practices. Use when writing Solid components, reviewing Solid code, or debugging Solid issues. Source: amorriscode/agent-grimoire.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/amorriscode/agent-grimoire --skill solid-development
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is solid-development?

SolidJS patterns, reactivity model, and best practices. Use when writing Solid components, reviewing Solid code, or debugging Solid issues. Source: amorriscode/agent-grimoire.

How do I install solid-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/amorriscode/agent-grimoire --skill solid-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/amorriscode/agent-grimoire

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01