are-clean

Delete generated documentation artifacts and report the number of files removed.

19|4|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/GeoloeG-IsT/agents-reverse-engineer --skill are-clean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: are-clean
Source: https://github.com/GeoloeG-IsT/agents-reverse-engineer/tree/main/.claude/skills/are-clean
Command: npx skills add https://github.com/GeoloeG-IsT/agents-reverse-engineer --skill are-clean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove all documentation artifacts generated by agents-reverse-engineer.

Core Features & Use Cases

  • Clean up generated artifacts such as .sum files, AGENTS.md, and plan files to reclaim space.
  • Useful in CI/CD pipelines and when resetting a project to ensure no stale outputs remain.

Quick Start

Run the exact cleanup command to remove all generated artifacts and report the number of files deleted.

Frequently Asked Questions about are-clean

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

FAQPage Schema
What is the best way to clean up agents-reverse-engineer artifacts from a workspace?

To clean up agents-reverse-engineer artifacts, run the command provided by the are-clean Skill. It deletes generated documentation such as .sum files, AGENTS.md, and plan files, then reports the total number of files removed from the workspace.

How do I remove generated .sum files and AGENTS.md documents to reclaim disk space?

You can remove generated .sum files and AGENTS.md documents by executing the are-clean command. This action deletes all agents-reverse-engineer outputs and reports the number of files deleted to help you reclaim disk space.

Can I use a cleanup command to reset a project before running a CI pipeline?

Yes, you can use the cleanup command to reset a project before running a CI pipeline. It removes stale artifacts created by agents-reverse-engineer, ensuring a clean workspace with no leftover documentation outputs.

Does the cleanup process require an ARE version file to execute?

Yes, the cleanup process requires the .claude/ARE-VERSION file to execute. The Skill reads the version from this file before running the clean command to delete artifacts and report the number of files deleted.

How does the artifact cleanup mechanism work for agents-reverse-engineer outputs?

The artifact cleanup mechanism works by reading the version from .claude/ARE-VERSION and executing a targeted clean command. This automatically removes all agents-reverse-engineer documentation artifacts and reports the deleted file count.

When should I not use an automated workspace cleanup for documentation artifacts?

You should not use automated workspace cleanup if you still need the generated AGENTS.md or plan files for reference. The cleanup permanently deletes all agents-reverse-engineer artifacts to reset the workspace, so ensure outputs are backed up if needed.