Update skill docs and resources

This commit is contained in:
daymade
2026-02-23 16:16:58 +08:00
parent c1cfacaf76
commit 72d879e609
15 changed files with 1430 additions and 89 deletions

View File

@@ -131,8 +131,8 @@ def check_docker():
if 'Total:' in line:
print(f" {line}")
print(f"\n💡 Cleanup command: docker system prune -a --volumes")
print(f" ⚠️ Warning: This will remove ALL unused Docker resources")
print("\n💡 Cleanup: Remove specific images/volumes by ID/name (see SKILL.md)")
print(" ⚠️ NEVER use 'docker system prune' -- always specify exact objects")
return total_size