ln-724-artifact-cleaner

Remove platform-specific artifacts from Replit, StackBlitz, CodeSandbox, and Glitch exports.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-724-artifact-cleaner-0xtaoist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ln-724-artifact-cleaner
Source: https://github.com/0xtaoist/taogate/tree/main/ln-724-artifact-cleaner
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-724-artifact-cleaner-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Platform-exported projects often contain platform-specific artifacts that hinder production builds and CI pipelines.

Core Features & Use Cases

  • Detects and lists Replit, StackBlitz, CodeSandbox, and Glitch artifacts such as config files, caches, and platform-specific directories.
  • Removes or normalizes artifacts and updates ignore rules to prevent reintroduction, with a safe preview step.
  • Use case: after exporting a project for production, run artifact cleaning to sanitize the repo before deployment.

Quick Start

Run artifact cleanup on a project export to remove common platform leftovers.

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 clean Replit, StackBlitz, CodeSandbox, or Glitch artifacts from an exported project?▼

To clean platform artifacts from an exported project, the Skill detects and lists configuration files, caches, and platform-specific directories from Replit, StackBlitz, CodeSandbox, and Glitch exports, then removes them while preserving user data.

What are platform-specific artifacts in online IDE exports?▼

Platform-specific artifacts are configuration files, caches, and platform-specific directories left behind by online IDEs. These artifacts often hinder production builds and CI pipelines when projects are exported without sanitizing the repository.

Does artifact cleaning provide a preview before removing files?▼

Yes, artifact cleaning provides a safe preview step before removal. It updates ignore rules to prevent reintroduction of platform leftovers, ensuring you can sanitize the repo before deployment without accidentally deleting necessary user data.

Can I use artifact cleaning in automated CI pipelines and manual cleanup tasks?▼

Yes, artifact cleaning is applicable in both automated pipelines and manual cleanup tasks. It removes platform-specific artifacts from online IDE exports to ensure your repository is sanitized for production builds and deployment.

Why do exported online IDE projects break production builds?▼

Exported online IDE projects break production builds because they contain platform-specific artifacts like configuration files and caches. Removing these artifacts and updating ignore rules sanitizes the repo to prevent pipeline failures.