tanstack-hono
Full-stack React SSR with TanStack Router and Hono
All Skills in This Repository (7)
Pure Emerald Level Indicatorstanstack-query
Manage server-state with automatic caching and background updates for TS/JS front-ends.
vitest
Run Jest-compatible unit tests for Vite projects with TypeScript and ESM.
vite-plus
Unify Vite, linting, testing, and task automation in a single toolchain.
hono
Provide inline Hono API knowledge for routing, middleware, JSX, and testing.
vite
Configure Vite projects and migrate to Vite 8 Rolldown.
tanstack-router
Provide type-safe file-based routing with loaders for React and Solid apps.
react-expert
Research React API behavior from tests, source code, PRs, and issues.
Frequently Asked Questions
FAQPage SchemaHow to install tanstack-hono?โผ
Run `npx skills add bskimball/tanstack-hono --all -g -y` in your terminal to install all skills in this suite globally.
What does the tanstack-hono template include?โผ
It is a production-ready full-stack React template combining TanStack Router for file-based routing, Hono for server-side rendering, Vite+ for tooling, Tailwind CSS v4, and Vitest for testing.
How do the included skills help my coding agent?โผ
The skills give your agent expert knowledge of Hono, TanStack Router, TanStack Query, Vite, Vite+, and Vitest, so it follows this project's actual patterns instead of generic guesses.
Does it support streaming SSR?โผ
Yes. The template ships with simple non-streaming SSR by default, and includes docs showing how to switch to streaming SSR with deferred data and Suspense.
Which agents work with these skills?โผ
All skills follow the universal SKILL.md standard and work with Claude Code, Cursor, OpenAI Codex, Gemini CLI, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core