·funstack-static-knowledge
</>

funstack-static-knowledge

Use this skill when you need information about `@funstack/static` (the React framework your app is built with). What it is even about, API references, best practices, etc.

18Installs·0Trend·@uhyo

Installation

$npx skills add https://github.com/uhyo/funstack-router --skill funstack-static-knowledge

How to Install funstack-static-knowledge

Quickly install funstack-static-knowledge AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/uhyo/funstack-router --skill funstack-static-knowledge
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: uhyo/funstack-router.

SKILL.md

View raw

FUNSTACK Static (@funstack/static) is a React framework designed to build SPA application that can be deployed as static files to any static hosting service. Its prominent features is support for React Server Components (RSC) which allows optimizing the performance of the application by rendering parts of the UI at build time.

Note that FUNSTACK Static never runs on the server at runtime (except during development). Server Components are rendered at build time into RSC payloads which are then shipped to the client. The client React runtime can then seamlessly render both Client and Server Components into the DOM.

FUNSTACk Static is served as a Vite plugin. See your app's vite.config.ts file for the current configuration. A typical configuration looks like this:

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/uhyo/funstack-router --skill funstack-static-knowledge
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from uhyo/funstack-router

Quick answers

What is funstack-static-knowledge?

Use this skill when you need information about `@funstack/static` (the React framework your app is built with). What it is even about, API references, best practices, etc. Source: uhyo/funstack-router.

How do I install funstack-static-knowledge?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/uhyo/funstack-router --skill funstack-static-knowledge Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/uhyo/funstack-router

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22

Related Skills

None