What problem does it solve?
This Skill streamlines adding new software entries to a chezmoi-managed packages file so users do not need to manually edit TOML sections, worry about formatting, or forget to apply and verify installations.
Core Features & Use Cases
- Guided Data Collection: Prompts for package name, package type (formula, cask, tap, MAS, bun, npm), machine category, and an optional inline comment.
- TOML Placement & Formatting: Explains how to add entries to the correct packages.toml section, preserve indentation, include inline comments, and keep lists alphabetized.
- Apply & Verify: Instructs running chezmoi apply and commands to confirm installation for Homebrew, MAS, and Bun; includes rules to avoid duplicates and handle MAS numeric IDs.
- Use Case: Add a new Homebrew formula to the common machine category so it installs across all user machines via chezmoi.
Quick Start
Provide the package name, package type, target machine category, and an optional comment so the assistant can update packages.toml and instruct you to run chezmoi apply.