# Solid Scaffold Bootstrap

> Scaffold SolidJS projects or feature modules with deterministic production defaults and extension points. Use when creating new app layouts, modules, or foundational project structure.

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

## Install

```sh
agentstack add skill-lvcoi-solidjskills-solid-scaffold-bootstrap
```

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

## About

# solid-scaffold-bootstrap

## Trigger

Use this skill when starting a SolidJS project/module and you need repeatable structure, tooling, and quality gates.

## Required Inputs

- Project type (SPA, SSR, SolidStart app, library package, feature module).
- Constraints (package manager, deployment target, testing baseline).
- Team requirements (folder conventions, linting/formatting, CI expectations).

## Workflow

1. Select minimal production-realistic structure aligned to project type.
2. Define baseline conventions for routing, state ownership, async data, and testing.
3. Document extension points for scaling teams (feature boundaries, shared modules, server boundaries).
4. Include accessibility and semantic defaults for UI scaffolds.
5. Attach validation commands and post-bootstrap acceptance checks.

## Failure Modes

- Missing project type: pause and request one concrete target shape.
- Over-scaffold risk: remove optional layers and keep deterministic minimum.
- Missing test/check strategy: fail output until commands are listed.
- SSR target without hydration guardrails: add SSR-specific checks before finalizing.

## Output Contract

Return output matching `ScaffoldOutput` schema at `../../skills/contracts/scaffold-output.schema.json` with:

- `summary`, `project_layout`, `baseline_conventions`, `bootstrap_steps`.
- `acceptance_checklist`, `validation_commands`.
- `citations`: include normalized `doc_id` references for major scaffolding decisions.

## Validation

- `node tools/scripts/validate-skills.mjs --skill solid-scaffold-bootstrap`
- `node tools/scripts/validate-output-contracts.mjs`

## References

- `../../references/solidjs-normalized/manifest.jsonl`
- `../../references/solidjs-normalized/taxonomy.json`
- `../../references/solidjs/component-patterns.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-scaffold-bootstrap
- 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%.
