colima-setup

Detect host CPU and memory resources and configure Colima on macOS.

21|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/loopyard/loopyard --skill colima-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: colima-setup
Source: https://github.com/loopyard/loopyard/tree/main/.claude/skills/colima-setup
Command: npx skills add https://github.com/loopyard/loopyard --skill colima-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Colima setup on macOS often requires manual resource tuning to balance performance and stability; this skill automates detection and allocation of resources for Colima.

Core Features & Use Cases

  • Detects host CPU and memory resources and allocates half to Colima (with adjustable values)
  • Enables vz with Rosetta for x86 containers and sets a 100GB disk by default
  • Provides a repeatable, scriptable workflow for teammates to reproduce environments

Quick Start

Run the Colima setup to automatically detect host resources and configure Colima with optimized CPU, memory, and disk settings.

Frequently Asked Questions about colima-setup

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

FAQPage Schema
How do I optimize Colima performance on macOS for local containers?

Optimizing Colima performance on macOS involves detecting host CPU and memory, then allocating half to the virtual machine. This automated resource detection ensures a balanced, performance-tuned environment for running local containerized workloads smoothly.

How do I enable Rosetta for x86 containers in Colima?

To enable Rosetta for x86 containers in Colima, you need to configure the vz preset with Rosetta enabled. This allows your macOS environment to smoothly run x86 architecture containers without manual emulation setup.

How much disk space should I allocate to Colima on macOS?

Allocating 100GB of disk space to Colima on macOS is the default configuration for optimized environments. This provides sufficient storage for containerized workflows while maintaining system stability and repeatable setups across development machines.

How do I create a repeatable Colima setup for my development team?

Creating a repeatable Colima setup for a development team requires automating resource detection and preset calculations. This scriptable workflow ensures teammates reproduce identical performance-tuned environments without manual tuning or configuration discrepancies.

Does Colima work with Apple Silicon vz virtualization for Docker workflows?

Colima works with Apple Silicon vz virtualization to optimize Docker-like workflows on macOS. By enabling vz with Rosetta, it ensures smooth operation for x86 containers and provides a performance-tuned environment for local development.