stacks-enums

Look up NpmScript and Action constants in the Stacks framework.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized reference for all enumerated constants within the Stacks framework, preventing errors when invoking CLI commands, build scripts, or internal framework actions.

Core Features & Use Cases

  • Standardized Script Execution: Access the exact command strings for build, development, and testing scripts used by the Stacks CLI.
  • Action Dispatching: Identify the correct path-formatted strings required to trigger framework actions like migrations, queue management, or domain operations.
  • Use Case: When developing a custom CLI command or build pipeline, use this Skill to look up the precise enum value for a specific action, such as triggering a database migration or running a specific test suite.

Quick Start

Use the stacks-enums skill to list all available build actions and their corresponding path identifiers.

Frequently Asked Questions about stacks-enums

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

FAQPage Schema
How do I look up Stacks framework action constants for CLI commands?

To look up Stacks framework action constants, reference the centralized NpmScript and Action enums to retrieve exact path-formatted strings, preventing errors when dispatching CLI commands or build scripts.

What are the exact command strings for Stacks CLI build and development scripts?

Stacks CLI build and development scripts use standardized NpmScript enum constants, which provide the exact command strings needed for consistent execution across the framework's build system and internal components.

Does the Stacks enums lookup require a TypeScript environment?

Yes, resolving Stacks enums definitions requires a TypeScript-based environment integration to properly access the @stacksjs/enums package and facilitate consistent command execution across the framework.

Why do my Stacks framework migrations or queue management actions fail to dispatch?

Stacks framework action dispatching fails when using incorrect path-formatted strings; accessing the correct Action enum constants ensures you trigger framework actions like migrations and queue management accurately.

Can I use Stacks enums to standardize script execution across different build pipelines?

Yes, you can use Stacks enums to standardize script execution by accessing centralized NpmScript constants, ensuring consistent command execution across custom CLI commands and build pipelines.

When do I need to reference Stacks framework enumerated constants?

You need to reference Stacks framework enumerated constants when developing custom CLI commands or build pipelines to look up precise enum values for specific actions like triggering database migrations or running test suites.