Skip to content

from @unified-product-graph/cli · Setup

upg install-skills

Link bundled UPG skills into Claude Code.

Usage

upg install-skills [options]

Options

--scope <user|project>
project = <cwd>/.claude/skills. user = ~/.claude/skills
--force
Overwrite existing skills without prompting
--mode <symlink|copy>
auto (default), symlink, or copy. auto falls back to copy on Windows
--list
Print skill names. Skips the install
--remove
Remove UPG skills recorded in the manifest

Examples

Link UPG skills into the current project

upg install-skills

Output

  → linked upg
  → linked upg-capture
  → linked upg-discover
  → linked upg-status
  → linked upg-tree

✓ 5 skills in /Users/you/checkout/.claude/skills (project, mode=symlink)
  5 installed
  Next: run `upg mcp setup` to wire the MCP server, then open Claude Code and type /upg

Install for your user, available in every project

upg install-skills --scope user

Preview which skills would be installed

upg install-skills --list

Related

upg mcp