# Solid Start Server Runtime

> Guide SolidStart server runtime patterns for handlers, middleware, server functions, and request events with explicit runtime constraints. Use for server-side SolidStart architecture and API behavior.

- **Type:** Skill
- **Install:** `agentstack add skill-lvcoi-solidjskills-solid-start-server-runtime`
- **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-start-server-runtime

## Install

```sh
agentstack add skill-lvcoi-solidjskills-solid-start-server-runtime
```

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

## About

# solid-start-server-runtime

## Trigger

Use for SolidStart server runtime concerns: handlers, middleware, server functions, request event usage, and response behavior.

## Required Inputs

- Server runtime target and deployment constraints.
- Route/API behavior and auth/session requirements.
- Error/status/header handling expectations.

## Workflow

1. Map endpoint responsibilities to SolidStart server primitives.
2. Select middleware boundaries and request event usage.
3. Define response/status/header semantics and failure handling.
4. Produce handoff notes for implementation and security checks.

## Failure Modes

- Runtime/deployment target unspecified: request target before decisions.
- Mixed client/server concerns without boundaries: enforce boundary split.
- Missing auth/session model for protected endpoints: block completion.

## Output Contract

Return `DomainGuidanceOutput` with runtime decisions, handoff steps, validation commands, and citations including `doc_id`.

## Validation

- `node tools/scripts/validate-skills.mjs --skill solid-start-server-runtime`
- `node tools/scripts/validate-solid-corpus.mjs`

## Key Corpus References

Use these `doc_id` values with the `read_corpus_doc` MCP tool:

- `solid-start.solid-start.reference.server.use-server` — server function declarations
- `solid-start.solid-start.reference.server.create-middleware` — middleware composition
- `solid-start.solid-start.reference.server.create-handler` — custom server handlers
- `solid-start.solid-start.advanced.request-events` — request event lifecycle
- `solid-start.solid-start.advanced.middleware` — middleware patterns and ordering

## References

- `../../references/solidjs-normalized/docs/solid-start/reference/server/create-handler.md`
- `../../references/solidjs-normalized/docs/solid-start/reference/server/create-middleware.md`
- `../../references/solidjs-normalized/docs/solid-start/reference/server/use-server.md`
- `../../references/solidjs-normalized/docs/solid-start/advanced/request-events.md`
- `../../references/solidjs-normalized/manifest.jsonl`

## 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-start-server-runtime
- 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%.
