Agent skill

global-installer

Install global dependencies to the system. These are typically installing using `brew`

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/global-installer-dwen3232-dotfiles

SKILL.md

Global Installer

Instructions

When installing system packages (ex: git, gcloud, etc.):

  1. Use a WebSearch to check how to install the package. Check to see if it can be installed using brew
  • ALWAYS install using brew if it's an option
  1. If the output of the installation command indicates that the package requires some initialization steps, ask the user for permission to execute it using the AskUserQuestion tool
  2. After finishing the execution, read $HOME/Justfile and update it with the installation command and the necessary setup
  3. If the installation updated the .zshrc file automatically or if you modified in step 2, add a comment that CLEARLY indicates what package the code is for

Didn't find tool you were looking for?

Be as detailed as possible for better results