Agent skill
hidden-folder-audit-pre-audit
Sub-skill of hidden-folder-audit: Pre-Audit (+6).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_internal/meta/hidden-folder-audit/pre-audit
SKILL.md
Pre-Audit (+6)
Pre-Audit
- Working directory is clean (
git status) - Create backup branch:
git checkout -b backup/pre-hidden-audit - Document current state:
ls -la .*/ > hidden-folders-before.txt
Discovery Phase
- List all hidden folders at root level
- Record size of each hidden folder
- Identify symlinks and their targets
- Check git tracking status for each
Analysis Phase
- Identify duplicate configurations
- Find broken symlinks
- Determine authoritative source for each config type
- Check for active usage in scripts/CI
Planning Phase
- Create target folder structure diagram
- List files to migrate with source/destination
- List files/folders to delete
- Identify scripts/references to update
Execution Phase
- Backup folders before migration
- Migrate content to authoritative locations
- Update git tracking (
git rm --cached,git add) - Remove legacy folders
- Update .gitignore
Verification Phase
- Run tests to ensure nothing broke
- Verify symlinks work (if any remain)
- Confirm scripts still function
- Check CI/CD pipelines
- Commit with descriptive message
Documentation Phase
- Update README if folder structure changed
- Document new standard in CLAUDE.md or equivalent
- Remove references to legacy folders in docs
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?