twl:workflow-dead-cleanup

Detect dead components and execute user-confirmed deletions with auditability.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shuu5/twill --skill twl-workflow-dead-cleanup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twl:workflow-dead-cleanup
Source: https://github.com/shuu5/twill/tree/main/plugins/twl/skills/workflow-dead-cleanup
Command: npx skills add https://github.com/shuu5/twill --skill twl-workflow-dead-cleanup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically detects dead or unused components in a project and removes them to reduce maintenance burden and prevent technical debt.

Core Features & Use Cases

  • Dead component detection: identify unused components across the codebase.
  • User-guided cleanup: choose all, some, or skip deletions with safety checks.
  • Safe execution: pass results to a controlled deletion step with auditability.

Quick Start

Run the detection step, review the results, and confirm deletions to complete cleanup.

Frequently Asked Questions about twl:workflow-dead-cleanup

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

FAQPage Schema
How do I detect and remove dead components in a project?

Detect and remove dead components by running an automated detection step to identify unused items, reviewing the results, and confirming deletions through a controlled, auditable workflow to prevent technical debt.

What is the safest way to clean up unused components in a codebase?

The safest way to clean up unused components uses a user-guided workflow with a confirmation step before deletion, allowing you to choose all, some, or skip deletions to ensure safe and auditable execution.

Does dead component cleanup work without a component registry?

Dead component cleanup is applicable across projects with a component registry or dependency graph, requiring this structural data to accurately identify unused items before coordinating the deletion steps.

How do I review and select which unused components to delete?

You review detected unused components and select which to delete using a user-guided cleanup process, choosing to remove all, some, or skip deletions entirely with built-in safety checks.

Can I audit the deletion of unused components after running the cleanup?

Yes, you can audit the deletion of unused components because the workflow passes detection results to a controlled deletion step with explicit execution endpoints, ensuring safe and auditable cleanup.