Claude Code Plugins

Community-maintained marketplace

Feedback

lifecycle/garbage-collection

@Cloudhabil/AGI-Server
0
0

Remove the ephemeral model, flush VRAM, drop temp memory shards, and verify cleanup. Use immediately after transient execution.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name lifecycle/garbage-collection
description Remove the ephemeral model, flush VRAM, drop temp memory shards, and verify cleanup. Use immediately after transient execution.

Garbage Collection (Ghost Cleanup)

Capabilities

  • nuke_model_artifact: ollama rm {model_name}.
  • flush_vram_cache: trigger GPU memory release (best-effort).
  • drop_memory_shard: delete transient memory collection.
  • verify_cleanup: confirm removal via ollama list or similar check.

Inputs

  • model_name, memory_shard id.

Outputs

  • cleanup report (success/fail), leftover checks.