stacks-stx

Create STX components with reactive state and SSR configuration in Stacks applications.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-stx-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-stx
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-stx
Command: npx skills add https://github.com/bughq/bughq --skill stacks-stx-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of managing full-stack web development within the Stacks ecosystem by providing a unified, reactive templating engine that handles SSR, hydration, and component logic without the need for fragmented frameworks.

Core Features & Use Cases

  • Reactive Templating: Utilize STX-specific signals and composables to manage state and UI reactivity seamlessly.
  • Full-Stack Integration: Leverage built-in support for SSR, progressive streaming, and islands-based hydration for high-performance web applications.
  • Use Case: When building a new dashboard or landing page in a Stacks application, use this skill to scaffold components, define reactive state, and ensure proper layout rendering using the STX engine.

Quick Start

Use the stacks-stx skill to scaffold a new dashboard page with a reactive counter component.

Frequently Asked Questions about stacks-stx

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

FAQPage Schema
How do I build reactive UI components in a Stacks application?

To build reactive UI components in Stacks, use the STX templating engine to define signals and composables for seamless state management. STX handles component logic and UI updates without requiring fragmented frameworks.

What is the best way to configure SSR and hydration for Stacks web apps?

The best way to configure SSR and hydration is using the STX engine, which provides built-in support for server-side rendering, progressive streaming, and islands-based hydration to ensure performant web applications.

Do I need a separate framework for state management when using STX?

No, you do not need a separate framework. STX provides comprehensive state management natively through STX-specific signals and composables, allowing you to manage reactivity directly within the templating engine.

How do I scaffold a new dashboard page with STX directives?

You can scaffold a new dashboard page by using STX-specific syntax and directives to define the layout, manage reactive state, and ensure proper component rendering according to framework-specific rules for script blocks.

What are the limitations of using STX for full-stack web development?

STX is specifically designed for the Stacks ecosystem, meaning its templating, reactivity, and SSR configurations are bound to framework-specific rules regarding script blocks and component structure rather than general-purpose use.