local-environment

Manage Polar local development environments with Docker Compose.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/NovaAI-innovation/Infinite-Agency --skill local-environment-novaai-innovation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-environment
Source: https://github.com/NovaAI-innovation/Infinite-Agency/tree/main/.qwen/skills/local-environment
Command: npx skills add https://github.com/NovaAI-innovation/Infinite-Agency --skill local-environment-novaai-innovation

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the complex process of setting up, managing, and troubleshooting the local development environment for the Polar project, ensuring consistency and reducing setup friction.

Core Features & Use Cases

  • Dockerized Environment: Manages all services (API, web, DB, Redis, MinIO) via Docker Compose.
  • Instance Management: Supports running multiple isolated development environments simultaneously.
  • Debugging & Logs: Provides easy access to logs and shell environments for debugging.
  • Use Case: A developer needs to quickly start the entire Polar stack, check the API logs for errors, and then open a shell inside the database container to inspect data.

Quick Start

Start the local development environment in the background.

Frequently Asked Questions about local-environment

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

FAQPage Schema
How do I set up a local development environment with Docker Compose?

To set up a local development environment, this Skill automates starting the entire Polar stack via Docker Compose, including backend, frontend, database, cache, and storage services in the background.

Can I run multiple isolated development environments simultaneously?

Yes, you can run multiple isolated development environments simultaneously. This Skill provides multi-instance isolation to support managing parallel Polar stacks without configuration conflicts.

How do I access service logs and database shells in a Dockerized environment?

You can access service logs and database shells in a Dockerized environment using this Skill's built-in commands to view output streams and open interactive shell sessions inside specific containers.

What is the best way to troubleshoot a Polar local setup that fails to start?

The best way to troubleshoot a Polar local setup is using this Skill's debugging features to inspect service logs and access container shells, isolating issues across API, web, and database components.

Does this local environment manager require manual configuration of MinIO and Redis?

No, this local environment manager does not require manual configuration. It automates the setup and teardown of MinIO, Redis, and other essential Polar services through Docker Compose.