# Solid Design Patterns

> Choose SolidJS architecture patterns with explicit tradeoffs, migration paths, and deterministic recommendation rules. Use when deciding state ownership, rendering/data flow, or boundary design.

- **Type:** Skill
- **Install:** `agentstack add skill-lvcoi-solidjskills-solid-design-patterns`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [lvcoi](https://agentstack.voostack.com/s/lvcoi)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [lvcoi](https://github.com/lvcoi)
- **Source:** https://github.com/lvcoi/solidJSkills/tree/main/skills/solid-design-patterns

## Install

```sh
agentstack add skill-lvcoi-solidjskills-solid-design-patterns
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# solid-design-patterns

## Trigger

Use this skill for architecture decisions where multiple SolidJS patterns are viable and tradeoffs must be explicit.

## Required Inputs

- Problem statement and constraints.
- Performance and SSR/hydration expectations.
- Team maintainability constraints.
- Migration constraints from current architecture.

## Workflow

1. Frame decision boundaries and non-negotiable constraints.
2. Compare 2-3 options with explicit fit/cost profile.
3. Call out anti-patterns and regression risks for each option.
4. Recommend one option with phased adoption path.
5. Include validation commands and measurable acceptance criteria.

## Failure Modes

- Constraint ambiguity: do not recommend until constraints are explicit.
- Single-option output: invalid unless alternatives are infeasible and reason is documented.
- Recommendation without migration path: add phased plan before completion.
- No verification criteria: output fails validation.

## Output Contract

Return output matching `DesignDecisionOutput` schema at `../../skills/contracts/design-decision-output.schema.json` with:

- `decision_statement`, `constraints`, `options`, `recommended_option`.
- `tradeoffs`, `adoption_plan`, `validation_commands`.
- `citations`: each architectural claim must cite normalized `doc_id` and rationale.

## Validation

- `node tools/scripts/validate-skills.mjs --skill solid-design-patterns`
- `node tools/scripts/validate-output-contracts.mjs`

## References

- `../../references/solidjs-normalized/manifest.jsonl`
- `../../references/solidjs-normalized/taxonomy.json`
- `../../references/solidjs/stores-context.md`
- `../../references/solidjs/async-data.md`
- `../../references/solidjs/performance-ssr.md`

## Source & license

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

- **Author:** [lvcoi](https://github.com/lvcoi)
- **Source:** [lvcoi/solidJSkills](https://github.com/lvcoi/solidJSkills)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lvcoi-solidjskills-solid-design-patterns
- Seller: https://agentstack.voostack.com/s/lvcoi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
