stacks-shell

Execute system-level shell commands and manage processes in Stacks applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized, secure interface for executing shell commands within a Stacks application, preventing common pitfalls associated with raw process management.

Core Features & Use Cases

  • Safe Command Execution: Leverages Bun's native shell operator for secure, escaped command execution.
  • Process Management: Simplifies running system commands, managing working directories, and handling environment variables.
  • Use Case: Use this skill to automate build tasks, trigger CLI commands, or perform file system operations directly from your application logic.

Quick Start

Use the stacks-shell skill to execute a directory listing command in the current working directory.

Frequently Asked Questions about stacks-shell

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

FAQPage Schema
How do I execute shell commands safely within a Stacks application?

To execute shell commands safely within a Stacks application, use the @stacksjs/shell API which leverages Bun's native shell operator for secure, escaped command execution. This prevents common pitfalls associated with raw process management.

What is the best way to manage system processes and environment variables in Bun?

Managing system processes and environment variables in Bun is best handled through the @stacksjs/shell API, which simplifies running system commands, managing working directories, and handling environment variables securely.

Do I need a Bun runtime environment to use Stacks shell automation?

Yes, you need a Bun runtime environment to use Stacks shell automation. The skill facilitates the use of Bun's native $ operator for secure command execution and requires Bun to function correctly.

Can I automate build tasks and file system operations using a shell interface?

Yes, you can automate build tasks and file system operations using a shell interface. This skill provides a standardized interface to trigger CLI commands and perform file system manipulation directly from your application logic.

Why should I use a standardized shell API instead of raw process management?

You should use a standardized shell API instead of raw process management to prevent common security pitfalls. It leverages Bun's shell operator for escaped command execution, ensuring safe interaction with the system.