apple-container-skill
Apple Container Skill
To use the Apple Container CLI, execute the commands below using the run_shell_command tool.
Note: This CLI is specific to Apple's container implementation.
Common Workflows & Architecture
These patterns represent best practices for using the Apple Container CLI effectively.
1. System Lifecycle Management
Unlike standard Docker Desktop, the container system services are explicit.
- Startup: Always verify
container system statusbefore running operations. If stopped, runcontainer system start. - Kernel: On first run,
system startmay prompt to install a Linux kernel. The agent should be aware of this initialization step. - Cleanup: To save resources when not in use, run
container system stop.
2. Networking & Connectivity
- DNS: For stable service discovery, configure a local domain:
sudo container system dns create <domain>(e.g.,test)container system property set dns.domain <domain>- Access containers via
http://<container-name>.<domain>.
More from gabeosx/agent-skills
ux-designer
Expert UX/UI design assistant based on the "Refactoring UI" philosophy (by Wathan & Schoger). Enforces logic-based design, strict hierarchy, and "buildable" visual systems. Use for converting requirements into professional, high-fidelity specs.
39devcontainer-helper
Use this skill when the user asks to create, configure, update, or explain a `devcontainer.json` file or development container environment.
17github-scrum-flow
Unified expert for Project Management (Scrum/Agile) and GitHub Flow enforcement. Use this skill for track orchestration, backlog hygiene, GitHub Issue synchronization, branch management, and enforcing git best practices.
4