remove

Remove an artifact from your configuration.

Usage

agpm remove <artifact>

Arguments

ArgumentDescription
artifactThe artifact identifier to remove

Example

agpm remove anthropics/skills/pdf

What Happens

  1. Removes the artifact from agpm.json
  2. Removes the artifact from agpm-lock.json (if present)
  3. Does not delete installed files

Note

The remove command only updates configuration files. Previously installed files in target directories remain until manually deleted or overwritten.

To completely remove an artifact:

agpm remove anthropics/skills/pdf
rm -rf .claude/skills/pdf
rm -rf .opencode/skills/pdf
rm -rf .codex/skills/pdf

See Also

  • add - Add artifacts
  • list - View configured artifacts