remove
Remove an artifact from your configuration.
Usage
agpm remove <artifact>
Arguments
| Argument | Description |
|---|---|
artifact | The artifact identifier to remove |
Example
agpm remove anthropics/skills/pdf
What Happens
- Removes the artifact from
agpm.json - Removes the artifact from
agpm-lock.json(if present) - 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