dev

Launch local Stella development environments with Docker services and health checks.

163|43|Updated May 3, 2026
One-click install
npx skills add https://github.com/stella/stella --skill dev-stella
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/stella/stella/tree/main/.agents/skills/dev
Command: npx skills add https://github.com/stella/stella --skill dev-stella

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launches and coordinates the local development environment for Stella projects, reducing setup time and ensuring consistent services.

Core Features & Use Cases

  • Env symlink management and Docker service orchestration to boot API and web apps.
  • Automatic port allocation, health checks, and browser opening to streamline local development.
  • Supports multi-worktree setups by isolating runs and ensuring readiness before interaction.

Quick Start

Run bun run dev --no-browser to start the local development environment.

Frequently Asked Questions about dev

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

FAQPage Schema
How do I launch a local dev environment with Docker services and automatic port allocation?

You can launch a local dev environment by running a dev-runner that orchestrates Docker services, manages env symlinks, allocates ports automatically, and performs health checks before opening the browser.

What is the best way to manage multiple worktrees during local development without port conflicts?

To manage multiple worktrees without port conflicts, use a dev-runner that isolates runs and automatically allocates ports, ensuring each worktree maintains its own environment and readiness state.

Can I start local API and web app debugging without automatically opening a browser window?

Yes, you can start debugging API and web apps without a browser by passing the `--no-browser` flag to your dev command, allowing the environment to boot silently in the background.

How do health checks work when booting local Docker services for development?

Health checks validate Docker service readiness by continuously monitoring the allocated ports, ensuring API and web apps are fully booted and responsive before allowing interaction or browser opening.

Does local development orchestration handle environment symlinks for multi-worktree setups?

Yes, local development orchestration handles environment symlinks by managing the links automatically, ensuring each isolated worktree points to the correct configuration when booting API and web apps.