stacks-repl

Run interactive TypeScript REPL sessions for the Stacks framework.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @stacksjs/repl, @stacksjs/tinker.

What problem does it solve?

This Skill provides an interactive environment to test, debug, and explore the Stacks framework, eliminating the need for constant file modification and server restarts during development.

Core Features & Use Cases

  • Interactive REPL: Execute TypeScript code directly against the framework runtime.
  • Framework Integration: Access models, database queries, and configuration objects in real-time.
  • Use Case: Use this to quickly query your database, test model relationships, or verify configuration values without writing full test suites.

Quick Start

Open your terminal and run the buddy tinker command to start an interactive session with the framework preloaded.

Frequently Asked Questions about stacks-repl

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

FAQPage Schema
How do I debug TypeScript code against my framework runtime without restarting the server?

You can use an interactive TypeScript REPL to execute code directly against the framework runtime, enabling real-time debugging and code exploration without modifying files or restarting your server.

Can I query my database and test model relationships directly in a tinker session?

Yes, tinker sessions provide real-time framework integration, allowing you to access models, query the database, and verify configuration values interactively without writing full test suites.

What is the best way to test Stacks framework modules during rapid development cycles?

The best way to test Stacks framework modules is using an interactive REPL environment, which supports file preloading and direct module access to facilitate rapid development and immediate feedback.

Do I need the Bun runtime to use an interactive TypeScript REPL for Stacks?

Yes, the interactive TypeScript REPL requires the Bun runtime along with access to the @stacksjs/repl and @stacksjs/tinker packages to execute framework code and preload files.

How do I start an interactive debugging session to explore my application's configuration?

You can start an interactive debugging session by running the buddy tinker command in your terminal, which preloads the framework so you can immediately explore application configuration objects.