@vinta/hal-9000

by vinta · v1.0.0 · prompt

HAL 9000 is a macOS development environment automation tool that bootstraps and maintains dotfiles, CLI tools, and development stacks using Ansible.

Install

Add @vinta/hal-9000 to Claude Code with the PolySkill CLI: polyskill add @vinta/hal-9000

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview HAL 9000 is a macOS development environment automation tool that bootstraps and maintains dotfiles, CLI tools, and development stacks using Ansible. ## Commands ```bash # Development setup (requires uv) make install # uv sync + pre-commit install # Pre-commit hooks make run-hooks # Run all hooks on all files make update-hooks # Update hooks to latest versions # Secret scanning make scan-secrets # Run all secret scanners make audit-detect-secrets-report # Inter…

Keywords: github, macos-automation, ansible, dotfiles-management, cli-tools, development-environment, devops, scripting, configuration-management