kramme:clean-up-artifacts

Delete workflow artifact files from the current working directory.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-clean-up-artifacts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:clean-up-artifacts
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Aclean-up-artifacts
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-clean-up-artifacts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delete artifact files from the current working directory to keep projects clean and focused.

Core Features & Use Cases

  • Targeted cleanup: Removes review artifacts (REVIEW_OVERVIEW.md) and SIW-related files (siw/LOG.md, siw/OPEN_ISSUES_OVERVIEW.md, siw/issues/ when applicable).
  • SIW artifact management: Cleans SIW specification and planning documents inside siw/ (e.g., siw/FEATURE_SPECIFICATION.md, siw/PROJECT_PLAN.md, siw/API_DESIGN.md, siw/DOCUMENTATION_SPEC.md, siw/SYSTEM_DESIGN.md, siw/TUTORIAL_PLAN.md).
  • Usage scenario: In a stale repository, run this to purge generated artifacts before a new cycle.

Quick Start

Use the cleanup skill to remove all artifact files listed in the Target Files section if they exist.

Frequently Asked Questions about kramme:clean-up-artifacts

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

FAQPage Schema
How do I automate the cleanup of generated workflow artifacts from my project directory?

To automate workflow artifact cleanup, this Skill deletes generated files like REVIEW_OVERVIEW.md and SIW documents from the current working directory. It verifies targets exist before removal and uses a trash-based approach to keep projects clean and focused.

What is the best way to remove stale SIW specification and planning files before a new cycle?

The best way to remove stale SIW files is using a deterministic deletion process that targets siw/ subdirectory items like FEATURE_SPECIFICATION.md, PROJECT_PLAN.md, and API_DESIGN.md, purging generated artifacts to prepare the repository for a new cycle.

How do I delete review artifacts and SIW issue files without removing source code?

To delete review artifacts safely, the Skill applies explicit rules to remove only files like REVIEW_OVERVIEW.md, siw/LOG.md, siw/OPEN_ISSUES_OVERVIEW.md, and siw/issues/ when applicable, leaving source code untouched while clearing generated workflow documentation.

Does the artifact cleanup process permanently delete files or use a trash-based approach?

The artifact cleanup process uses a trash-based approach rather than permanent deletion. It implements deterministic deletion by verifying targets exist before removal, ensuring only specified workflow artifacts like SIW marker files and review documents are discarded.

Can I use this cleanup tool in a repository with no dependencies installed?

Yes, you can use this cleanup tool with no dependencies installed. The Skill operates independently with an empty dependencies list, requiring only a working directory containing target files like siw/ subdirectory items and review artifacts to execute its trash-based deletion.