AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Solid State Architecture

skill-lvcoi-solidjskills-solid-state-architecture · by lvcoi

Define SolidJS state ownership across signals, stores, and context with explicit coupling boundaries. Use for shared-state and context architecture decisions.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-lvcoi-solidjskills-solid-state-architecture

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-lvcoi-solidjskills-solid-state-architecture)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Solid State Architecture? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

solid-state-architecture

Trigger

Use when deciding local vs shared state, context boundaries, store shape, and update pathways.

Required Inputs

  • Domain entities and update paths.
  • Component tree boundaries.
  • Cross-tree dependency requirements.

Workflow

  1. Assign state scope: local signal, structured store, or context provider.
  2. Document provider boundaries and mutation pathways.
  3. Identify hidden coupling risks and propose boundary refactors.
  4. Hand off explicit ownership map to macro skill.

Failure Modes

  • Context used as default for local state: mark anti-pattern and propose local alternative.
  • Store updates without explicit mutation path: fail until path is listed.
  • Shared state without consumer boundaries: require boundary map.

Output Contract

Return DomainGuidanceOutput with scope decisions, handoff actions, and citations with doc_id.

Validation

  • node tools/scripts/validate-skills.mjs --skill solid-state-architecture
  • node tools/scripts/validate-solid-corpus.mjs

Key Corpus References

Use these doc_id values with the read_corpus_doc MCP tool:

  • solid-core.reference.store-utilities.create-store — nested reactive state
  • solid-core.reference.store-utilities.produce — immer-style store mutation
  • solid-core.reference.store-utilities.reconcile — diffed store replacement
  • solid-core.reference.component-apis.create-context — context creation
  • solid-core.concepts.stores — store concepts and patterns

References

  • ../../references/solidjs/stores-context.md
  • ../../references/solidjs-normalized/docs/concepts/stores.md
  • ../../references/solidjs-normalized/docs/reference/store-utilities/create-store.md
  • ../../references/solidjs-normalized/docs/reference/component-apis/create-context.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.