Hidden Folder Audit Best Practices

Sub-skill of hidden-folder-audit: Best Practices.

vamseeachanta Updated

File contents

Best Practices

Best Practices

  1. Always backup before deleting - Create a backup branch or copy
  2. Use git rm for tracked folders - Preserves history
  3. Check symlink targets before deleting - May need to update references
  4. Update .gitignore first - Prevents accidental re-tracking
  5. Test after consolidation - Ensure nothing broke
  6. Commit in logical chunks - Separate migration from cleanup
  7. Document the changes - Future maintainers will thank you

vamseeachanta/workspace-hub/tree/main/.agents/skills/_internal/meta/hidden-folder-audit/best-practices commit 392a1696f1

Frequently asked questions

npx skillmds@latest add vamseeachanta/hidden-folder-audit-best-practices