Skip to main content

install

Install one or more catalog skills into the current repository.

Usage

ag-skill install <skill-name>

Examples

# Install a single skill
ag-skill install testing

# Install multiple skills
ag-skill install testing docs ci

# Install all available skills
ag-skill install --all

# Install for a specific target
ag-skill install testing --target copilot

# Force overwrite existing installed skills
ag-skill install testing --force

# Install everything (all skills, all targets, overwriting existing)
ag-skill install --all --target all --force

Options

OptionDescription
--allInstall all available skills
--targetInstall target: copilot, claude, cursor, all, or comma-separated
--forceOverwrite existing installed skills

Help

ag-skill install --help