What problem does it solve?
Configuration drift and broken symlinks can silently corrupt a development environment, leading to frustrating debugging sessions and inconsistent setups across machines. This Skill proactively identifies and resolves these issues, ensuring your environment remains stable.
Core Features & Use Cases
- Symlink Verification: Confirms that all critical dotfile symlinks (e.g.,
.zshrc, .gitconfig) exist and correctly point to their intended targets within your dotfiles repository.
- Broken Link Detection: Scans your home directory to find and report any broken symlinks, explaining why they're broken and suggesting immediate fixes.
- Permission Verification: Ensures that all your dotfile scripts have executable permissions and that configuration files have correct ownership, preventing "permission denied" errors.
- Use Case: After a system update, a manual configuration change, or when onboarding a new machine, run this Skill to quickly verify that all your dotfiles are correctly symlinked, permissions are set, and configurations load, preventing unexpected issues and ensuring a consistent setup.
Quick Start
Check if my dotfiles are properly synchronised and report any issues.