Agent skill
lifecycle/garbage-collection
Remove the ephemeral model, flush VRAM, drop temp memory shards, and verify cleanup. Use immediately after transient execution.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/lifecyclegarbage-collection
SKILL.md
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 listor similar check.
Inputs
- model_name, memory_shard id.
Outputs
- cleanup report (success/fail), leftover checks.
Didn't find tool you were looking for?