What problem does it solve? When working in one project, files like deploy scripts, CI workflows, Makefiles, or configs often live in sibling projects. This Skill prevents wasted time asking users to paste content by searching the entire br4zz4 workspace root (~/workspace/br4zz4.tech/) directly. ## Core Features & Use Cases - Cross-project file search: Find any file by name across all br4zz4 projects using find, excluding noise directories like .git, .venv, node_modules, and __pycache__. - Pattern grep across projects: Search for code or config patterns across the whole workspace with grep -r, filtered by file type. - Known locations map: Provides a lookup table for common resources such as CI workflows (.github/workflows/), deploy scripts (scripts/deploy*.sh), supervisor configs, and Makefile targets. - Use Case: You are debugging a deployment issue in project A and suspect the deploy script lives in project B. Instead of asking the user, run the find command against ~/workspace/br4zz4.tech to locate deploy.sh instantly. ## Quick Start Search the br4zz4 workspace root to find the deploy script used by the sibling project before asking me to paste it.