tilt-dev

Verify Tilt service status and retrieve logs for local development environments.

2|2|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/liatrio-labs/ai-prompts --skill tilt-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tilt-dev
Source: https://github.com/liatrio-labs/ai-prompts/tree/main/skills/tilt-dev
Command: npx skills add https://github.com/liatrio-labs/ai-prompts --skill tilt-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers manage and troubleshoot local development environments orchestrated by Tilt, ensuring services are running correctly and efficiently.

Core Features & Use Cases

  • Status Checks: Verify if Tilt services are running and check individual service health.
  • Log Management: View real-time or historical logs for specific Tilt resources.
  • Troubleshooting: Diagnose issues with Tilt itself or the services it manages.
  • Use Case: When your local web application isn't responding, use this Skill to quickly check Tilt status, view backend logs, and confirm service health before attempting a restart.

Quick Start

Check the status of your Tilt services on the default port.

Frequently Asked Questions about tilt-dev

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

FAQPage Schema
How do I check Tilt service status for my local development environment?

To check Tilt service status, verify if your local resources are running correctly on the default port. This allows you to confirm individual backend, frontend, and API service health before attempting any troubleshooting or restarts.

How do I view real-time logs for specific Tilt resources?

Viewing real-time logs for specific Tilt resources involves retrieving log output directly from the Tilt CLI. This helps diagnose issues with local services by providing immediate visibility into application behavior and errors during local development.

Why does my local web application stop responding when using Tilt for orchestration?

Your local web application may stop responding due to issues with Tilt itself or the services it manages. You can troubleshoot by checking Tilt status, viewing backend logs, and confirming individual service health to pinpoint the failure.

Do I need the Tilt CLI and network connectivity to manage local development environments?

Yes, managing local development environments orchestrated by Tilt requires the Tilt CLI installed and basic network connectivity to local services. This setup applies specifically to projects utilizing a Tiltfile for local resource orchestration.

How do I troubleshoot local development services orchestrated by a Tiltfile?

Troubleshooting local development services orchestrated by a Tiltfile involves verifying overall Tilt status, retrieving historical or real-time logs for specific resources, and diagnosing service health to identify and resolve local environment failures.

Can I use Tilt to manage backend, frontend, and API services simultaneously?

Yes, you can use Tilt to manage backend, frontend, and API services simultaneously. This Skill focuses on verifying service status, retrieving logs, and troubleshooting across these orchestrated local resources defined in your Tiltfile.