skill-deleter-yashu

Delete specific skill directories using Node.js file system operations.

9|3|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-deleter-yashu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-deleter-yashu
Source: https://github.com/steelan9199/wechat-publisher/tree/main/skills/skill-deleter-yashu
Command: npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-deleter-yashu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the issue of manual file management clutter by providing a safe, automated way to remove specific skill folders from your local environment.

Core Features & Use Cases

  • Targeted Deletion: Safely removes specific skill directories based on user-provided names.
  • Smart Matching: Automatically handles exact matches, versioned duplicates (e.g., skill-name-2), and temporary staged folders.
  • Use Case: When you have multiple versions of a skill installed or need to clean up failed installation attempts, simply invoke this tool to purge the unwanted directories without manually navigating your file system.

Quick Start

Use the skill-deleter-yashu to remove the skill folder named phone-screenshot-yashu from your local directory.

Frequently Asked Questions about skill-deleter-yashu

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

FAQPage Schema
How do I automate the deletion of specific skill directories in my local environment?

Automating directory deletion is handled by targeting specific skill folders by name and removing them via Node.js file system operations. This approach safely purges unwanted or redundant folders without manual navigation of your file system.

Can I clean up versioned duplicates and temporary staged folders automatically?

Cleaning up versioned duplicates and temporary staged folders is supported through smart matching. The utility automatically identifies exact matches, versioned directories like skill-name-2, and temporary folders to maintain an organized workspace.

What is the best way to remove failed skill installation attempts from my local management path?

The best way to remove failed installation attempts is using an automated directory cleanup utility. It targets redundant, versioned, or temporary folders within the local management path to ensure reliable removal of directory structures.

Does the directory cleanup process handle file system errors during removal?

Directory cleanup handles file system errors using built-in retry logic. This mechanism ensures reliable removal of directory structures even when temporary file locks or transient system errors occur during the Node.js deletion process.

Do I need Node.js to run automated local directory cleanup scripts?

Node.js is required to execute the file system operations for local directory cleanup. The scripts utilize Node.js modules to identify and safely delete targeted skill directories, retrying operations if initial removal attempts fail.