Takes projects exported from Replit, StackBlitz, CodeSandbox, or Glitch and strips out all the platform-specific cruft before you deploy to production. It detects which platform you came from by looking for config files like .replit or sandbox.config.json, then shows you exactly what it plans to delete (platform directories, npm packages, build config modifications, even inline comments). You get a detailed preview and have to confirm before anything gets touched. Smart about edge cases like asking before nuking Glitch's .data directory since that might contain actual user data. Works standalone or gets called automatically by ln-720 when you're migrating project structure. Saves you from manually cleaning up all those @replit imports and REPL_ID checks scattered through your codebase.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-724-artifact-cleaner