convert-to-apple-container

Switch NanoClaw's container runtime from Docker to Apple Container on macOS.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/jeffreykthomas/nanoclaw-golf --skill convert-to-apple-container-jeffreykthomas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-to-apple-container
Source: https://github.com/jeffreykthomas/nanoclaw-golf/tree/main/.claude/skills/convert-to-apple-container
Command: npx skills add https://github.com/jeffreykthomas/nanoclaw-golf --skill convert-to-apple-container-jeffreykthomas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switch NanoClaw's container runtime from Docker to Apple Container for macOS-native isolation.

Core Features & Use Cases

  • Provides a deterministic, multi-phase process to apply code changes for Apple Container support.
  • Verifies runtime changes across source, container runtime, and build configurations to ensure a working Apple Container environment.
  • Records application state and intent in the project state to prevent regressions and aid audits.

Quick Start

Apply this skill to switch the container runtime to Apple Container on macOS and verify the changes via the included tests and state tracking.

Frequently Asked Questions about convert-to-apple-container

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

FAQPage Schema
How do I switch my container runtime from Docker to Apple Container on macOS?

You can switch the container runtime to Apple Container on macOS by applying a deterministic, multi-phase code-change workflow that updates source, runtime, and build configurations. The process verifies the changes and records state to prevent regressions.

What does switching to an Apple Container runtime achieve for macOS isolation?

Switching to an Apple Container runtime achieves macOS-native isolation by replacing Docker. It applies deterministic code changes across source and build configurations, verifying them to ensure a working, isolated environment.

Do I need Docker installed to use the Apple Container runtime switch?

No, the Apple Container runtime switch replaces Docker to provide macOS-native isolation. The workflow checks prerequisites and applies deterministic changes to transition away from the Docker runtime.

How is regression prevented when changing the container runtime to Apple Container?

Regression is prevented when changing the container runtime to Apple Container by recording the application state and intent in a project state file. This state tracking guards against regressions and aids future audits.

Can I verify my Apple Container configuration changes during the runtime switch?

Yes, the runtime switch workflow coordinates verification across source, runtime, and container build files. This ensures the applied Apple Container configuration changes work correctly and deterministically.