What problem does it solve? Projects exported from Lovable (lovable.dev) ship with the platform's fingerprints baked in: the lovable-tagger dev dependency, generic titles and favicons, placeholder brand assets, generated markdown docs, and dozens of unused Radix UI packages. This Skill audits and strips all 14 areas of Lovable leftovers so the codebase ships as your own. ## Core Features & Use Cases - Full scaffolding audit: Runs a master grep scan across source, config, docs, and env files to locate every Lovable reference, then walks through removal in a safe execution order. - Dependency pruning: Diffs installed @radix-ui packages against actual imports to bulk-remove unused ones, while protecting @radix-ui/react-slot which shadcn/ui components require via the asChild prop. - Brand and docs cleanup: Replaces generic titles, favicons, and OG images, and flags generated files like CLEANUP_SUMMARY.md and DEPLOYMENT_GUIDE.md for deletion or repurposing. - Use Case: You exported a side project from Lovable and want to open-source it. Run the audit to remove lovable-tagger from vite.config.ts, rename the package, swap placeholder assets, prune 18 unused Radix packages, and verify with npm run build. ## Quick Start Ask the agent to audit your exported Lovable project and remove all Lovable scaffolding, branding, and unused dependencies, then verify the build passes.