solidjs-solidstart-expert

Designs SolidStart projects with SSR/SSG, TanStack integrations, and typed APIs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pedroaal/grafos --skill solidjs-solidstart-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solidjs-solidstart-expert
Source: https://github.com/pedroaal/grafos/tree/main/.agents/skills/solidjs-solidstart-expert
Command: npx skills add https://github.com/pedroaal/grafos --skill solidjs-solidstart-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance to design production-ready SolidJS and SolidStart applications, addressing the challenge of turning concepts into scalable, maintainable code.

Core Features & Use Cases

  • Expert-level guidance for initializing SolidStart projects with TypeScript, SSR/SSG, and TanStack integrations (Query, Router, Table, Form).
  • Comprehensive patterns for reactive primitives (signals, stores, resources), server actions, API routes, authentication, and deployment considerations.
  • Real-world use cases include building large-scale dashboards, data-intensive apps, and secure, scalable architectures with strong typing.

Quick Start

Design an architecture plan for a SolidStart project that includes SSR, TanStack integrations, and typed APIs.

Frequently Asked Questions about solidjs-solidstart-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a scalable SolidStart application with TypeScript and SSR?

Structure a scalable SolidStart application by applying expert architecture patterns with TypeScript typing, SSR configurations, and TanStack integrations for robust, maintainable reactive data flows.

What is the best way to manage reactivity in SolidJS using signals and stores?

The best way to manage SolidJS reactivity is using signals for primitive values and stores for deep objects, creating fine-grained reactive updates without virtual DOM overhead.

Does SolidStart work with TanStack Query and Router for data-intensive dashboards?

SolidStart works with TanStack Query and Router, providing expert integration patterns to build large-scale, data-intensive dashboards with strongly typed APIs and reactive data fetching.

How do I implement authentication and server actions in a SolidStart project?

Implement SolidStart authentication by leveraging server actions and API routes to securely manage user sessions, ensuring scalable architecture patterns with typed server-side logic.

Can I use SolidStart for SSG and what are the deployment considerations?

Yes, you can use SolidStart for SSG. Deployment considerations involve optimizing server-side rendering outputs and static generation to ensure robust, performant application delivery.