Delete a skill from the registry permanently.
shipables delete
Permanently delete a skill and all its versions from the registry. This cannot be undone.
Usage
shipables delete <name> [options]
Arguments
| Argument | Description |
|---|---|
name | Skill name (e.g., my-skill or @org/my-skill) |
Options
| Flag | Description |
|---|---|
-f, --force | Skip confirmation prompt |
Examples
Delete a personal skill:
shipables delete my-skill
Delete an org skill:
shipables delete @myorg/tool
Skip confirmation:
shipables delete my-skill --force
Important notes
- Permanent — Unlike
unpublish(which yanks a single version within 72 hours),deleteremoves the entire skill immediately and permanently. - Org skills — You must be an owner or admin of the organization to delete its skills.
- Requires authentication — You must be logged in as the skill's author or an org admin/owner.