stacks-configuration

Manage Stacks framework project files including bunfig.toml, tsconfig.json, and environment variables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves inconsistencies in project-level configuration, ensuring that development environments, build systems, and runtime settings align with the Stacks framework requirements.

Core Features & Use Cases

  • Environment Standardization: Manages bunfig.toml, tsconfig.json, and .env files to ensure consistent behavior across local and production environments.
  • Dependency Management: Enforces system requirements like Bun and SQLite versions and configures workspace hoisting for better-dx.
  • Use Case: When initializing a new Stacks project or troubleshooting build errors, use this Skill to verify that your workspace configuration, environment variables, and system dependencies are correctly set up for the framework.

Quick Start

Use the stacks-configuration skill to validate and update the current project configuration files to meet the latest framework requirements.

Frequently Asked Questions about stacks-configuration

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

FAQPage Schema
How do I configure bunfig.toml and tsconfig.json for a Stacks project?

Configuring a Stacks project requires standardizing bunfig.toml and tsconfig.json files to align workspace hoisting and build settings with framework requirements. This Skill validates and updates those configurations automatically.

What environment variables do I need to set up for the Stacks framework?

Setting up the Stacks framework requires managing project-level .env files to ensure consistent behavior across local and production environments. This Skill facilitates the setup of these environment variables.

Do I need specific Bun or SQLite versions to run a Stacks project?

Running a Stacks project requires specific Bun and SQLite versions to ensure runtime compliance. This Skill verifies your system dependencies against the framework's version requirements.

Why does my Stacks project build fail with workspace hoisting errors?

Build failures with workspace hoisting often stem from inconsistencies in project-level configuration. You can resolve workspace hoisting errors by validating your bunfig.toml setup to enforce proper configuration for better-dx.

What is the best way to bootstrap a new Stacks development environment?

The best way to bootstrap a Stacks development environment is to standardize configuration files and verify system dependencies simultaneously. This ensures your workspace configuration and environment variables are correctly set up.