stacks-config

Manage Stacks framework configuration with type-safe builder functions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of the 44 distinct configuration files within the Stacks framework, ensuring developers can easily navigate, override, and define application settings without manual trial and error.

Core Features & Use Cases

  • Centralized Configuration: Provides immediate access to core, service, infrastructure, and security settings.
  • Type-Safe Builders: Utilizes builder functions like defineApp and defineDatabase to ensure configuration integrity.
  • Use Case: When setting up a new environment or adjusting service parameters, use this Skill to identify the correct configuration file and the appropriate builder function to apply your changes.

Quick Start

Use the stacks-config skill to list the required settings for configuring the database connection in the app.

Frequently Asked Questions about stacks-config

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

FAQPage Schema
How do I manage environment-specific configuration overrides in a TypeScript framework?

Environment-specific configuration overrides are managed through structured access to 44 core, service, and infrastructure settings. This allows you to discover default values and apply overrides consistently using standardized helper functions and file definitions.

What's the best way to ensure type-safe settings for application development?

Type-safe settings for application development are ensured by utilizing builder functions like defineApp and defineDatabase. These builders guarantee configuration integrity and provide structured access to required application settings.

How do I find the correct configuration file for my database connection?

To find the correct configuration file for a database connection, you can list the required settings to identify the appropriate builder function and infrastructure file needed to apply your changes.

Can I use standard helper functions for consistent configuration management across services?

Yes, consistent configuration management across services is achieved through standardized helper functions. These functions provide centralized access to core, service, infrastructure, and security settings within the ecosystem.

Why does manually updating my 44 configuration files lead to errors?

Manually updating 44 configuration files leads to errors due to the complexity of the architecture. The framework solves this by providing structured access and type-safe builder functions to navigate and define settings without manual trial and error.