Skip to main content

ag-skill

ag-skill is a command-line tool for installing and managing AI engineering assets — skills, templates, and agent bundles — in any repository.

What it does

CommandWhat it does
ag-skill listBrowse all available skills in the catalog
ag-skill install <skill>Install one or more skills into your repo
ag-skill add <bundle>Scaffold an agent bundle (e.g. core-agents)
ag-skill remove <skill>Remove installed skills
ag-skill upgradeUpgrade installed skills to the latest version
ag-skill add <skill-name>Scaffold a new custom skill
ag-skill doctorValidate installed skills

Supported targets

Install skills for the agent tool of your choice:

  • copilot — GitHub Copilot
  • claude — Claude
  • cursor — Cursor
  • all — all targets at once

Requirements

  • Python 3.11 or later
  • One of uv, pipx, or pip
  • A local repository to install into

Next steps