indico-dev-server

Automates start, stop, and health-checking of the Indico development stack on macOS.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lucasflores/agent-skills --skill indico-dev-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: indico-dev-server
Source: https://github.com/lucasflores/agent-skills/tree/main/.apm/skills/indico-dev-server
Command: npx skills add https://github.com/lucasflores/agent-skills --skill indico-dev-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manage the Indico development stack locally by coordinating multiple components (web server, Chainlit widget, Celery worker, and webpack watcher) to streamline testing and QA.

Core Features & Use Cases

  • Orchestrates start/stop of four independent components for a consistent development environment.
  • Provides a health-check suite to verify all services are responsive and ready.
  • Simplifies setup by outlining prerequisites and step-by-step launch instructions for macOS.

Quick Start

Start the full Indico dev stack by following the setup and launch steps in this guide.

Frequently Asked Questions about indico-dev-server

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

FAQPage Schema
How do I orchestrate the Indico web server and Celery worker together for local development?

You can orchestrate the Indico web server, Celery worker, Chainlit widget, and Webpack watcher simultaneously by using a dedicated stack management script to start, stop, and coordinate these four components locally.

What is the best way to manage a local Indico development stack on macOS?

The best way to manage a local Indico development stack on macOS is using an orchestration script that automates the startup and shutdown of the web server, Chainlit widget, Celery worker, and Webpack watcher for testing and QA workflows.

How do I run a health check on my Indico web server and Celery worker?

Run a health check on your Indico web server and Celery worker by utilizing a built-in health-check suite that verifies all independent stack services are responsive and ready for development.

Do I need Python virtual environments to run the Indico dev stack?

Yes, you need Python virtual environments along with a local Indico installation and shell tooling to properly orchestrate components and verify stack health on your machine.

Can I use this Indico stack orchestration tool on Linux?

This Indico stack orchestration tool is specifically designed for macOS environments, meaning Linux compatibility is not officially supported or outlined in its prerequisites and launch instructions.