stacks-browser

Provide browser-side utilities for Stacks authentication, Stripe billing, and API clients.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the integration of complex frontend tasks in Stacks applications, such as authentication, Stripe billing, and API interactions, by providing a unified, auto-imported utility layer.

Core Features & Use Cases

  • Unified Auth & API: Manage user sessions with useAuth and interact with backend services via a standardized Fetch client.
  • Stripe Integration: Easily load and confirm payment elements for secure billing workflows.
  • Utility Suite: Access a wide range of helpers for date formatting, async operations, and type-safe guards.

Quick Start

Use the stacks-browser skill to initialize the API client and authenticate a user with the provided credentials.

Frequently Asked Questions about stacks-browser

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

FAQPage Schema
How do I handle frontend authentication and API fetch requests in a Stacks application?▼

Frontend authentication and API fetch requests in a Stacks application are handled using auto-imported useAuth composables and a standardized Fetch client. These utilities manage user sessions and interact with backend services through a unified browser-side layer.

What is the best way to integrate Stripe billing workflows into a Stacks frontend?▼

The best way to integrate Stripe billing workflows into a Stacks frontend is by using the skill's built-in Stripe integration utilities. These utilities allow you to easily load and confirm payment elements for secure, standardized browser-side billing execution.

Can I use auto-imported utility helpers for data formatting and async state management in Stacks?▼

Yes, you can use auto-imported utility helpers for data formatting and async state management in Stacks. The skill provides a comprehensive utility suite that includes helpers for date formatting, async operations, and type-safe guards directly in the browser.

Does the Stacks browser utility layer require manual initialization for its composables and fetch clients?▼

No, the Stacks browser utility layer does not require manual initialization for its composables and fetch clients. It ensures consistent browser-side logic execution through standardized initialization patterns and provides auto-imported helpers for immediate use.

How does Stacks ensure type-safe guards during browser-side logic execution?▼

Stacks ensures type-safe guards during browser-side logic execution by providing a comprehensive suite of auto-imported utility helpers. These helpers facilitate standardized initialization and model loading patterns to maintain consistent frontend operations.