stacks-repl

Run interactive TypeScript REPL sessions for Stacks development.

622|17|Updated Apr 26, 2022
One-click install
npx skills add https://github.com/stacksjs/stacks --skill stacks-repl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-repl
Source: https://github.com/stacksjs/stacks/tree/main/.claude/skills/stacks-repl
Command: npx skills add https://github.com/stacksjs/stacks --skill stacks-repl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline exploratory development in Stacks by providing a lightweight interactive TypeScript REPL to run code, inspect state, and experiment with framework APIs.

Core Features & Use Cases

  • Interactive TypeScript execution within the Stacks project context
  • In-context access to Stacks packages and models
  • Real-time data inspection and debugging with framework-aware autocompletion

Quick Start

Start an interactive tinker session by running buddy tinker in your project directory.

Frequently Asked Questions about stacks-repl

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

FAQPage Schema
How do I run an interactive TypeScript REPL for Stacks development?

Run an interactive TypeScript REPL by executing buddy tinker in your project directory to start a tinker session. This provides real-time code evaluation with in-context access to Stacks packages and framework-aware autocompletion.

Can I inspect Stacks models and framework APIs in real time?

Yes, you can inspect Stacks models and framework APIs in real time using the interactive TypeScript REPL. It enables real-time data inspection and debugging within the Stacks project context.

Does the Stacks REPL support autocompletion for framework packages?

Yes, the Stacks REPL supports framework-aware autocompletion for Stacks packages. It provides in-context access to framework packages during interactive TypeScript execution sessions.

What is the best way to debug and explore Stacks code interactively?

The best way to debug and explore Stacks code interactively is using the lightweight TypeScript REPL. It streamlines exploratory development by letting you run code, inspect state, and experiment with framework APIs rapidly.

Do I need a Stacks project to use the interactive TypeScript REPL?

Yes, you need a Stacks project context to use the interactive TypeScript REPL effectively. The tool provides in-context access to Stacks packages and models, requiring execution within your project directory.