ln-724-artifact-cleaner

Remove platform-specific artifacts from exported projects for production deployment.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-724-artifact-cleaner-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-724-artifact-cleaner
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-724-artifact-cleaner
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-724-artifact-cleaner-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes platform-specific artifacts from projects exported from online development environments, ensuring a clean project ready for production.

Core Features & Use Cases

  • Platform Detection: Automatically identifies artifacts from Replit, StackBlitz, CodeSandbox, and Glitch.
  • Targeted Cleanup: Deletes unnecessary files, directories, and modifies configurations (package.json, build files).
  • Use Case: After exporting a project from Replit, use this Skill to remove all Replit-specific files and configurations, preparing it for deployment on a standard server.

Quick Start

Use the ln-724-artifact-cleaner skill to clean artifacts from the current project.

Frequently Asked Questions about ln-724-artifact-cleaner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove Replit configuration files from an exported project?

This Skill removes Replit configuration files from exported projects by automatically detecting and deleting platform-specific files, directories, and npm packages, preparing the project for production deployment.

What is the best way to clean StackBlitz artifacts before production deployment?

The best way to clean StackBlitz artifacts is using this Skill, which automatically identifies and removes platform-specific build configurations, directories, and code comments to prepare the project for deployment.

Can I remove CodeSandbox and Glitch specific npm packages automatically?

Yes, you can remove CodeSandbox and Glitch specific npm packages automatically. This Skill detects and removes unique packages, code comments, and configurations from these platforms during project preparation.

Does artifact cleanup modify package.json for exported projects?

Yes, artifact cleanup modifies package.json for exported projects. It automatically targets and alters build configurations and package files unique to platforms like Replit, StackBlitz, CodeSandbox, and Glitch.

When do I need to clean platform-specific artifacts from my project?

You need to clean platform-specific artifacts when you export a project from an online development environment like Glitch or CodeSandbox and want to prepare a clean project for production deployment on a standard server.