pd-grooming

Archive or delete temporary files and standardize file names in a project directory.

1|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/csuzngjh/principles --skill pd-grooming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pd-grooming
Source: https://github.com/csuzngjh/principles/tree/main/packages/openclaw-plugin/templates/langs/zh/skills/pd-grooming
Command: npx skills add https://github.com/csuzngjh/principles --skill pd-grooming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill tackles the clutter of temporary files and disorganization in your project workspace, ensuring a clean and efficient development environment.

Core Features & Use Cases

  • Workspace Cleanup: Identifies and removes scattered temporary files, test remnants, and unclassified notes.
  • Archiving: Moves valuable but unorganized notes and logs to a designated archive.
  • File Renaming: Standardizes file naming conventions by converting spaces and uppercase letters to kebab-case.
  • Use Case: After a debugging session, you might have several temp.txt or debug_log.txt files scattered around. This Skill can automatically clean them up or archive them, and rename messy files like My Notes.md to my-notes.md.

Quick Start

Ask the pd-grooming skill to perform a workspace cleanup of your current directory.

Frequently Asked Questions about pd-grooming

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

FAQPage Schema
How do I clean up temporary files and draft notes in my project directory?

To clean up temporary files, this Skill identifies scattered test remnants and draft notes in your project directory, archiving or deleting them while keeping core code untouched. It requires user confirmation before moving or deleting non-trivial files.

How do I standardize file naming conventions to kebab-case?

To standardize file naming conventions, this Skill automatically renames files by converting spaces and uppercase letters to kebab-case, such as transforming 'My Notes.md' into 'my-notes.md' for better organization.

When do I need workspace archiving for unorganized project files?

You need workspace archiving when valuable but unorganized logs and notes clutter your environment. This Skill moves these files to a designated archive, ensuring a clean workspace while retaining access to potentially useful information.

Does workspace grooming delete core code and configuration files?

Workspace grooming does not delete core code and configuration files. The operation specifically targets temporary files and improperly named documents, leaving essential project files completely untouched during the cleanup process.

What is the best way to organize scattered test files after debugging?

The best way to organize scattered test files is using an automated grooming operation that targets remnants like 'temp.txt' or 'debug_log.txt', archiving or deleting them to restore a clean and efficient development environment.