local-setup

Validate Docker compose, Floci port 4566, and local configuration readiness.

6|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wesleyosantos91/multi-agents --skill local-setup-wesleyosantos91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-setup
Source: https://github.com/wesleyosantos91/multi-agents/tree/main/devin/.devin/skills/local-setup
Command: npx skills add https://github.com/wesleyosantos91/multi-agents --skill local-setup-wesleyosantos91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly confirm that your local development environment is correctly configured so you can start coding and testing without wasting time on setup issues.

Core Features & Use Cases

  • Environment validation for local development: Checks that docker-compose brings up all required services and that infrastructure prerequisites are reachable.
  • Local service and configuration readiness: Verifies Floci accessibility (port 4566) and that application-local.yml (or equivalent) is complete and functional.
  • Developer workflow usability: Ensures the Makefile has clear targets (build, test, deploy, local) and that onboarding works in 3–5 commands, including optional Dev Container setup if present.

Quick Start

Ask the AI to run the local-setup validation for your project by providing the module(s) you want checked, or leave it blank to validate the entire codebase.

Frequently Asked Questions about local-setup

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

FAQPage Schema
How do I validate my local development environment for a multi-service application?

Environment validation checks docker-compose services, Floci reachability on port 4566, and application-local.yml correctness to ensure local development readiness. It also verifies Makefile targets and onboarding command efficiency for developer workflows.

What does a local setup check for in a docker-compose configuration?

A local setup checks docker-compose service startup, Floci port 4566 accessibility, and application-local.yml correctness to confirm infrastructure prerequisites are reachable. It validates the entire project or specific modules for local development readiness.

Can I use a Dev Container configuration with this local environment validation?

Dev Container configuration is optionally checked during local setup validation. The process verifies Dev Container setup alongside docker-compose services, Floci port 4566 accessibility, and Makefile target clarity to ensure complete developer workflow usability.

What's the best way to verify Floci availability and application configuration during local setup?

Verify Floci availability by checking port 4566 accessibility and confirming application-local.yml is complete and functional. This validates local service and configuration readiness, ensuring multi-service applications operate correctly during local development.

How do I ensure my Makefile supports a smooth developer onboarding workflow?

Ensure Makefile has clear targets for build, test, deploy, and local operations. Local setup validation confirms onboarding works in 3 to 5 commands, verifying developer workflow usability and efficient project setup for new contributors.

Why does my local setup validation fail when checking multi-service application configuration?

Local setup validation fails when docker-compose services cannot start, Floci is unreachable on port 4566, or application-local.yml configuration is incomplete. Verify infrastructure prerequisites, service reachability, and configuration correctness for the specific module.