What problem does it solve? Onboarding onto a large Laravel 12 + Filament 5 codebase is slow, and re-exploring the same code in every session wastes effort. This Skill performs a structured deep read of the repository and caches the findings as local documentation and memory files for future sessions. ## Core Features & Use Cases - Guided Deep Exploration: Systematically inspects Filament resources and panel providers, signing/PDF services, Eloquent models and observers, migrations, scripts, and auth/token security. - Persistent Knowledge Cache: Writes structured docs into docs/codebase/ (architecture, structure, conventions, testing, concerns) with dated update markers, plus a repo memory file under .copilot/memories/. - Validated Findings: Requires every claim to cite concrete file paths and ends with cached knowledge locations and follow-up prompt examples. - Use Case: A developer joining the ndestates-io property valuations platform runs this Skill once to generate a full architecture reference, then reuses that cache for daily work instead of re-scanning the codebase. ## Quick Start Ask the assistant to run the read-codebase skill to scan the repository and cache its architecture documentation locally.