·solidjs-patterns
*

solidjs-patterns

different-ai/openwork

SolidJS reactivity + UI state patterns for OpenWork

34Installs·5Trend·@different-ai

Installation

$npx skills add https://github.com/different-ai/openwork --skill solidjs-patterns

SKILL.md

OpenWork’s UI is SolidJS: it updates via signals, not React-style rerenders. Most “UI stuck” bugs are actually state coupling bugs (e.g. one global busy() disabling an unrelated action), not rerender issues.

This skill captures the patterns we want to consistently use in OpenWork.

When an operation can overlap with others (permissions, installs, background refresh), don’t reuse a global busy().

SolidJS reactivity + UI state patterns for OpenWork Source: different-ai/openwork.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/different-ai/openwork --skill solidjs-patterns
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is solidjs-patterns?

SolidJS reactivity + UI state patterns for OpenWork Source: different-ai/openwork.

How do I install solidjs-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/different-ai/openwork --skill solidjs-patterns 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/different-ai/openwork